EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eASTAnalysis.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file eASTAnalysis.hh
1 // ********************************************************************
2 //
3 // eASTAnalysis.hh
4 // Defining the file format of output histogram/n-tuple
5 //
6 // History
7 // May 8th, 2021 : first implementation - Makoto Asai (SLAC)
8 // Dec 22nd, 2021 :
9 // This file is no longer needed for Geant4 version 11.0
10 //
11 // ********************************************************************
12 
13 #ifndef eASTAnalysis_h
14 #define eASTAnalysis_h 1
15 #include "G4Version.hh"
16 #if G4VERSION_NUMBER < 1100
17 //#include "g4root.hh"
18 #include "g4csv.hh"
19 //#include "g4xml.hh"
20 #else
21 #include "G4AnalysisManager.hh"
22 #endif
23 #endif