Import Geant4 9.1.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user