Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: QBBC.cc 66892 2013-01-17 10:57:59Z gunter $
|
||||
//
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
@@ -49,7 +48,7 @@
|
||||
|
||||
#include "G4DecayPhysics.hh"
|
||||
#include "G4EmStandardPhysics.hh"
|
||||
#include "G4EmStandardPhysics_option2.hh"
|
||||
#include "G4EmStandardPhysics_option4.hh"
|
||||
#include "G4EmExtraPhysics.hh"
|
||||
#include "G4StoppingPhysics.hh"
|
||||
|
||||
@@ -59,14 +58,14 @@
|
||||
#include "G4HadronElasticPhysicsXS.hh"
|
||||
#include "G4HadronElasticPhysicsHP.hh"
|
||||
#include "G4ChargeExchangePhysics.hh"
|
||||
#include "G4IonPhysics.hh"
|
||||
#include "G4IonPhysicsXS.hh"
|
||||
#include "G4IonElasticPhysics.hh"
|
||||
#include "G4NeutronTrackingCut.hh"
|
||||
|
||||
QBBC::QBBC( G4int ver, const G4String&)
|
||||
{
|
||||
G4DataQuestionaire it(photon, neutronxs);
|
||||
G4cout << "<<< Reference Physics List QBBC "
|
||||
<<G4endl;
|
||||
G4cout << "<<< Reference Physics List QBBC " <<G4endl;
|
||||
|
||||
defaultCutValue = 0.7*mm;
|
||||
SetVerboseLevel(ver);
|
||||
@@ -85,7 +84,9 @@ QBBC::QBBC( G4int ver, const G4String&)
|
||||
|
||||
RegisterPhysics( new G4StoppingPhysics(ver) );
|
||||
|
||||
RegisterPhysics( new G4IonPhysics(ver) );
|
||||
RegisterPhysics( new G4IonPhysicsXS(ver) );
|
||||
|
||||
RegisterPhysics( new G4IonElasticPhysics(ver) );
|
||||
|
||||
RegisterPhysics( new G4HadronInelasticQBBC(ver));
|
||||
|
||||
@@ -96,8 +97,3 @@ QBBC::QBBC( G4int ver, const G4String&)
|
||||
QBBC::~QBBC()
|
||||
{}
|
||||
|
||||
void QBBC::SetCuts()
|
||||
{
|
||||
SetCutsWithDefault();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user