Geant4-11
|
#include <G4MSSteppingAction.hh>
Public Member Functions | |
G4MSSteppingAction () | |
G4double | GetLambda0 () const |
G4double | GetTotalStepLength () const |
G4double | GetX0 () const |
void | Initialize (G4bool rSens, G4Region *reg) |
virtual void | SetSteppingManagerPointer (G4SteppingManager *pValue) |
virtual void | UserSteppingAction (const G4Step *) |
virtual | ~G4MSSteppingAction () |
Protected Attributes | |
G4SteppingManager * | fpSteppingManager = nullptr |
Private Attributes | |
G4double | lambda = 0.0 |
G4double | length = 0.0 |
G4bool | regionSensitive = false |
G4Region * | theRegion = nullptr |
G4double | x0 = 0.0 |
Definition at line 42 of file G4MSSteppingAction.hh.
G4MSSteppingAction::G4MSSteppingAction | ( | ) |
Definition at line 39 of file G4MSSteppingAction.cc.
|
virtual |
Definition at line 42 of file G4MSSteppingAction.cc.
|
inline |
Definition at line 54 of file G4MSSteppingAction.hh.
References lambda.
Referenced by G4MaterialScanner::DoScan().
|
inline |
Definition at line 52 of file G4MSSteppingAction.hh.
References length.
Referenced by G4MaterialScanner::DoScan().
|
inline |
Definition at line 53 of file G4MSSteppingAction.hh.
References x0.
Referenced by G4MaterialScanner::DoScan().
Definition at line 45 of file G4MSSteppingAction.cc.
References lambda, length, reg, regionSensitive, theRegion, and x0.
Referenced by G4MaterialScanner::DoScan().
|
virtualinherited |
Reimplemented in G4MultiSteppingAction.
Definition at line 63 of file G4UserSteppingAction.cc.
References G4UserSteppingAction::fpSteppingManager.
Referenced by G4TrackingManager::SetUserAction().
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 55 of file G4MSSteppingAction.cc.
References G4VPhysicalVolume::GetLogicalVolume(), G4StepPoint::GetMaterial(), G4StepPoint::GetPhysicalVolume(), G4Step::GetPreStepPoint(), G4LogicalVolume::GetRegion(), G4Step::GetStepLength(), lambda, length, eplot::material, regionSensitive, theRegion, and x0.
|
protectedinherited |
Definition at line 60 of file G4UserSteppingAction.hh.
Referenced by G4UserSteppingAction::SetSteppingManagerPointer().
|
private |
Definition at line 62 of file G4MSSteppingAction.hh.
Referenced by GetLambda0(), Initialize(), and UserSteppingAction().
|
private |
Definition at line 60 of file G4MSSteppingAction.hh.
Referenced by GetTotalStepLength(), Initialize(), and UserSteppingAction().
|
private |
Definition at line 58 of file G4MSSteppingAction.hh.
Referenced by Initialize(), and UserSteppingAction().
|
private |
Definition at line 59 of file G4MSSteppingAction.hh.
Referenced by Initialize(), and UserSteppingAction().
|
private |
Definition at line 61 of file G4MSSteppingAction.hh.
Referenced by GetX0(), Initialize(), and UserSteppingAction().