Geant4
10.01.p02
|
#include <G3Pos.hh>
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 |
G3Pos::G3Pos | ( | G4String | M, |
G4int | C, | ||
G4ThreeVector * | T, | ||
G4int | R, | ||
G4String | O | ||
) |
G4int G3Pos::GetCopy | ( | ) |
Definition at line 68 of file G3Pos.cc.
References _Copy.
Referenced by G3toG4BuildPVTree().
G4int G3Pos::GetIrot | ( | ) |
Definition at line 63 of file G3Pos.cc.
References _Irot.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
G4String & G3Pos::GetMotherName | ( | ) |
Definition at line 58 of file G3Pos.cc.
References _MotherName.
Referenced by G3toG4BuildPVTree().
G4String & G3Pos::GetOnly | ( | ) |
Definition at line 78 of file G3Pos.cc.
References _Only.
Referenced by G3VolTableEntry::AddG3Pos().
G4ThreeVector * G3Pos::GetPos | ( | ) |
Definition at line 73 of file G3Pos.cc.
References _Position.
Referenced by G3toG4BuildPVTree(), and GetTransform3D().
|
private |
Definition at line 68 of file G3Pos.hh.
Referenced by GetMotherName().
|
private |
|
private |