QwGeant4
|
#include <QweakSimPMTOnly_DetectorSD.hh>
Inherits G4VSensitiveDetector.
Public Member Functions | |
QweakSimPMTOnly_DetectorSD (G4String name) | |
~QweakSimPMTOnly_DetectorSD () | |
void | Initialize (G4HCofThisEvent *HCE) |
G4bool | ProcessHits (G4Step *aStep, G4TouchableHistory *ROhist) |
void | EndOfEvent (G4HCofThisEvent *HCE) |
Private Attributes | |
QweakSimPMTOnly_DetectorHitsCollection * | PMTOnly_DetectorHitsCollection |
G4int | PMTOnly_CollectionID |
Definition at line 19 of file QweakSimPMTOnly_DetectorSD.hh.
QweakSimPMTOnly_DetectorSD::QweakSimPMTOnly_DetectorSD | ( | G4String | name | ) |
Definition at line 19 of file QweakSimPMTOnly_DetectorSD.cc.
References PMTOnly_CollectionID.
QweakSimPMTOnly_DetectorSD::~QweakSimPMTOnly_DetectorSD | ( | ) |
Definition at line 30 of file QweakSimPMTOnly_DetectorSD.cc.
void QweakSimPMTOnly_DetectorSD::EndOfEvent | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 144 of file QweakSimPMTOnly_DetectorSD.cc.
void QweakSimPMTOnly_DetectorSD::Initialize | ( | G4HCofThisEvent * | HCE | ) |
Definition at line 39 of file QweakSimPMTOnly_DetectorSD.cc.
References PMTOnly_CollectionID, and PMTOnly_DetectorHitsCollection.
G4bool QweakSimPMTOnly_DetectorSD::ProcessHits | ( | G4Step * | aStep, |
G4TouchableHistory * | ROhist | ||
) |
Definition at line 51 of file QweakSimPMTOnly_DetectorSD.cc.
References PMTOnly_DetectorHitsCollection.
|
private |
Definition at line 33 of file QweakSimPMTOnly_DetectorSD.hh.
Referenced by Initialize(), and QweakSimPMTOnly_DetectorSD().
|
private |
Definition at line 32 of file QweakSimPMTOnly_DetectorSD.hh.
Referenced by Initialize(), and ProcessHits().