Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -34,7 +34,7 @@
// Phys. Med. 31 (2015) 861-874
// The Geant4-DNA web site is available at http://geant4-dna.org
//
/// \file medical/dna/svalue2/include/MyFileReader.hh
/// \file medical/dna/svalue/include/MyFileReader.hh
/// \brief Declaration of the MyFileReader class
#include <list>
@@ -50,6 +50,6 @@ class MyFileReader
G4double GetAnEvent();
private:
std::ifstream inputFile;
std::list<G4double> evList;
std::ifstream fInputFile;
std::list<G4double> fEvList;
};