|
||||
File indexing completed on 2024-11-15 08:59:30
0001 // ******************************************************************** 0002 // 0003 // eASTAnalysis.hh 0004 // Defining the file format of output histogram/n-tuple 0005 // 0006 // History 0007 // May 8th, 2021 : first implementation - Makoto Asai (SLAC) 0008 // Dec 22nd, 2021 : 0009 // This file is no longer needed for Geant4 version 11.0 0010 // 0011 // ******************************************************************** 0012 0013 #ifndef eASTAnalysis_h 0014 #define eASTAnalysis_h 1 0015 #include "G4Version.hh" 0016 #if G4VERSION_NUMBER < 1100 0017 //#include "g4root.hh" 0018 #include "g4csv.hh" 0019 //#include "g4xml.hh" 0020 #else 0021 #include "G4AnalysisManager.hh" 0022 #endif 0023 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |