Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -112,6 +112,10 @@ public:
inline void SetVerboseLevel(G4int verbose);
// hide assignment operator
G4PAIPhotModel & operator=(const G4PAIPhotModel &right) = delete;
G4PAIPhotModel(const G4PAIPhotModel&) = delete;
protected:
G4double MaxSecondaryEnergy(const G4ParticleDefinition*,
@@ -123,10 +127,6 @@ private:
inline void SetParticle(const G4ParticleDefinition* p);
// hide assignment operator
G4PAIPhotModel & operator=(const G4PAIPhotModel &right) = delete;
G4PAIPhotModel(const G4PAIPhotModel&) = delete;
G4int fVerbose;
G4PAIPhotData* fModelData;