Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PhysicalVolumesSearchScene::Findings Struct Reference

#include <G4PhysicalVolumesSearchScene.hh>

Public Member Functions

 Findings (G4VPhysicalVolume *pSearchPV, G4VPhysicalVolume *pFoundPV, G4int foundPVCopyNo=0, G4int foundDepth=0, const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &foundBasePVPath=std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID >(), const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > &foundFullPVPath=std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID >(), const G4Transform3D &foundObjectTransformation=G4Transform3D())
 
 Findings (const G4PhysicalVolumeModel::TouchableProperties &tp)
 

Public Attributes

G4VPhysicalVolumefpSearchPV
 
G4VPhysicalVolumefpFoundPV
 
G4int fFoundPVCopyNo
 
G4int fFoundDepth
 
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeIDfFoundBasePVPath
 
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeIDfFoundFullPVPath
 
G4Transform3D fFoundObjectTransformation
 

Detailed Description

Definition at line 57 of file G4PhysicalVolumesSearchScene.hh.

Constructor & Destructor Documentation

◆ Findings() [1/2]

G4PhysicalVolumesSearchScene::Findings::Findings ( G4VPhysicalVolume * pSearchPV,
G4VPhysicalVolume * pFoundPV,
G4int foundPVCopyNo = 0,
G4int foundDepth = 0,
const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > & foundBasePVPath = std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID>(),
const std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > & foundFullPVPath = std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID>(),
const G4Transform3D & foundObjectTransformation = G4Transform3D() )
inline

Definition at line 59 of file G4PhysicalVolumesSearchScene.hh.

69 : fpSearchPV(pSearchPV)
70 , fpFoundPV(pFoundPV)
71 , fFoundPVCopyNo(foundPVCopyNo)
72 , fFoundDepth(foundDepth)
73 , fFoundBasePVPath(foundBasePVPath)
74 , fFoundFullPVPath(foundFullPVPath)
75 , fFoundObjectTransformation(foundObjectTransformation) {}
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > fFoundFullPVPath
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > fFoundBasePVPath

◆ Findings() [2/2]

G4PhysicalVolumesSearchScene::Findings::Findings ( const G4PhysicalVolumeModel::TouchableProperties & tp)
inline

Definition at line 76 of file G4PhysicalVolumesSearchScene.hh.

77 : fpSearchPV(nullptr)
78 , fpFoundPV(tp.fpTouchablePV)
79 , fFoundPVCopyNo(tp.fCopyNo)
80 , fFoundDepth(0)
81 , fFoundBasePVPath(tp.fTouchableBaseFullPVPath)
82 , fFoundFullPVPath(tp.fTouchableFullPVPath)
83 , fFoundObjectTransformation(tp.fTouchableGlobalTransform) {}

Member Data Documentation

◆ fFoundBasePVPath

std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID> G4PhysicalVolumesSearchScene::Findings::fFoundBasePVPath

Definition at line 89 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fFoundDepth

G4int G4PhysicalVolumesSearchScene::Findings::fFoundDepth

Definition at line 87 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fFoundFullPVPath

std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID> G4PhysicalVolumesSearchScene::Findings::fFoundFullPVPath

Definition at line 91 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fFoundObjectTransformation

G4Transform3D G4PhysicalVolumesSearchScene::Findings::fFoundObjectTransformation

Definition at line 92 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fFoundPVCopyNo

G4int G4PhysicalVolumesSearchScene::Findings::fFoundPVCopyNo

Definition at line 86 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fpFoundPV

G4VPhysicalVolume* G4PhysicalVolumesSearchScene::Findings::fpFoundPV

Definition at line 85 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().

◆ fpSearchPV

G4VPhysicalVolume* G4PhysicalVolumesSearchScene::Findings::fpSearchPV

Definition at line 84 of file G4PhysicalVolumesSearchScene.hh.

Referenced by Findings(), and Findings().


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