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
+3
View File
@@ -16,6 +16,9 @@ committal in the CVS repository !
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
- May 24, 2019 V.Ivanchenko (track-V10-05-00)
G4Track.hh added forward declaration for G4VProcess
- Nov. 5, 2018 H.Kurashige(track-V10-04-02)
- Add protection for nullptr access in G4Track.icc
Addressing problem report #2097.
+2 -1
View File
@@ -68,6 +68,7 @@ class G4Step; // Forward declaration
class G4MaterialCutsCouple;
class G4VelocityTable;
class G4VAuxiliaryTrackInformation;
class G4VProcess;
#include <map>
@@ -173,7 +174,7 @@ public: // With description
G4double GetTotalEnergy() const;
// moemtnum
// momentum
const G4ThreeVector& GetMomentumDirection() const;
void SetMomentumDirection(const G4ThreeVector& aValue);