Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: HadronPhysicsFTFP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: HadronPhysicsFTFP.hh,v 1.2 2007/06/01 15:20:06 gunter Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
//---------------------------------------------------------------------------
//
@@ -62,7 +62,7 @@
class HadronPhysicsFTFP : public G4VPhysicsConstructor
{
public:
HadronPhysicsFTFP(const G4String& name ="hadron");
HadronPhysicsFTFP(const G4String& name ="hadron",G4bool quasiElastic=true);
virtual ~HadronPhysicsFTFP();
public:
@@ -84,7 +84,8 @@ class HadronPhysicsFTFP : public G4VPhysicsConstructor
G4FTFPProtonBuilder * theFTFPPro;
G4MiscLHEPBuilder * theMiscLHEP;
G4bool QuasiElastic;
};
#endif