Geant4
10.02.p01
|
Stepping action class. More...
#include <OpNoviceSteppingAction.hh>
Public Member Functions | |
OpNoviceSteppingAction () | |
virtual | ~OpNoviceSteppingAction () |
virtual void | UserSteppingAction (const G4Step *) |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Private Attributes | |
G4int | fScintillationCounter |
G4int | fCerenkovCounter |
G4int | fEventNumber |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager |
Stepping action class.
Definition at line 40 of file OpNoviceSteppingAction.hh.
OpNoviceSteppingAction::OpNoviceSteppingAction | ( | ) |
Definition at line 42 of file OpNoviceSteppingAction.cc.
References fCerenkovCounter, fEventNumber, and fScintillationCounter.
|
virtual |
Definition at line 52 of file OpNoviceSteppingAction.cc.
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 57 of file OpNoviceSteppingAction.cc.
References fCerenkovCounter, fEventNumber, fScintillationCounter, G4Track::GetDynamicParticle(), G4RunManager::GetRunManager(), G4Step::GetSecondaryInCurrentStep(), G4Step::GetTrack(), and G4OpticalPhoton::OpticalPhotonDefinition().
|
private |
Definition at line 51 of file OpNoviceSteppingAction.hh.
Referenced by OpNoviceSteppingAction(), and UserSteppingAction().
|
private |
Definition at line 52 of file OpNoviceSteppingAction.hh.
Referenced by OpNoviceSteppingAction(), and UserSteppingAction().
|
private |
Definition at line 50 of file OpNoviceSteppingAction.hh.
Referenced by OpNoviceSteppingAction(), and UserSteppingAction().