Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4Track.hh 91231 2015-06-26 10:40:45Z gcosmo $
|
||||
// $Id: G4Track.hh 94983 2016-01-13 11:02:33Z gcosmo $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
@@ -258,7 +258,7 @@ public: // With description
|
||||
|
||||
// User information
|
||||
G4VUserTrackInformation* GetUserInformation() const;
|
||||
void SetUserInformation(G4VUserTrackInformation* aValue);
|
||||
void SetUserInformation(G4VUserTrackInformation* aValue) const;
|
||||
|
||||
// Velocity table
|
||||
static void SetVelocityTableProperties(G4double t_max, G4double t_min, G4int nbin);
|
||||
@@ -312,7 +312,7 @@ public: // With description
|
||||
const G4VProcess* fpCreatorProcess; // Process which created the track
|
||||
G4int fCreatorModelIndex; // Index of the physics model which created the track
|
||||
|
||||
G4VUserTrackInformation* fpUserInformation;
|
||||
mutable G4VUserTrackInformation* fpUserInformation;
|
||||
|
||||
// cached values for CalculateVelocity
|
||||
mutable G4Material* prev_mat;
|
||||
|
||||
Reference in New Issue
Block a user