Import Geant4 11.1.0.beta source tree
This commit is contained in:
@@ -58,7 +58,7 @@ public:
|
||||
|
||||
explicit G4DensityEffectData();
|
||||
|
||||
~G4DensityEffectData();
|
||||
~G4DensityEffectData() = default;
|
||||
|
||||
// return index by Z, -1 if material is not in the table
|
||||
G4int GetElementIndex(G4int Z, G4State st = kStateUndefined) const;
|
||||
@@ -84,16 +84,16 @@ public:
|
||||
inline G4double GetErrorDensity(G4int idx) const;
|
||||
inline G4double GetMeanIonisationPotential(G4int idx) const;
|
||||
|
||||
// Assignment operator and copy constructor
|
||||
G4DensityEffectData & operator=(const G4DensityEffectData &right) = delete;
|
||||
G4DensityEffectData(const G4DensityEffectData&) = delete;
|
||||
|
||||
private:
|
||||
|
||||
void Initialize();
|
||||
|
||||
void AddMaterial(G4double* val, const G4String& matName);
|
||||
|
||||
// Assignment operator and copy constructor
|
||||
G4DensityEffectData & operator=(const G4DensityEffectData &right) = delete;
|
||||
G4DensityEffectData(const G4DensityEffectData&) = delete;
|
||||
|
||||
G4double data[NDENSDATA][NDENSARRAY];
|
||||
std::vector<G4String> names;
|
||||
|
||||
@@ -102,7 +102,6 @@ private:
|
||||
G4State state[NDENSELEM];
|
||||
|
||||
G4int index;
|
||||
|
||||
};
|
||||
|
||||
inline G4double G4DensityEffectData::GetPlasmaEnergy(G4int idx) const
|
||||
|
||||
Reference in New Issue
Block a user