#include <TStandard_SD.hh>
Public Member Functions | |
TStandard_SD (G4String aSDName) | |
weight | |
~TStandard_SD () | |
void | Initialize (G4HCofThisEvent *aHCE) |
G4bool | ProcessHits (G4Step *aStep, G4TouchableHistory *aTouchableHistory) |
void | EndOfEvent (G4HCofThisEvent *aHCofThisEvent) |
Definition at line 41 of file TStandard_SD.hh.
TStandard_SD::TStandard_SD | ( | G4String | aSDName | ) |
weight
Definition at line 32 of file TStandard_SD.cc.
TStandard_SD::~TStandard_SD | ( | ) |
Definition at line 50 of file TStandard_SD.cc.
void TStandard_SD::EndOfEvent | ( | G4HCofThisEvent * | aHCofThisEvent | ) |
Definition at line 171 of file TStandard_SD.cc.
void TStandard_SD::Initialize | ( | G4HCofThisEvent * | aHCE | ) |
Definition at line 64 of file TStandard_SD.cc.
G4bool TStandard_SD::ProcessHits | ( | G4Step * | aStep, | |
G4TouchableHistory * | aTouchableHistory | |||
) |
necessary for drawing hits
used to compute the projected range wrt to the momentum at the entrance cell
Definition at line 83 of file TStandard_SD.cc.