Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: HadronPhysicsQGSP.hh,v 1.3 2007/04/26 14:47:10 gunter Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: HadronPhysicsQGSP.hh,v 1.4 2007/11/13 10:16:09 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
//---------------------------------------------------------------------------
//
@@ -70,6 +70,9 @@ class HadronPhysicsQGSP : public G4VPhysicsConstructor
public:
virtual void ConstructParticle();
virtual void ConstructProcess();
void SetQuasiElastic(G4bool value) {QuasiElastic = value;};
void SetProjectileDiffraction(G4bool value) {ProjectileDiffraction = value;};
private:
void CreateModels();
@@ -88,6 +91,7 @@ class HadronPhysicsQGSP : public G4VPhysicsConstructor
G4MiscLHEPBuilder * theMiscLHEP;
G4bool QuasiElastic;
G4bool ProjectileDiffraction;
};
#endif