Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -142,6 +142,7 @@
#include "G4HadronicProcessStore.hh"
#include "G4HadronicException.hh"
#include "G4PhotonEvaporation.hh"
#include "G4HadronicParameters.hh"
#include <vector>
#include <sstream>
@@ -741,7 +742,8 @@ void G4RadioactiveDecay::BuildPhysicsTable(const G4ParticleDefinition&)
if (!isInitialised) {
isInitialised = true;
#ifdef G4VERBOSE
if(G4Threading::IsMasterThread()) { StreamInfo(G4cout, "\n"); }
if(G4HadronicParameters::Instance()->GetVerboseLevel() > 0 &&
G4Threading::IsMasterThread()) { StreamInfo(G4cout, "\n"); }
#endif
}
G4HadronicProcessStore::
@@ -82,6 +82,7 @@
#include "G4VAtomDeexcitation.hh"
#include "G4UAtomicDeexcitation.hh"
#include "G4PhotonEvaporation.hh"
#include "G4HadronicParameters.hh"
#include <vector>
#include <sstream>
@@ -445,7 +446,8 @@ void G4RadioactiveDecayBase::BuildPhysicsTable(const G4ParticleDefinition&)
if (!isInitialised) {
isInitialised = true;
#ifdef G4VERBOSE
if(G4Threading::IsMasterThread()) { StreamInfo(G4cout, "\n"); }
if(G4HadronicParameters::Instance()->GetVerboseLevel() > 0 &&
G4Threading::IsMasterThread()) { StreamInfo(G4cout, "\n"); }
#endif
}
G4HadronicProcessStore::