#include <G4MSSteppingAction.hh>
Definition at line 45 of file G4MSSteppingAction.hh.
◆ G4MSSteppingAction()
G4MSSteppingAction::G4MSSteppingAction |
( |
| ) |
|
◆ ~G4MSSteppingAction()
G4MSSteppingAction::~G4MSSteppingAction |
( |
| ) |
|
|
virtual |
◆ GetLambda0()
G4double G4MSSteppingAction::GetLambda0 |
( |
| ) |
const |
|
inline |
◆ GetTotalStepLength()
G4double G4MSSteppingAction::GetTotalStepLength |
( |
| ) |
const |
|
inline |
◆ GetX0()
G4double G4MSSteppingAction::GetX0 |
( |
| ) |
const |
|
inline |
◆ Initialize()
◆ UserSteppingAction()
void G4MSSteppingAction::UserSteppingAction |
( |
const G4Step * |
aStep | ) |
|
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 52 of file G4MSSteppingAction.cc.
53{
57
58 if(regionSensitive && (region != theRegion))
59 return;
60
63 length += stlen;
66}
G4Region * GetRegion() const
G4double GetRadlen() const
G4double GetNuclearInterLength() const
G4Material * GetMaterial() const
G4VPhysicalVolume * GetPhysicalVolume() const
G4StepPoint * GetPreStepPoint() const
G4double GetStepLength() const
G4LogicalVolume * GetLogicalVolume() const
The documentation for this class was generated from the following files: