![]() |
DD4hep
1.33.0
Detector Description Toolkit for High Energy Physics
|
Structure to hold the information of one simulation step. More...
Public Member Functions | |
| StepInfo (const Position &pre, const Position &post, const G4LogicalVolume *volume) | |
| Initializing constructor. More... | |
| StepInfo (const StepInfo &c) | |
| Copy constructor. More... | |
| ~StepInfo () | |
| Default destructor. More... | |
| StepInfo & | operator= (const StepInfo &c) |
| Assignment operator. More... | |
Public Attributes | |
| Position | pre |
| Pre-step and Post-step position. More... | |
| Position | post |
| const G4LogicalVolume * | volume |
| Reference to the logical volue. More... | |
Structure to hold the information of one simulation step.
Definition at line 38 of file Geant4MaterialScanner.cpp.
| Geant4MaterialScanner::StepInfo::StepInfo | ( | const Position & | pre, |
| const Position & | post, | ||
| const G4LogicalVolume * | volume | ||
| ) |
Initializing constructor.
Definition at line 103 of file Geant4MaterialScanner.cpp.
| Geant4MaterialScanner::StepInfo::StepInfo | ( | const StepInfo & | c | ) |
Copy constructor.
Definition at line 109 of file Geant4MaterialScanner.cpp.
|
inline |
Default destructor.
Definition at line 50 of file Geant4MaterialScanner.cpp.
| Geant4MaterialScanner::StepInfo & Geant4MaterialScanner::StepInfo::operator= | ( | const StepInfo & | c | ) |
Assignment operator.
Definition at line 115 of file Geant4MaterialScanner.cpp.
| Position dd4hep::sim::Geant4MaterialScanner::StepInfo::post |
Definition at line 41 of file Geant4MaterialScanner.cpp.
| Position dd4hep::sim::Geant4MaterialScanner::StepInfo::pre |
Pre-step and Post-step position.
Definition at line 41 of file Geant4MaterialScanner.cpp.
| const G4LogicalVolume* dd4hep::sim::Geant4MaterialScanner::StepInfo::volume |
Reference to the logical volue.
Definition at line 43 of file Geant4MaterialScanner.cpp.
1.8.18