Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -43,13 +43,6 @@
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4ios.hh"
|
||||
#include "G4ProcessManager.hh"
|
||||
#include "G4ProcessVector.hh"
|
||||
#include "G4ParticleTypes.hh"
|
||||
#include "G4ParticleTable.hh"
|
||||
|
||||
#include "G4Material.hh"
|
||||
#include "G4MaterialTable.hh"
|
||||
|
||||
#include "G4DecayPhysics.hh"
|
||||
#include "G4EmStandardPhysics.hh"
|
||||
@@ -66,18 +59,16 @@
|
||||
|
||||
FTF_BIC::FTF_BIC(G4int ver)
|
||||
{
|
||||
// default cut value (1.0mm)
|
||||
// defaultCutValue = 1.0*CLHEP::mm;
|
||||
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: FTF_BIC"<<G4endl;
|
||||
G4cout <<G4endl;
|
||||
if(ver > 0) {
|
||||
G4cout << "<<< Geant4 Physics List simulation engine: FTF_BIC"<<G4endl;
|
||||
G4cout <<G4endl;
|
||||
G4WarnPLStatus exp;
|
||||
exp.Experimental("FTF_BIC");
|
||||
}
|
||||
|
||||
defaultCutValue = 0.7*CLHEP::mm;
|
||||
SetVerboseLevel(ver);
|
||||
|
||||
G4WarnPLStatus exp;
|
||||
exp.Experimental("FTF_BIC");
|
||||
|
||||
// EM Physics
|
||||
RegisterPhysics( new G4EmStandardPhysics(ver) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user