Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -112,6 +112,10 @@ public:
|
||||
|
||||
inline void SetVerboseLevel(G4int verbose);
|
||||
|
||||
// hide assignment operator
|
||||
G4PAIPhotModel & operator=(const G4PAIPhotModel &right) = delete;
|
||||
G4PAIPhotModel(const G4PAIPhotModel&) = delete;
|
||||
|
||||
protected:
|
||||
|
||||
G4double MaxSecondaryEnergy(const G4ParticleDefinition*,
|
||||
@@ -123,10 +127,6 @@ private:
|
||||
|
||||
inline void SetParticle(const G4ParticleDefinition* p);
|
||||
|
||||
// hide assignment operator
|
||||
G4PAIPhotModel & operator=(const G4PAIPhotModel &right) = delete;
|
||||
G4PAIPhotModel(const G4PAIPhotModel&) = delete;
|
||||
|
||||
G4int fVerbose;
|
||||
|
||||
G4PAIPhotData* fModelData;
|
||||
|
||||
Reference in New Issue
Block a user