Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4FTFBinaryProtonBuilder.hh 68750 2013-04-05 10:19:04Z gcosmo $
//
//---------------------------------------------------------------------------
//
@@ -67,6 +67,7 @@ class G4FTFBinaryProtonBuilder : public G4VProtonBuilder
virtual void Build(G4ProtonInelasticProcess * aP);
void SetMinEnergy(G4double aM) {theMin = aM;}
void SetMaxEnergy(G4double aM) {theMax = aM;}
private:
G4TheoFSGenerator * theModel;
@@ -77,7 +78,7 @@ class G4FTFBinaryProtonBuilder : public G4VProtonBuilder
G4QuasiElasticChannel * theQuasiElastic;
G4double theMin;
G4double theMax;
};
#endif