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: G4HadronHElasticPhysics.cc,v 1.2 2007/03/21 12:36:14 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-00 $
|
||||
// $Id: G4HadronHElasticPhysics.cc,v 1.4 2007/11/15 18:08:11 vnivanch Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -60,10 +60,9 @@
|
||||
#include "G4BGGNucleonElasticXS.hh"
|
||||
#include "G4BGGPionElasticXS.hh"
|
||||
|
||||
G4HadronHElasticPhysics::G4HadronHElasticPhysics(
|
||||
const G4String& name, G4int ver, G4bool hp, G4bool glauber)
|
||||
: G4VPhysicsConstructor(name), mname(name), verbose(ver), hpFlag(hp),
|
||||
glFlag(glauber),wasActivated(false)
|
||||
G4HadronHElasticPhysics::G4HadronHElasticPhysics(G4int ver, G4bool hp)
|
||||
: G4VPhysicsConstructor("HElastic"), mname("HElastic"), verbose(ver),
|
||||
hpFlag(hp), wasActivated(false)
|
||||
{
|
||||
if(verbose > 1) G4cout << "### HadronHElasticPhysics" << G4endl;
|
||||
model = 0;
|
||||
@@ -99,8 +98,8 @@ void G4HadronHElasticPhysics::ConstructProcess()
|
||||
|
||||
G4HadronProcessStore* store = G4HadronProcessStore::Instance();
|
||||
|
||||
// G4double elimit = 0.4*GeV;
|
||||
G4double elimit = 0.0;
|
||||
G4double elimit = 0.4*GeV;
|
||||
//G4double elimit = 0.0;
|
||||
|
||||
if(verbose > 1)
|
||||
G4cout << "### HadronElasticPhysics Construct Processes with HE limit "
|
||||
|
||||
Reference in New Issue
Block a user