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
@@ -50,10 +50,9 @@ public:
// -- Fast simulation activation methods:
// --------------------------------------
// -- Used to select particles for which fast simulation has to be activated:
// ---- Activate fast simulation for one particle with fast simulation attached to mass geometry:
void ActivateFastSimulation(const G4String& particleName);
// ---- Activate fast simulation for one particle with fast simulation attached to a parallel geometry:
void ActivateFastSimulation(const G4String& particleName, const G4String& parallelGeometryName);
// ---- Activate fast simulation for one particle with fast simulation attached to mass geometry: (without geometry name) or
// ---- activate fast simulation for one particle with fast simulation attached to a parallel geometry:
void ActivateFastSimulation(const G4String particleName, const G4String parallelGeometryName = "");
// -- Information about particles under fast simulation:
void BeVerbose() { fVerbose = true; }
@@ -81,8 +80,6 @@ private:
// -- Report:
G4bool fVerbose;
};