Import Geant4 11.3.0.beta source tree
This commit is contained in:
@@ -371,8 +371,6 @@ public:
|
||||
|
||||
inline void SetFluctuationFlag(G4bool val);
|
||||
|
||||
inline void SetMasterThread(G4bool val);
|
||||
|
||||
inline G4bool IsMaster() const;
|
||||
|
||||
inline void SetUseBaseMaterials(G4bool val);
|
||||
@@ -389,10 +387,12 @@ public:
|
||||
|
||||
inline void SetLocked(G4bool);
|
||||
|
||||
// obsolete method
|
||||
// obsolete methods
|
||||
[[deprecated("Use G4EmParameters::Instance()->SetLPM instead")]]
|
||||
void SetLPMFlag(G4bool);
|
||||
|
||||
void SetMasterThread(G4bool);
|
||||
|
||||
// hide assignment operator
|
||||
G4VEmModel & operator=(const G4VEmModel &right) = delete;
|
||||
G4VEmModel(const G4VEmModel&) = delete;
|
||||
@@ -707,13 +707,6 @@ inline void G4VEmModel::SetFluctuationFlag(G4bool val)
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
inline void G4VEmModel::SetMasterThread(G4bool val)
|
||||
{
|
||||
isMaster = val;
|
||||
}
|
||||
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
|
||||
|
||||
inline G4bool G4VEmModel::IsMaster() const
|
||||
{
|
||||
return isMaster;
|
||||
|
||||
Reference in New Issue
Block a user