Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
@@ -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;