Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user