Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-26 07:05:24

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