Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
// CHANGE HISTORY
|
||||
// --------------
|
||||
//
|
||||
// 29/05/2019 M Asai
|
||||
// Added confinement getters.
|
||||
//
|
||||
// 30/04/2017 J Allison
|
||||
// Added GetRotx,y,z access functions.
|
||||
//
|
||||
@@ -212,6 +215,8 @@ public:
|
||||
const G4ThreeVector& GetRotx() const {return Rotx;}
|
||||
const G4ThreeVector& GetRoty() const {return Roty;}
|
||||
const G4ThreeVector& GetRotz() const {return Rotz;}
|
||||
G4bool GetConfined() const { return Confine; }
|
||||
const G4String& GetConfineVolume() const { return VolName; }
|
||||
|
||||
G4ThreeVector GetSideRefVec1() const;
|
||||
G4ThreeVector GetSideRefVec2() const;
|
||||
|
||||
Reference in New Issue
Block a user