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
@@ -99,13 +99,17 @@ public:
inline void SetVerbose(G4int value);
// hide assignment operator
G4EmConfigurator & operator=(const G4EmConfigurator &right) = delete;
G4EmConfigurator(const G4EmConfigurator&) = delete;
private:
G4Region* FindRegion(const G4String&);
const G4Region* FindRegion(const G4String&);
void SetModelForRegion(G4VEmModel* model,
G4VEmFluctuationModel* fm,
G4Region* reg,
const G4Region* reg,
const G4String& particleName,
const G4String& processName,
G4double emin,
@@ -114,10 +118,6 @@ private:
G4bool UpdateModelEnergyRange(G4VEmModel* mod,
G4double emin, G4double emax);
// hide assignment operator
G4EmConfigurator & operator=(const G4EmConfigurator &right) = delete;
G4EmConfigurator(const G4EmConfigurator&) = delete;
std::vector<G4VEmModel*> models;
std::vector<G4VEmFluctuationModel*> flucModels;
std::vector<G4String> particles;