|
Geant4-11
|
#include <G3Pos.hh>
Public Member Functions | |
| G3Pos () | |
| G3Pos (G4String M, G4int C, G4ThreeVector *T, G4int R, G4String O) | |
| G4int | GetCopy () |
| G4int | GetIrot () |
| G4String & | GetMotherName () |
| G4String & | GetOnly () |
| G4ThreeVector * | GetPos () |
| G4bool | operator== (const G3Pos &g3p) const |
| virtual | ~G3Pos () |
Private Attributes | |
| G4int | _Copy |
| G4int | _Irot |
| G4String | _MotherName |
| G4String | _Only |
| G4ThreeVector * | _Position |
| G3Pos::G3Pos | ( | G4String | M, |
| G4int | C, | ||
| G4ThreeVector * | T, | ||
| G4int | R, | ||
| G4String | O | ||
| ) |
Definition at line 33 of file G3Pos.cc.
| G4int G3Pos::GetCopy | ( | ) |
| G4int G3Pos::GetIrot | ( | ) |
Definition at line 62 of file G3Pos.cc.
References _Irot.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
| G4String & G3Pos::GetMotherName | ( | ) |
| G4String & G3Pos::GetOnly | ( | ) |
Definition at line 77 of file G3Pos.cc.
References _Only.
Referenced by G3VolTableEntry::AddG3Pos().
| G4ThreeVector * G3Pos::GetPos | ( | ) |
Definition at line 72 of file G3Pos.cc.
References _Position.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
|
private |
Definition at line 67 of file G3Pos.hh.
Referenced by GetMotherName().
|
private |
|
private |