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