Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
//
|
||||
#ifndef G4EmSaturation_h
|
||||
#define G4EmSaturation_h 1
|
||||
|
||||
@@ -99,12 +98,12 @@ public:
|
||||
|
||||
inline void SetVerbose(G4int);
|
||||
|
||||
private:
|
||||
|
||||
// hide assignment operator
|
||||
G4EmSaturation & operator=(const G4EmSaturation &right) = delete;
|
||||
G4EmSaturation(const G4EmSaturation&) = delete;
|
||||
|
||||
private:
|
||||
|
||||
void InitialiseBirksCoefficient(const G4Material*);
|
||||
|
||||
void InitialiseG4materials();
|
||||
@@ -117,7 +116,7 @@ private:
|
||||
G4int nG4Birks;
|
||||
G4int nWarnings;
|
||||
|
||||
static G4int nMaterials;
|
||||
static size_t nMaterials;
|
||||
|
||||
// list of materials used in run time
|
||||
static std::vector<G4double> massFactors;
|
||||
|
||||
Reference in New Issue
Block a user