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
@@ -92,6 +92,8 @@ public:
static const std::vector<G4double>* GetDensityFactors();
static const std::vector<G4bool>* GetFluctuationFlags();
static G4bool GetFlag(std::size_t idx);
static G4bool GetBaseMaterialFlag();
@@ -116,6 +118,7 @@ private:
static std::vector<G4double>* theDensityFactor;
static std::vector<G4int>* theDensityIdx;
static std::vector<G4bool>* theFlag;
static std::vector<G4bool>* theFluct;
};
inline void G4LossTableBuilder::SetSplineFlag(G4bool flag)