Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PhysicalVolumesSearchScene.hh>
Public Member Functions | |
Findings (G4VPhysicalVolume *pSearchPV, G4VPhysicalVolume *pFoundPV, G4int foundPVCopyNo=0, G4int foundDepth=0, std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > foundBasePVPath=std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID >(), std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > foundFullPVPath=std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID >(), G4Transform3D foundObjectTransformation=G4Transform3D()) | |
Findings (const G4PhysicalVolumeModel::TouchableProperties &tp) | |
Public Attributes | |
G4VPhysicalVolume * | fpSearchPV |
G4VPhysicalVolume * | fpFoundPV |
G4int | fFoundPVCopyNo |
G4int | fFoundDepth |
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > | fFoundBasePVPath |
std::vector< G4PhysicalVolumeModel::G4PhysicalVolumeNodeID > | fFoundFullPVPath |
G4Transform3D | fFoundObjectTransformation |
Definition at line 57 of file G4PhysicalVolumesSearchScene.hh.
|
inline |
Definition at line 59 of file G4PhysicalVolumesSearchScene.hh.
|
inline |
Definition at line 78 of file G4PhysicalVolumesSearchScene.hh.
std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID> G4PhysicalVolumesSearchScene::Findings::fFoundBasePVPath |
Definition at line 91 of file G4PhysicalVolumesSearchScene.hh.
G4int G4PhysicalVolumesSearchScene::Findings::fFoundDepth |
Definition at line 89 of file G4PhysicalVolumesSearchScene.hh.
std::vector<G4PhysicalVolumeModel::G4PhysicalVolumeNodeID> G4PhysicalVolumesSearchScene::Findings::fFoundFullPVPath |
Definition at line 93 of file G4PhysicalVolumesSearchScene.hh.
G4Transform3D G4PhysicalVolumesSearchScene::Findings::fFoundObjectTransformation |
Definition at line 94 of file G4PhysicalVolumesSearchScene.hh.
G4int G4PhysicalVolumesSearchScene::Findings::fFoundPVCopyNo |
Definition at line 88 of file G4PhysicalVolumesSearchScene.hh.
G4VPhysicalVolume* G4PhysicalVolumesSearchScene::Findings::fpFoundPV |
Definition at line 87 of file G4PhysicalVolumesSearchScene.hh.
G4VPhysicalVolume* G4PhysicalVolumesSearchScene::Findings::fpSearchPV |
Definition at line 86 of file G4PhysicalVolumesSearchScene.hh.