![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/persistency/ascii/include/G4tgbRotationMatrixMgr.hh>
Collaboration diagram for G4tgbRotationMatrixMgr:Public Member Functions | |
| ~G4tgbRotationMatrixMgr () | |
| G4RotationMatrix * | FindOrBuildG4RotMatrix (const G4String &name) |
| G4RotationMatrix * | FindG4RotMatrix (const G4String &name) |
| G4tgbRotationMatrix * | FindOrBuildTgbRotMatrix (const G4String &name) |
| G4tgbRotationMatrix * | FindTgbRotMatrix (const G4String &name) |
| const G4mstgbrotm | GetTgbRotMatList () const |
| const G4msg4rotm & | GetG4RotMatList () const |
Static Public Member Functions | |
| static G4tgbRotationMatrixMgr * | GetInstance () |
Private Member Functions | |
| G4tgbRotationMatrixMgr () | |
| void | CopyRotMats () |
Private Attributes | |
| G4mstgbrotm | theTgbRotMats |
| G4msg4rotm | theG4RotMats |
Static Private Attributes | |
| static G4ThreadLocal G4tgbRotationMatrixMgr * | theInstance = 0 |
Definition at line 55 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 55 of file G4tgbRotationMatrixMgr.hh
| G4tgbRotationMatrixMgr::~G4tgbRotationMatrixMgr | ( | ) |
Definition at line 65 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 65 of file G4tgbRotationMatrixMgr.cc
References theInstance, and theTgbRotMats.
|
private |
Definition at line 47 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 47 of file G4tgbRotationMatrixMgr.cc
Referenced by GetInstance().
Here is the caller graph for this function:
|
private |
Definition at line 79 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 79 of file G4tgbRotationMatrixMgr.cc
References G4tgrRotationMatrixFactory::GetInstance(), G4tgbRotationMatrix::GetName(), G4tgrRotationMatrixFactory::GetRotMatMap(), and theTgbRotMats.
Referenced by GetInstance().
Here is the call graph for this function:
Here is the caller graph for this function:| G4RotationMatrix * G4tgbRotationMatrixMgr::FindG4RotMatrix | ( | const G4String & | name | ) |
Definition at line 116 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 116 of file G4tgbRotationMatrixMgr.cc
References G4cout, G4endl, G4tgrMessenger::GetVerboseLevel(), and theG4RotMats.
Referenced by FindOrBuildG4RotMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:| G4RotationMatrix * G4tgbRotationMatrixMgr::FindOrBuildG4RotMatrix | ( | const G4String & | name | ) |
Definition at line 95 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 95 of file G4tgbRotationMatrixMgr.cc
References G4tgbRotationMatrix::BuildG4RotMatrix(), FindG4RotMatrix(), FindOrBuildTgbRotMatrix(), G4cout, G4endl, and G4tgrMessenger::GetVerboseLevel().
Referenced by G4tgbVolume::ConstructG4PhysVol(), G4tgbVolume::FindOrConstructG4Solid(), and G4tgbPlaceParameterisation::G4tgbPlaceParameterisation().
Here is the call graph for this function:
Here is the caller graph for this function:| G4tgbRotationMatrix * G4tgbRotationMatrixMgr::FindOrBuildTgbRotMatrix | ( | const G4String & | name | ) |
Definition at line 140 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 140 of file G4tgbRotationMatrixMgr.cc
References FatalException, FindTgbRotMatrix(), and G4Exception().
Referenced by FindOrBuildG4RotMatrix().
Here is the call graph for this function:
Here is the caller graph for this function:| G4tgbRotationMatrix * G4tgbRotationMatrixMgr::FindTgbRotMatrix | ( | const G4String & | name | ) |
Definition at line 156 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 156 of file G4tgbRotationMatrixMgr.cc
References theTgbRotMats.
Referenced by FindOrBuildTgbRotMatrix().
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 78 of file G4tgbRotationMatrixMgr.hh
References theG4RotMats.
Referenced by G4tgbVolumeMgr::DumpSummary().
Here is the caller graph for this function:
|
static |
Definition at line 53 of file G4tgbRotationMatrixMgr.cc.
View newest version in sPHENIX GitHub at line 53 of file G4tgbRotationMatrixMgr.cc
References CopyRotMats(), G4tgbRotationMatrixMgr(), and theInstance.
Referenced by G4tgbVolume::ConstructG4PhysVol(), G4tgbVolumeMgr::DumpSummary(), G4tgbVolume::FindOrConstructG4Solid(), and G4tgbPlaceParameterisation::G4tgbPlaceParameterisation().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 77 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 77 of file G4tgbRotationMatrixMgr.hh
References theTgbRotMats.
|
private |
Definition at line 90 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 90 of file G4tgbRotationMatrixMgr.hh
Referenced by FindG4RotMatrix(), and GetG4RotMatList().
|
staticprivate |
Definition at line 85 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 85 of file G4tgbRotationMatrixMgr.hh
Referenced by GetInstance(), and ~G4tgbRotationMatrixMgr().
|
private |
Definition at line 89 of file G4tgbRotationMatrixMgr.hh.
View newest version in sPHENIX GitHub at line 89 of file G4tgbRotationMatrixMgr.hh
Referenced by CopyRotMats(), FindTgbRotMatrix(), GetTgbRotMatList(), and ~G4tgbRotationMatrixMgr().