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_BERT.hh,v 1.1 2006/10/31 11:35:03 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: HadronPhysicsQGSP_BERT.hh,v 1.2 2007/04/26 14:47:10 gunter Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
//---------------------------------------------------------------------------
//
@@ -35,6 +35,7 @@
// Modified:
// 23.11.2005 G.Folger: migration to non static particles
// 08.06.2006 V.Ivanchenko: remove stopping
// 25.04.2007 G.Folger: Add quasielastic option, use this by default
//
//----------------------------------------------------------------------------
//
@@ -65,7 +66,7 @@
class HadronPhysicsQGSP_BERT : public G4VPhysicsConstructor
{
public:
HadronPhysicsQGSP_BERT(const G4String& name ="hadron");
HadronPhysicsQGSP_BERT(const G4String& name ="hadron",G4bool quasiElastic=true);
virtual ~HadronPhysicsQGSP_BERT();
public:
@@ -90,6 +91,8 @@ class HadronPhysicsQGSP_BERT : public G4VPhysicsConstructor
G4BertiniProtonBuilder * theBertiniPro;
G4MiscLHEPBuilder * theMiscLHEP;
G4bool QuasiElastic;
};
#endif