Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4HadronInelasticQBBC.hh,v 1.12 2009/11/25 13:10:51 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-03 $
// $Id: G4HadronInelasticQBBC.hh,v 1.14 2010/06/04 08:40:36 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
//---------------------------------------------------------------------------
//
@@ -43,12 +43,17 @@
#include "globals.hh"
#include "G4VHadronPhysics.hh"
class G4ExcitationHandler;
class G4Evaporation;
class G4HadronInelasticQBBC : public G4VHadronPhysics
{
public:
// constructor
G4HadronInelasticQBBC(const G4String& name = "QBBC",
G4HadronInelasticQBBC(G4int ver = 1);
G4HadronInelasticQBBC(const G4String& name,
G4int ver = 1, G4bool ftf = false, G4bool bert = false,
G4bool chips = false, G4bool hp = false,
G4bool glauber = false);
@@ -66,6 +71,9 @@ private:
G4HadronInelasticQBBC(G4HadronInelasticQBBC &);
G4HadronInelasticQBBC & operator=(const G4HadronInelasticQBBC &right);
G4ExcitationHandler* theHandler;
G4Evaporation* theEvaporation;
G4String htype;
G4int verbose;
G4bool wasActivated;