for compilation reason More...
#include <TStandard_Analysis.hh>
Public Member Functions | |
TStandard_Analysis (TAlphaRad_DetectorConstruction *theTAlphaRad_DetectorConstruction, TGPS_PrimaryGeneratorAction *theTGPS_PrimaryGeneratorAction) | |
for compilation reason | |
~TStandard_Analysis () | |
void | BeginOfRun (const G4Run *aRun) |
void | EndOfRun (const G4Run *aRun) |
void | BeginOfEvent (const G4Event *aEvent) |
void | EndOfEvent (const G4Event *aEvent) |
void | Stepping (const G4Step *aStep) |
void | SetRootFileName (G4String aFileName) |
for compilation reason
ROOT ROOT ROOT ROOT ROOT ROOT
Definition at line 70 of file TStandard_Analysis.hh.
TStandard_Analysis::TStandard_Analysis | ( | TAlphaRad_DetectorConstruction * | theTAlphaRad_DetectorConstruction, | |
TGPS_PrimaryGeneratorAction * | theTGPS_PrimaryGeneratorAction | |||
) |
TStandard_Analysis::~TStandard_Analysis | ( | ) |
Definition at line 85 of file TStandard_Analysis.cc.
void TStandard_Analysis::BeginOfEvent | ( | const G4Event * | aEvent | ) |
*********************************************************************************************************
Event Action
Definition at line 171 of file TStandard_Analysis.cc.
void TStandard_Analysis::BeginOfRun | ( | const G4Run * | aRun | ) |
*********************************************************************************************************
Run Action
See TStandard_Analysis_Messenger::TStandard_Analysis_Messenger()
Definition at line 108 of file TStandard_Analysis.cc.
void TStandard_Analysis::EndOfEvent | ( | const G4Event * | aEvent | ) |
Getting fHCE and filling fCell_HC [cellNumber]
Computing the number of particles per event
Filling the tree particle per particle, cell by cell
particlePerEvent
working on one particle only
working on one particle only
Vertex information
Entrance cell information
ns
ns
Inside cell summation
fRangeProj = fRangeTot*cos(v1,v2)
fRangeProjZ = fRangeTot*cos(v1,uz)
Definition at line 195 of file TStandard_Analysis.cc.
void TStandard_Analysis::EndOfRun | ( | const G4Run * | aRun | ) |
Definition at line 143 of file TStandard_Analysis.cc.
void TStandard_Analysis::SetRootFileName | ( | G4String | aFileName | ) |
Definition at line 386 of file TStandard_Analysis.cc.
void TStandard_Analysis::Stepping | ( | const G4Step * | aStep | ) |
Definition at line 319 of file TStandard_Analysis.cc.