Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -68,7 +68,7 @@ class G4PAIPhotData
public:
G4PAIPhotData(G4double tmin, G4double tmax, G4int verbose);
explicit G4PAIPhotData(G4double tmin, G4double tmax, G4int verbose);
~G4PAIPhotData();
@@ -109,8 +109,8 @@ private:
G4double position) const;
// hide assignment operator
G4PAIPhotData & operator=(const G4PAIPhotData &right);
G4PAIPhotData(const G4PAIPhotData&);
G4PAIPhotData & operator=(const G4PAIPhotData &right) = delete;
G4PAIPhotData(const G4PAIPhotData&) = delete;
G4int fTotBin;
G4double fLowestKineticEnergy;