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
@@ -38,6 +38,9 @@
enum class G4AnalysisOutput {
kCsv,
#ifdef TOOLS_USE_HDF5
kHdf5,
#endif
kRoot,
kXml,
kNone
@@ -86,7 +89,7 @@ std::unique_ptr<T> make_unique(Args&&... args)
}
// get output type from name
G4AnalysisOutput GetOutput(const G4String& outputName);
G4AnalysisOutput GetOutput(const G4String& outputName, G4bool warn = true);
G4String GetOutputName(G4AnalysisOutput outputType);
/*