Import Geant4 10.6.0.beta source tree
This commit is contained in:
+12
-3
@@ -16,18 +16,27 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
March 11th, 2019 G. Cosmo (event-V10-04-09)
|
||||
June 3rd, 2019 M. Asai (event-V10-05-04)
|
||||
- G4SPSPosDistribution::GetConfineVolume() now returns
|
||||
const G4String&.
|
||||
|
||||
May 29th, 2019 M. Asai (event-V10-05-03)
|
||||
- G4SPSPosDistribution.hh: Add get methods for volume confinement
|
||||
based on the Geant4 GitHub user request.
|
||||
|
||||
March 11th, 2019 G. Cosmo (event-V10-05-02)
|
||||
- Fixed typos in printouts in G4GeneralParticleSourceMessenger.
|
||||
|
||||
January 31st, 2019 I. Hrivnacova
|
||||
- Merged GitHub PR #4: all Boolean operators now return G4bool.
|
||||
|
||||
January 28th, 2019 M. Asai
|
||||
January 28th, 2019 M. Asai (event-V10-05-01)
|
||||
- G4HEPEvtInterface.cc : Clean up G4Exception seviorities when
|
||||
end-of-file is detected.
|
||||
|
||||
December 14th, 2018 M. Asai
|
||||
December 14th, 2018 M. Asai (event-V10-05-00)
|
||||
- G4PrimaryTransformer.cc : Allowing absolute zero proper decay time.
|
||||
Co-working with particles-V10-05-00 and decay-V10-05-00.
|
||||
|
||||
November 9th, 2018 G. Cosmo (event-V10-04-08)
|
||||
- Fixed printout typos.
|
||||
|
||||
@@ -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