Geant4_10
|
#include <WLSSteppingAction.hh>
Public Member Functions | |
WLSSteppingAction (WLSDetectorConstruction *) | |
virtual | ~WLSSteppingAction () |
virtual void | UserSteppingAction (const G4Step *) |
void | SetBounceLimit (G4int) |
G4int | GetNumberOfBounces () |
G4int | GetNumberOfClad1Bounces () |
G4int | GetNumberOfClad2Bounces () |
G4int | GetNumberOfWLSBounces () |
G4int | ResetSuccessCounter () |
Public Member Functions inherited from G4UserSteppingAction | |
G4UserSteppingAction () | |
virtual | ~G4UserSteppingAction () |
void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserSteppingAction | |
G4SteppingManager * | fpSteppingManager |
Definition at line 48 of file WLSSteppingAction.hh.
WLSSteppingAction::WLSSteppingAction | ( | WLSDetectorConstruction * | detector | ) |
Definition at line 69 of file WLSSteppingAction.cc.
|
virtual |
Definition at line 85 of file WLSSteppingAction.cc.
G4int WLSSteppingAction::GetNumberOfBounces | ( | ) |
Definition at line 96 of file WLSSteppingAction.cc.
G4int WLSSteppingAction::GetNumberOfClad1Bounces | ( | ) |
Definition at line 100 of file WLSSteppingAction.cc.
G4int WLSSteppingAction::GetNumberOfClad2Bounces | ( | ) |
Definition at line 104 of file WLSSteppingAction.cc.
G4int WLSSteppingAction::GetNumberOfWLSBounces | ( | ) |
Definition at line 108 of file WLSSteppingAction.cc.
G4int WLSSteppingAction::ResetSuccessCounter | ( | ) |
Definition at line 112 of file WLSSteppingAction.cc.
Definition at line 92 of file WLSSteppingAction.cc.
Reimplemented from G4UserSteppingAction.
Definition at line 146 of file WLSSteppingAction.cc.