Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -62,7 +62,8 @@ public:
// ------------------------------------------------------------
// -- Constructor: takes the name of the particle type to bias:
// ------------------------------------------------------------
G4ChannelingOptrChangeCrossSection(G4String particleToBias, G4String name = "ChannelingChangeXS");
G4ChannelingOptrChangeCrossSection(const G4String& particleToBias,
const G4String& name = "ChannelingChangeXS");
virtual ~G4ChannelingOptrChangeCrossSection();
virtual void StartRun();
@@ -58,7 +58,7 @@ public:
// -- Each particle type for which its name is passed will be biased; *provided*
// -- that the proper calls to biasingPhysics->Bias(particleName) have been done
// -- in the main program.
void AddParticle( G4String particleName );
void AddParticle(const G4String& particleName );
void AddChargedParticles();