#include <G4MSSteppingAction.hh>
Definition at line 42 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()
Definition at line 45 of file G4MSSteppingAction.cc.
46{
47 regionSensitive = rSens;
48 theRegion = reg;
49 length = 0.;
50 x0 = 0.;
51 lambda = 0.;
52}
◆ UserSteppingAction()
void G4MSSteppingAction::UserSteppingAction |
( |
const G4Step * |
aStep | ) |
|
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 55 of file G4MSSteppingAction.cc.
56{
60
61 if(regionSensitive && (region != theRegion))
62 return;
63
66 length += stlen;
69}
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: