ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/ascii/include/G4tgrPlace.hh>
Public Member Functions | |
G4tgrPlace () | |
virtual | ~G4tgrPlace () |
const G4String & | GetParentName () const |
G4tgrVolume * | GetVolume () const |
unsigned int | GetCopyNo () const |
const G4String & | GetType () const |
void | SetVolume (G4tgrVolume *vol) |
void | SetType (const G4String &typ) |
virtual G4ThreeVector | GetPlacement () const |
Protected Attributes | |
G4tgrVolume * | theVolume |
G4String | theParentName |
unsigned int | theCopyNo |
G4String | theType |
Definition at line 48 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 48 of file G4tgrPlace.hh
G4tgrPlace::G4tgrPlace | ( | ) |
Definition at line 38 of file G4tgrPlace.cc.
View newest version in sPHENIX GitHub at line 38 of file G4tgrPlace.cc
|
virtual |
Definition at line 45 of file G4tgrPlace.cc.
View newest version in sPHENIX GitHub at line 45 of file G4tgrPlace.cc
|
inline |
Definition at line 59 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 59 of file G4tgrPlace.hh
References theCopyNo.
Referenced by G4tgrVolume::AddPlace(), G4tgbVolume::ConstructG4PhysVol(), G4tgbVolume::ConstructG4Volumes(), and G4tgrVolumeMgr::DumpVolumeLeaf().
|
inline |
Definition at line 57 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 57 of file G4tgrPlace.hh
References theParentName.
Referenced by G4tgrVolumeAssembly::AddPlace(), G4tgrVolume::AddPlace(), G4tgrVolume::AddPlaceParam(), and G4tgrVolume::AddPlaceReplica().
|
virtual |
Reimplemented in G4tgrPlaceSimple.
Definition at line 51 of file G4tgrPlace.cc.
View newest version in sPHENIX GitHub at line 51 of file G4tgrPlace.cc
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 60 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 60 of file G4tgrPlace.hh
References theType.
Referenced by G4tgrVolumeAssembly::AddPlace(), G4tgrVolume::AddPlace(), G4tgbPlaceParameterisation::CheckNExtraData(), and G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 58 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 58 of file G4tgrPlace.hh
References theVolume.
Referenced by G4tgbVolume::ConstructG4Volumes(), and G4tgrVolumeMgr::DumpVolumeLeaf().
Definition at line 62 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 62 of file G4tgrPlace.hh
References theType, and pyG4ProcessManager::typ.
Referenced by G4tgrVolume::AddPlaceReplica(), and G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inline |
Definition at line 61 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 61 of file G4tgrPlace.hh
References theVolume.
Referenced by G4tgrVolumeAssembly::AddPlace(), G4tgrVolume::AddPlace(), G4tgrVolume::AddPlaceParam(), G4tgrVolume::AddPlaceReplica(), and G4tgrVolumeDivision::G4tgrVolumeDivision().
|
protected |
Definition at line 75 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 75 of file G4tgrPlace.hh
Referenced by G4tgrPlaceParameterisation::G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), and GetCopyNo().
|
protected |
Definition at line 71 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 71 of file G4tgrPlace.hh
Referenced by G4tgrPlaceDivRep::G4tgrPlaceDivRep(), G4tgrPlaceParameterisation::G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), GetParentName(), operator<<(), and G4tgrPlaceDivRep::SetParentName().
|
protected |
Definition at line 78 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 78 of file G4tgrPlace.hh
Referenced by G4tgrPlaceParameterisation::G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), GetType(), and SetType().
|
protected |
Definition at line 68 of file G4tgrPlace.hh.
View newest version in sPHENIX GitHub at line 68 of file G4tgrPlace.hh
Referenced by GetVolume(), and SetVolume().