Geant4-11
|
#include <G4tgrPlaceParameterisation.hh>
Public Member Functions | |
G4tgrPlaceParameterisation () | |
G4tgrPlaceParameterisation (const std::vector< G4String > &p) | |
unsigned int | GetCopyNo () const |
std::vector< G4double > | GetExtraData () const |
const G4String & | GetParamType () const |
const G4String & | GetParentName () const |
virtual G4ThreeVector | GetPlacement () const |
const G4String & | GetRotMatName () const |
const G4String & | GetType () const |
G4tgrVolume * | GetVolume () const |
void | SetType (const G4String &typ) |
void | SetVolume (G4tgrVolume *vol) |
~G4tgrPlaceParameterisation () | |
Protected Attributes | |
unsigned int | theCopyNo = 0 |
G4String | theParentName = "" |
G4String | theType = "" |
G4tgrVolume * | theVolume = nullptr |
Private Attributes | |
std::vector< G4double > | theExtraData |
G4String | theParamType |
G4String | theRotMatName |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4tgrPlaceParameterisation &obj) |
Definition at line 50 of file G4tgrPlaceParameterisation.hh.
G4tgrPlaceParameterisation::G4tgrPlaceParameterisation | ( | ) |
Definition at line 37 of file G4tgrPlaceParameterisation.cc.
G4tgrPlaceParameterisation::~G4tgrPlaceParameterisation | ( | ) |
Definition at line 42 of file G4tgrPlaceParameterisation.cc.
G4tgrPlaceParameterisation::G4tgrPlaceParameterisation | ( | const std::vector< G4String > & | p | ) |
Definition at line 47 of file G4tgrPlaceParameterisation.cc.
References G4tgrUtils::CheckWLsize(), G4cout, G4endl, G4tgrUtils::GetDouble(), G4tgrUtils::GetInt(), G4tgrUtils::GetString(), G4tgrMessenger::GetVerboseLevel(), G4tgrPlace::theCopyNo, theExtraData, theParamType, G4tgrPlace::theParentName, theRotMatName, G4tgrPlace::theType, and WLSIZE_GE.
|
inlineinherited |
Definition at line 54 of file G4tgrPlace.hh.
References G4tgrPlace::theCopyNo.
Referenced by G4tgrVolume::AddPlace(), G4tgbVolume::ConstructG4PhysVol(), G4tgbVolume::ConstructG4Volumes(), and G4tgrVolumeMgr::DumpVolumeLeaf().
|
inline |
Definition at line 64 of file G4tgrPlaceParameterisation.hh.
References theExtraData.
Referenced by G4tgbPlaceParameterisation::CheckNExtraData(), G4tgbPlaceParamCircle::G4tgbPlaceParamCircle(), G4tgbPlaceParamLinear::G4tgbPlaceParamLinear(), and G4tgbPlaceParamSquare::G4tgbPlaceParamSquare().
|
inline |
Definition at line 62 of file G4tgrPlaceParameterisation.hh.
References theParamType.
Referenced by G4tgbVolume::ConstructG4PhysVol(), G4tgbPlaceParamCircle::G4tgbPlaceParamCircle(), G4tgbPlaceParamLinear::G4tgbPlaceParamLinear(), and G4tgbPlaceParamSquare::G4tgbPlaceParamSquare().
|
inlineinherited |
Definition at line 52 of file G4tgrPlace.hh.
References G4tgrPlace::theParentName.
Referenced by G4tgrVolume::AddPlace(), G4tgrVolumeAssembly::AddPlace(), G4tgrVolume::AddPlaceParam(), and G4tgrVolume::AddPlaceReplica().
|
virtualinherited |
Reimplemented in G4tgrPlaceSimple.
Definition at line 44 of file G4tgrPlace.cc.
Referenced by G4tgbVolume::ConstructG4PhysVol().
|
inline |
Definition at line 65 of file G4tgrPlaceParameterisation.hh.
References theRotMatName.
Referenced by G4tgbPlaceParameterisation::G4tgbPlaceParameterisation().
|
inlineinherited |
Definition at line 55 of file G4tgrPlace.hh.
References G4tgrPlace::theType.
Referenced by G4tgrVolume::AddPlace(), G4tgrVolumeAssembly::AddPlace(), G4tgbPlaceParameterisation::CheckNExtraData(), and G4tgbVolume::ConstructG4PhysVol().
|
inlineinherited |
Definition at line 53 of file G4tgrPlace.hh.
References G4tgrPlace::theVolume.
Referenced by G4tgbVolume::ConstructG4Volumes(), and G4tgrVolumeMgr::DumpVolumeLeaf().
|
inlineinherited |
Definition at line 57 of file G4tgrPlace.hh.
References G4tgrPlace::theType, and pyG4ProcessManager::typ.
Referenced by G4tgrVolume::AddPlaceReplica(), and G4tgrVolumeDivision::G4tgrVolumeDivision().
|
inlineinherited |
Definition at line 56 of file G4tgrPlace.hh.
References G4tgrPlace::theVolume.
Referenced by G4tgrVolume::AddPlace(), G4tgrVolumeAssembly::AddPlace(), G4tgrVolume::AddPlaceParam(), G4tgrVolume::AddPlaceReplica(), and G4tgrVolumeDivision::G4tgrVolumeDivision().
|
friend |
Definition at line 83 of file G4tgrPlaceParameterisation.cc.
|
protectedinherited |
Definition at line 70 of file G4tgrPlace.hh.
Referenced by G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), and G4tgrPlace::GetCopyNo().
|
private |
Definition at line 73 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgrPlaceParameterisation(), and GetExtraData().
|
private |
Definition at line 72 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgrPlaceParameterisation(), and GetParamType().
|
protectedinherited |
Definition at line 66 of file G4tgrPlace.hh.
Referenced by G4tgrPlaceDivRep::G4tgrPlaceDivRep(), G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), G4tgrPlace::GetParentName(), and G4tgrPlaceDivRep::SetParentName().
|
private |
Definition at line 76 of file G4tgrPlaceParameterisation.hh.
Referenced by G4tgrPlaceParameterisation(), and GetRotMatName().
|
protectedinherited |
Definition at line 73 of file G4tgrPlace.hh.
Referenced by G4tgrPlaceParameterisation(), G4tgrPlaceSimple::G4tgrPlaceSimple(), G4tgrPlace::GetType(), and G4tgrPlace::SetType().
|
protectedinherited |
Definition at line 63 of file G4tgrPlace.hh.
Referenced by G4tgrPlace::GetVolume(), and G4tgrPlace::SetVolume().