Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -77,12 +77,12 @@ public:
|
||||
// replace model of NIEL
|
||||
void AddEmModel(G4VEmModel*);
|
||||
|
||||
private:
|
||||
|
||||
// hide assignment operator
|
||||
G4NIELCalculator & operator=(const G4NIELCalculator &right) = delete;
|
||||
G4NIELCalculator(const G4NIELCalculator&) = delete;
|
||||
|
||||
private:
|
||||
|
||||
G4VEmModel* fModel;
|
||||
G4int fVerbose;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user