QwGeant4
|
#include <QweakSimTarget_DetectorSD.hh>
Inherits G4VSensitiveDetector.
Public Member Functions | |
QweakSimTarget_DetectorSD (G4String name) | |
virtual | ~QweakSimTarget_DetectorSD () |
void | Initialize (G4HCofThisEvent *HCE) |
G4bool | ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist) |
void | EndOfEvent (G4HCofThisEvent *HCE) |
Private Attributes | |
QweakSimTarget_DetectorHitsCollection * | Target_DetectorHitsCollection |
G4int | Target_CollectionID |
Definition at line 19 of file QweakSimTarget_DetectorSD.hh.
QweakSimTarget_DetectorSD::QweakSimTarget_DetectorSD | ( | G4String | name | ) |
Definition at line 17 of file QweakSimTarget_DetectorSD.cc.
References Target_CollectionID, and Target_DetectorHitsCollection.
|
inlinevirtual |
Definition at line 24 of file QweakSimTarget_DetectorSD.hh.
void QweakSimTarget_DetectorSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 125 of file QweakSimTarget_DetectorSD.cc.
void QweakSimTarget_DetectorSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 27 of file QweakSimTarget_DetectorSD.cc.
References Target_CollectionID, and Target_DetectorHitsCollection.
G4bool QweakSimTarget_DetectorSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | ROhist | ||
) |
Definition at line 36 of file QweakSimTarget_DetectorSD.cc.
References Target_DetectorHitsCollection.
|
private |
Definition at line 33 of file QweakSimTarget_DetectorSD.hh.
Referenced by Initialize(), and QweakSimTarget_DetectorSD().
|
private |
Definition at line 32 of file QweakSimTarget_DetectorSD.hh.
Referenced by Initialize(), ProcessHits(), and QweakSimTarget_DetectorSD().