#include <RE01SteppingAction.hh>
Definition at line 38 of file RE01SteppingAction.hh.
◆ RE01SteppingAction()
RE01SteppingAction::RE01SteppingAction |
( |
| ) |
|
◆ ~RE01SteppingAction()
RE01SteppingAction::~RE01SteppingAction |
( |
| ) |
|
|
virtual |
◆ UserSteppingAction()
void RE01SteppingAction::UserSteppingAction |
( |
const G4Step * |
theStep | ) |
|
|
virtual |
Reimplemented from G4UserSteppingAction.
Definition at line 53 of file RE01SteppingAction.cc.
58 G4Track * theTrack = theStep->GetTrack();
59 if(theTrack->GetTrackStatus()!=fAlive) {
return; }
62 G4StepPoint * thePrePoint = theStep->GetPreStepPoint();
64 thePrePoint->GetPhysicalVolume()->GetLogicalVolume();
67 G4StepPoint * thePostPoint = theStep->GetPostStepPoint();
69 thePostPoint->GetPhysicalVolume()->GetLogicalVolume();
75 { theTrack->SetTrackStatus(fSuspend); }
G4VUserRegionInformation * GetUserInformation() const
G4Region * GetRegion() const
The documentation for this class was generated from the following files: