LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "AuxDetSD.h"
Public Member Functions | |
AuxDetSD (G4String name) | |
virtual | ~AuxDetSD () |
void | Initialize (G4HCofThisEvent *) |
void | EndOfEvent (G4HCofThisEvent *) |
G4bool | ProcessHits (G4Step *, G4TouchableHistory *) |
const sim::AuxDetHitCollection & | GetHits () const |
Private Attributes | |
TempHitCollection | temphitCollection |
sim::AuxDetHitCollection | hitCollection |
Definition at line 26 of file AuxDetSD.h.
larg4::AuxDetSD::AuxDetSD | ( | G4String | name | ) |
|
virtual |
Definition at line 40 of file AuxDetSD.cc.
void larg4::AuxDetSD::EndOfEvent | ( | G4HCofThisEvent * | ) |
Definition at line 95 of file AuxDetSD.cc.
References util::counter(), hitCollection, and temphitCollection.
|
inline |
Definition at line 33 of file AuxDetSD.h.
References hitCollection.
Referenced by larg4::LArG4DetectorService::doFillEventWithArtHits().
void larg4::AuxDetSD::Initialize | ( | G4HCofThisEvent * | ) |
G4bool larg4::AuxDetSD::ProcessHits | ( | G4Step * | step, |
G4TouchableHistory * | |||
) |
Definition at line 48 of file AuxDetSD.cc.
References edep, temphitCollection, and track.
|
private |
Definition at line 37 of file AuxDetSD.h.
Referenced by AuxDetSD(), EndOfEvent(), GetHits(), and Initialize().
|
private |
Definition at line 36 of file AuxDetSD.h.
Referenced by EndOfEvent(), Initialize(), and ProcessHits().