Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+6 -15
View File
@@ -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) );