Import Geant4 6.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:41:53 +02:00
parent 4aea781e80
commit 96686e0c8f
6560 changed files with 153347 additions and 238155 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: DMXMinEkineCuts.hh,v 1.2 2002/06/18 10:17:30 ahoward Exp $
// GEANT4 tag $Name: geant4-05-02 $
// GEANT4 tag $Name: geant4-06-00 $
//
//
// ------------------------------------------------------------
@@ -93,7 +93,7 @@ class DMXSpecialCuts : public G4VProcess
private:
// hide assignment operator as private
DMXSpecialCuts& operator=(const DMXSpecialCuts& right){return *this;};
DMXSpecialCuts& operator=(const DMXSpecialCuts&){return *this;};
};