Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ProcessManager.hh 71231 2013-06-12 13:06:28Z gcosmo $
// $Id: G4ProcessManager.hh 108536 2018-02-16 09:20:49Z gcosmo $
//
//
// ------------------------------------------------------------
@@ -284,7 +284,10 @@ class G4ProcessManager
G4ParticleDefinition* GetParticleType() const;
// get the particle type
void SetParticleType(const G4ParticleDefinition*);
// set the particle type
// set the particle type
G4VProcess* GetProcess (const G4String&) const;
// get process by process name
void StartTracking(G4Track* aTrack=0);
void EndTracking();