|
Geant4
10.00.p02
|
#include <ML2SteppingAction.hh>
Inheritance diagram for CML2SteppingAction:
Collaboration diagram for CML2SteppingAction: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.
Here is the call graph for this function:
|
private |
Definition at line 59 of file ML2SteppingAction.hh.
Referenced by CML2SteppingAction(), and UserSteppingAction().