00001 //------------------------------------------------------------- 00002 // Go4 Release Package v3.04-01 (build 30401) 00003 // 28-November-2008 00004 //--------------------------------------------------------------- 00005 // The GSI Online Offline Object Oriented (Go4) Project 00006 // Experiment Data Processing at EE department, GSI 00007 //--------------------------------------------------------------- 00008 // 00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI 00010 // Planckstr. 1, 64291 Darmstadt, Germany 00011 //Contact: http://go4.gsi.de 00012 //---------------------------------------------------------------- 00013 //This software can be used under the license agreements as stated 00014 //in Go4License.txt file which is part of the distribution. 00015 //---------------------------------------------------------------- 00016 #ifndef TGO4ANALYSIS_H 00017 #define TGO4ANALYSIS_H 00018 00019 // this include should be used in user code 00020 // inside Go4 TGo4AnalysisImp should be used while it containes less inside 00021 00022 #include "TGo4AnalysisImp.h" 00023 00024 #include "Riostream.h" 00025 00026 // 00027 //#include "TNamed.h" 00028 //#include "TObjArray.h" 00029 //#include "TFolder.h" 00030 //#include "TList.h" 00031 //#include "TThread.h" 00032 //#include "TH1.h" 00033 //#include "TTree.h" 00034 #include "TROOT.h" 00035 #include "TCutG.h" 00036 // 00037 #include "TGo4Log.h" 00038 //#include "TGo4LockGuard.h" 00039 //#include "TGo4CommandInvoker.h" 00040 // 00041 //#include "TGo4Parameter.h" 00042 // 00043 //#include "TGo4Condition.h" 00044 // 00045 //#include "TGo4MainTree.h" 00046 // 00047 //#include "TGo4Version.h" 00048 // 00049 //#include "TGo4AnalysisObjectNames.h" 00050 //#include "TGo4HistogramStatus.h" 00051 //#include "TGo4TreeStructure.h" 00052 #include "TGo4UserException.h" 00053 #include "TGo4AnalysisStep.h" 00054 00055 #include "Go4EventServer.h" 00056 00057 class TGo4CompositeEvent; 00058 class TGo4EventFactory; 00059 class TGo4MbsHist; 00060 00061 //using namespace std; 00062 00063 #endif 00064 00065 //----------------------------END OF GO4 SOURCE FILE ---------------------