![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/g3tog4/include/G3Pos.hh>
Collaboration diagram for G3Pos:Public Member Functions | |
| G3Pos () | |
| G3Pos (G4String M, G4int C, G4ThreeVector *T, G4int R, G4String O) | |
| G4bool | operator== (const G3Pos &g3p) const |
| virtual | ~G3Pos () |
| G4String & | GetMotherName () |
| G4int | GetIrot () |
| G4ThreeVector * | GetPos () |
| G4int | GetCopy () |
| G4String & | GetOnly () |
Private Attributes | |
| G4String | _MotherName |
| G4int | _Copy |
| G4ThreeVector * | _Position |
| G4int | _Irot |
| G4String | _Only |
Definition at line 42 of file G3Pos.hh.
View newest version in sPHENIX GitHub at line 42 of file G3Pos.hh
|
inline |
| G3Pos::G3Pos | ( | G4String | M, |
| G4int | C, | ||
| G4ThreeVector * | T, | ||
| G4int | R, | ||
| G4String | O | ||
| ) |
|
virtual |
| G4int G3Pos::GetCopy | ( | ) |
| G4int G3Pos::GetIrot | ( | ) |
Definition at line 62 of file G3Pos.cc.
View newest version in sPHENIX GitHub at line 62 of file G3Pos.cc
References _Irot.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
Here is the caller graph for this function:| G4String & G3Pos::GetMotherName | ( | ) |
Definition at line 57 of file G3Pos.cc.
View newest version in sPHENIX GitHub at line 57 of file G3Pos.cc
References _MotherName.
Referenced by G3toG4BuildPVTree().
Here is the caller graph for this function:| G4String & G3Pos::GetOnly | ( | ) |
| G4ThreeVector * G3Pos::GetPos | ( | ) |
Definition at line 72 of file G3Pos.cc.
View newest version in sPHENIX GitHub at line 72 of file G3Pos.cc
References _Position.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
Here is the caller graph for this function:
|
private |
|
private |
|
private |
Definition at line 67 of file G3Pos.hh.
View newest version in sPHENIX GitHub at line 67 of file G3Pos.hh
Referenced by GetMotherName().
|
private |
|
private |