Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: HadronPhysicsQGSP_HP.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: HadronPhysicsQGSP_HP.hh,v 1.2 2007/04/26 14:47:11 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
@@ -35,6 +35,7 @@
// Modified:
// 24.11.2005 G.Folger: migration to non static particles
// 08.06.2006 V.Ivanchenko: remove stopping
// 25.04.2007 G.Folger: Add quasielastic as option, use quasielastic by default
//
//----------------------------------------------------------------------------
//
@@ -63,7 +64,7 @@
class HadronPhysicsQGSP_HP : public G4VPhysicsConstructor
{
public:
HadronPhysicsQGSP_HP(const G4String& name ="hadron");
HadronPhysicsQGSP_HP(const G4String& name ="hadron",G4bool quasiElastic=true);
virtual ~HadronPhysicsQGSP_HP();
public:
@@ -86,6 +87,8 @@ class HadronPhysicsQGSP_HP : public G4VPhysicsConstructor
G4QGSPProtonBuilder * theQGSPPro;
G4MiscLHEPBuilder * theMiscLHEP;
G4bool QuasiElastic;
};
#endif