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
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4EmCalculator.hh 70371 2013-05-29 15:18:07Z gcosmo $
// $Id: G4EmCalculator.hh 83007 2014-07-24 14:46:57Z gcosmo $
//
//
// -------------------------------------------------------------------
@@ -224,7 +224,7 @@ public:
const G4String&);
//===========================================================================
// Methods to access particles, materials, regions
// Methods to access particles, materials, regions, processes
//===========================================================================
const G4ParticleDefinition* FindParticle(const G4String&);
@@ -238,6 +238,9 @@ public:
const G4MaterialCutsCouple* FindCouple(const G4Material*,
const G4Region* r = 0);
G4VProcess* FindProcess(const G4ParticleDefinition* part,
const G4String& processName);
void SetVerbose(G4int val);
//===========================================================================