#include <SteppingAction.hh>
Public Member Functions | |
SteppingAction () | |
virtual | ~SteppingAction () |
void | UserSteppingAction (const G4Step *) |
Private Attributes | |
DetectorConstruction * | detector |
EventAction * | eventaction |
RunAction * | runAct |
MyRoot * | myRoot |
Definition at line 47 of file SteppingAction.hh.
SteppingAction::SteppingAction | ( | ) |
Definition at line 45 of file SteppingAction.cc.
SteppingAction::~SteppingAction | ( | ) | [virtual] |
Definition at line 51 of file SteppingAction.cc.
void SteppingAction::UserSteppingAction | ( | const G4Step * | aStep | ) |
Definition at line 56 of file SteppingAction.cc.
References MyAnalysisSvc::GetMyAnalysisSvc(), and MyAnalysisSvc::SteppingAction().
00057 { 00058 MyAnalysisSvc::GetMyAnalysisSvc()->SteppingAction(aStep); 00059 }
DetectorConstruction* SteppingAction::detector [private] |
Definition at line 56 of file SteppingAction.hh.
EventAction* SteppingAction::eventaction [private] |
Definition at line 57 of file SteppingAction.hh.
MyRoot* SteppingAction::myRoot [private] |
Definition at line 59 of file SteppingAction.hh.
RunAction* SteppingAction::runAct [private] |
Definition at line 58 of file SteppingAction.hh.