Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
@@ -73,6 +73,7 @@ class G4EmCorrections;
class G4LossTableBuilder;
class G4VAtomDeexcitation;
class G4VSubCutProducer;
class G4VXRayModel;
class G4LossTableManager
{
@@ -172,6 +173,10 @@ public:
void DeRegister(G4VEmFluctuationModel* p);
void Register(G4VXRayModel* p);
void DeRegister(G4VXRayModel* p);
void RegisterExtraParticle(const G4ParticleDefinition* aParticle,
G4VEnergyLossProcess* p);
@@ -296,6 +301,7 @@ private:
std::vector<G4VEmProcess*> emp_vector;
std::vector<G4VEmModel*> mod_vector;
std::vector<G4VEmFluctuationModel*> fmod_vector;
std::vector<G4VXRayModel*> xray_vector;
std::vector<G4VProcess*> p_vector;
std::map<PD,G4VEnergyLossProcess*,std::less<PD> > loss_map;