Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -317,10 +317,6 @@ public:
void SetCrossSectionTable(G4PhysicsTable*, G4bool isLocal);
G4bool LPMFlag() const;
void SetLPMFlag(G4bool val);
inline G4ElementData* GetElementData();
inline G4PhysicsTable* GetCrossSectionTable();
@@ -393,6 +389,10 @@ public:
inline void SetLocked(G4bool);
// obsolete method
[[deprecated("Use G4EmParameters::Instance()->SetLPM instead")]]
void SetLPMFlag(G4bool);
// hide assignment operator
G4VEmModel & operator=(const G4VEmModel &right) = delete;
G4VEmModel(const G4VEmModel&) = delete;
@@ -441,8 +441,8 @@ private:
protected:
size_t currentCoupleIndex = 0;
size_t basedCoupleIndex = 0;
std::size_t currentCoupleIndex = 0;
std::size_t basedCoupleIndex = 0;
G4bool lossFlucFlag = true;
private: