ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/medical_linac/include/ML2SteppingAction.hh>
Public Member Functions | |
CML2SteppingAction (CML2Convergence *convergence) | |
~CML2SteppingAction (void) | |
void | UserSteppingAction (const G4Step *aStep) |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Private Attributes | |
CML2Convergence * | convergence |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager |
Definition at line 52 of file ML2SteppingAction.hh.
View newest version in sPHENIX GitHub at line 52 of file ML2SteppingAction.hh
CML2SteppingAction::CML2SteppingAction | ( | CML2Convergence * | convergence | ) |
Definition at line 50 of file ML2SteppingAction.cc.
View newest version in sPHENIX GitHub at line 50 of file ML2SteppingAction.cc
References convergence.
CML2SteppingAction::~CML2SteppingAction | ( | void | ) |
Definition at line 55 of file ML2SteppingAction.cc.
View newest version in sPHENIX GitHub at line 55 of file ML2SteppingAction.cc
Reimplemented from G4UserSteppingAction.
Definition at line 57 of file ML2SteppingAction.cc.
View newest version in sPHENIX GitHub at line 57 of file ML2SteppingAction.cc
References CML2Convergence::add(), and convergence.
|
private |
Definition at line 59 of file ML2SteppingAction.hh.
View newest version in sPHENIX GitHub at line 59 of file ML2SteppingAction.hh
Referenced by CML2SteppingAction(), and UserSteppingAction().