Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -40,7 +40,7 @@
#include <memory>
class G4Hdf5FileManager;
class G4Hdf5NtupleManager;
class G4Hdf5NtupleFileManager;
class G4Hdf5AnalysisManager : public G4ToolsAnalysisManager
{
@@ -81,12 +81,10 @@ class G4Hdf5AnalysisManager : public G4ToolsAnalysisManager
template <typename T>
G4bool WriteHn(const std::vector<T*>& htVector,
const std::vector<G4HnInformation*>& hnVector,
const G4String& directoryName,
const G4String& hnType);
template <typename T>
G4bool WritePn(const std::vector<T*>& htVector,
const std::vector<G4HnInformation*>& hnVector,
const G4String& directoryName,
const G4String& hnType);
G4bool WriteDirectory();
G4bool WriteH1();
@@ -97,7 +95,7 @@ class G4Hdf5AnalysisManager : public G4ToolsAnalysisManager
G4bool Reset();
// data members
G4Hdf5NtupleManager* fNtupleManager;
std::shared_ptr<G4Hdf5NtupleFileManager> fNtupleFileManager;
std::shared_ptr<G4Hdf5FileManager> fFileManager;
};