Geant4
10.02.p02
|
#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 () |
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.
CML2SteppingAction::CML2SteppingAction | ( | CML2Convergence * | convergence | ) |
Definition at line 52 of file ML2SteppingAction.cc.
References convergence.
CML2SteppingAction::~CML2SteppingAction | ( | void | ) |
Definition at line 57 of file ML2SteppingAction.cc.
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 59 of file ML2SteppingAction.cc.
References CML2Convergence::add(), and convergence.
|
private |
Definition at line 59 of file ML2SteppingAction.hh.
Referenced by CML2SteppingAction(), and UserSteppingAction().