DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Public Member Functions | Public Attributes | List of all members
dd4hep::sim::Geant4MaterialScanner::StepInfo Class Reference

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...
 
StepInfooperator= (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...
 

Detailed Description

Structure to hold the information of one simulation step.

Definition at line 38 of file Geant4MaterialScanner.cpp.

Constructor & Destructor Documentation

◆ StepInfo() [1/2]

Geant4MaterialScanner::StepInfo::StepInfo ( const Position pre,
const Position post,
const G4LogicalVolume *  volume 
)

Initializing constructor.

Definition at line 103 of file Geant4MaterialScanner.cpp.

◆ StepInfo() [2/2]

Geant4MaterialScanner::StepInfo::StepInfo ( const StepInfo c)

Copy constructor.

Definition at line 109 of file Geant4MaterialScanner.cpp.

◆ ~StepInfo()

dd4hep::sim::Geant4MaterialScanner::StepInfo::~StepInfo ( )
inline

Default destructor.

Definition at line 50 of file Geant4MaterialScanner.cpp.

Member Function Documentation

◆ operator=()

Geant4MaterialScanner::StepInfo & Geant4MaterialScanner::StepInfo::operator= ( const StepInfo c)

Assignment operator.

Definition at line 115 of file Geant4MaterialScanner.cpp.

Member Data Documentation

◆ post

Position dd4hep::sim::Geant4MaterialScanner::StepInfo::post

Definition at line 41 of file Geant4MaterialScanner.cpp.

◆ pre

Position dd4hep::sim::Geant4MaterialScanner::StepInfo::pre

Pre-step and Post-step position.

Definition at line 41 of file Geant4MaterialScanner.cpp.

◆ volume

const G4LogicalVolume* dd4hep::sim::Geant4MaterialScanner::StepInfo::volume

Reference to the logical volue.

Definition at line 43 of file Geant4MaterialScanner.cpp.


The documentation for this class was generated from the following file: