Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ReflectionFactory.hh>
Static Public Member Functions | |
static G4ReflectionFactory * | Instance () |
Protected Member Functions | |
G4ReflectionFactory () | |
G4ReflectionFactory (const G4ReflectionFactory &) | |
G4ReflectionFactory & | operator= (const G4ReflectionFactory &) |
Definition at line 84 of file G4ReflectionFactory.hh.
|
virtual |
Definition at line 97 of file G4ReflectionFactory.cc.
|
protected |
Definition at line 83 of file G4ReflectionFactory.cc.
Referenced by Instance().
|
protected |
G4PhysicalVolumesPair G4ReflectionFactory::Divide | ( | const G4String & | name, |
G4LogicalVolume * | LV, | ||
G4LogicalVolume * | motherLV, | ||
EAxis | axis, | ||
G4double | width, | ||
G4double | offset | ||
) |
Definition at line 326 of file G4ReflectionFactory.cc.
G4PhysicalVolumesPair G4ReflectionFactory::Divide | ( | const G4String & | name, |
G4LogicalVolume * | LV, | ||
G4LogicalVolume * | motherLV, | ||
EAxis | axis, | ||
G4int | nofDivisions, | ||
G4double | offset | ||
) |
Definition at line 285 of file G4ReflectionFactory.cc.
G4PhysicalVolumesPair G4ReflectionFactory::Divide | ( | const G4String & | name, |
G4LogicalVolume * | LV, | ||
G4LogicalVolume * | motherLV, | ||
EAxis | axis, | ||
G4int | nofDivisions, | ||
G4double | width, | ||
G4double | offset | ||
) |
Definition at line 243 of file G4ReflectionFactory.cc.
Referenced by G4GDMLReadStructure::DivisionvolRead().
G4LogicalVolume * G4ReflectionFactory::GetConstituentLV | ( | G4LogicalVolume * | reflLV | ) | const |
Definition at line 685 of file G4ReflectionFactory.cc.
G4LogicalVolume * G4ReflectionFactory::GetReflectedLV | ( | G4LogicalVolume * | lv | ) | const |
Definition at line 701 of file G4ReflectionFactory.cc.
Referenced by Divide(), Place(), and Replicate().
const G4ReflectedVolumesMap & G4ReflectionFactory::GetReflectedVolumesMap | ( | ) | const |
Definition at line 752 of file G4ReflectionFactory.cc.
G4double G4ReflectionFactory::GetScalePrecision | ( | ) | const |
Definition at line 843 of file G4ReflectionFactory.cc.
G4int G4ReflectionFactory::GetVerboseLevel | ( | ) | const |
Definition at line 857 of file G4ReflectionFactory.cc.
Definition at line 871 of file G4ReflectionFactory.cc.
|
static |
Definition at line 71 of file G4ReflectionFactory.cc.
Referenced by G4tgbVolume::ConstructG4PhysVol(), G3Division::CreatePVReplica(), G4GDMLReadStructure::DivisionvolRead(), G4tgbGeometryDumper::DumpPhysVol(), G4tgbGeometryDumper::DumpPVPlacement(), G3toG4BuildPVTree(), G4tgbVolumeMgr::G4tgbVolumeMgr(), G4GDMLReadStructure::PhysvolRead(), and G4GDMLReadStructure::ReplicaRead().
G4bool G4ReflectionFactory::IsConstituent | ( | G4LogicalVolume * | lv | ) | const |
Definition at line 716 of file G4ReflectionFactory.cc.
G4bool G4ReflectionFactory::IsReflected | ( | G4LogicalVolume * | lv | ) | const |
Definition at line 727 of file G4ReflectionFactory.cc.
Referenced by G4tgbGeometryDumper::DumpPhysVol(), and G4tgbGeometryDumper::DumpPVPlacement().
|
protected |
G4PhysicalVolumesPair G4ReflectionFactory::Place | ( | const G4Transform3D & | transform3D, |
const G4String & | name, | ||
G4LogicalVolume * | LV, | ||
G4LogicalVolume * | motherLV, | ||
G4bool | isMany, | ||
G4int | copyNo, | ||
G4bool | surfCheck = false |
||
) |
Definition at line 109 of file G4ReflectionFactory.cc.
Referenced by G4tgbVolume::ConstructG4PhysVol(), G3Division::CreatePVReplica(), G3toG4BuildPVTree(), and G4GDMLReadStructure::PhysvolRead().
G4PhysicalVolumesPair G4ReflectionFactory::Replicate | ( | const G4String & | name, |
G4LogicalVolume * | LV, | ||
G4LogicalVolume * | motherLV, | ||
EAxis | axis, | ||
G4int | nofReplicas, | ||
G4double | width, | ||
G4double | offset = 0 |
||
) |
Definition at line 204 of file G4ReflectionFactory.cc.
Referenced by G3Division::CreatePVReplica(), and G4GDMLReadStructure::ReplicaRead().
void G4ReflectionFactory::Reset | ( | ) |
Definition at line 760 of file G4ReflectionFactory.cc.
void G4ReflectionFactory::SetScalePrecision | ( | G4double | scaleValue | ) |
Definition at line 836 of file G4ReflectionFactory.cc.
Referenced by G4tgbVolumeMgr::G4tgbVolumeMgr().
void G4ReflectionFactory::SetVerboseLevel | ( | G4int | verboseLevel | ) |
Definition at line 850 of file G4ReflectionFactory.cc.
Definition at line 864 of file G4ReflectionFactory.cc.