#ifndef TGO4ANALYSIS_H #define TGO4ANALYSIS_H // this include should be used in user code // inside Go4 TGo4AnalysisImp should be used while it containes less inside #include "TGo4AnalysisImp.h" #include "Riostream.h" // //#include "TNamed.h" //#include "TObjArray.h" //#include "TFolder.h" //#include "TList.h" //#include "TThread.h" //#include "TH1.h" //#include "TTree.h" #include "TROOT.h" #include "TCutG.h" // #include "TGo4Log.h" //#include "TGo4LockGuard.h" //#include "TGo4CommandInvoker.h" // //#include "TGo4Parameter.h" // //#include "TGo4Condition.h" // //#include "TGo4MainTree.h" // //#include "TGo4Version.h" // //#include "TGo4AnalysisObjectNames.h" //#include "TGo4HistogramStatus.h" //#include "TGo4TreeStructure.h" #include "TGo4UserException.h" #include "TGo4AnalysisStep.h" #include "Go4EventServer.h" class TGo4CompositeEvent; class TGo4EventFactory; class TGo4MbsHist; //using namespace std; #endif