00001 //--------------------------------------------------------------- 00002 // Go4 Release Package v2.10-5 (build 21005) 00003 // 03-Nov-2005 00004 //--------------------------------------------------------------- 00005 // The GSI Online Offline Object Oriented (Go4) Project 00006 // Experiment Data Processing at DVEE 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 "TNamed.h" 00025 #include "TObjArray.h" 00026 #include "TFolder.h" 00027 #include "TList.h" 00028 #include "TThread.h" 00029 #include "TH1.h" 00030 #include "TTree.h" 00031 00032 #include "Go4LockGuard/TGo4LockGuard.h" 00033 #include "Go4CommandsBase/TGo4CommandInvoker.h" 00034 00035 #include "Go4StatusBase/TGo4ObjectStatus.h" 00036 #include "Go4StatusBase/TGo4BranchStatus.h" 00037 #include "Go4StatusBase/TGo4Parameter.h" 00038 00039 #include "Go4ConditionsBase/TGo4Condition.h" 00040 00041 #include "Go4DynamicList/TGo4DynamicList.h" 00042 #include "Go4DynamicList/TGo4DynamicListStatus.h" 00043 #include "Go4DynamicList/TGo4TreeHistogramEntry.h" 00044 00045 #include "Go4EventServer/TGo4MainTree.h" 00046 00047 #include "Go4Analysis/TGo4Version.h" 00048 00049 #include "Go4StatusAnalysis/TGo4AnalysisObjectNames.h" 00050 #include "Go4StatusAnalysis/TGo4HistogramStatus.h" 00051 #include "Go4StatusAnalysis/TGo4TreeStructure.h" 00052 #include "Go4Analysis/TGo4UserException.h" 00053 #include "Go4Analysis/TGo4AnalysisStep.h" 00054 00055 class TGo4CompositeEvent; 00056 class TGo4EventFactory; 00057 class TGo4MbsHist; 00058 00059 #endif 00060 00061 //----------------------------END OF GO4 SOURCE FILE ---------------------