Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+6 -7
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Track.hh 74276 2013-10-02 14:59:07Z gcosmo $
// $Id: G4Track.hh 83388 2014-08-21 14:29:33Z gcosmo $
//
//
//---------------------------------------------------------------
@@ -242,12 +242,11 @@ public: // With description
const G4VProcess* GetCreatorProcess() const;
void SetCreatorProcess(const G4VProcess* aValue);
inline void SetCreatorModelIndex(G4int idx)
{ fCreatorModelIndex = idx; }
inline G4String& GetCreatorModelName()
{ return G4PhysicsModelCatalog::GetModelName(fCreatorModelIndex); }
inline G4int GetCreatorModelID()
{ return fCreatorModelIndex; }
inline void SetCreatorModelIndex(G4int idx);
inline const G4String& GetCreatorModelName() const;
inline G4int GetCreatorModelID() const;
// track weight
// These are methods for manipulating a weight for this track.