00001 // $Id: TGo4Analysis.h 931 2013-01-29 12:38:59Z linev $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #ifndef TGO4ANALYSIS_H 00015 #define TGO4ANALYSIS_H 00016 00017 // this include should be used in user code 00018 // inside Go4 TGo4AnalysisImp.h should be used while it produce less dependencies 00019 00020 #include "TGo4AnalysisImp.h" 00021 00022 #include "TROOT.h" 00023 #include "TCutG.h" 00024 // 00025 #include "TGo4Log.h" 00026 #include "TGo4UserException.h" 00027 #include "TGo4AnalysisStep.h" 00028 00029 #include "Go4EventServer.h" 00030 00031 class TGo4CompositeEvent; 00032 class TGo4EventFactory; 00033 class TGo4MbsHist; 00034 00035 #include "Riostream.h" 00036 using namespace std; 00037 00038 #endif