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 // master include file to get all go4 event class services 00017 00018 #ifndef GO4EVENTSERVER_H 00019 #define GO4EVENTSERVER_H 00020 00021 #include "TGo4EventFactory.h" 00022 #include "TGo4EventElement.h" 00023 00024 #include "TGo4EventProcessor.h" 00025 #include "TGo4EventStore.h" 00026 #include "TGo4EventSource.h" 00027 #include "TGo4EventProcessorParameter.h" 00028 #include "TGo4EventStoreParameter.h" 00029 #include "TGo4EventSourceParameter.h" 00030 00031 #include "Go4EventServerTypes.h" 00032 00033 #include "TGo4MbsEvent.h" 00034 #include "TGo4MbsSubEvent.h" 00035 #include "TGo4MbsFile.h" 00036 #include "TGo4MbsStream.h" 00037 #include "TGo4MbsTransport.h" 00038 #include "TGo4MbsEventServer.h" 00039 #include "TGo4RevServ.h" 00040 #include "TGo4MbsRandom.h" 00041 #include "TGo4MbsFileParameter.h" 00042 #include "TGo4MbsStreamParameter.h" 00043 #include "TGo4MbsTransportParameter.h" 00044 #include "TGo4MbsEventServerParameter.h" 00045 #include "TGo4RevServParameter.h" 00046 #include "TGo4MbsRandomParameter.h" 00047 00048 #include "TGo4FileSource.h" 00049 #include "TGo4FileStore.h" 00050 #include "TGo4BackStore.h" 00051 #include "TGo4TreeSource.h" 00052 #include "TGo4TreeStore.h" 00053 #include "TGo4FileSourceParameter.h" 00054 #include "TGo4FileStoreParameter.h" 00055 #include "TGo4BackStoreParameter.h" 00056 #include "TGo4TreeSourceParameter.h" 00057 #include "TGo4TreeStoreParameter.h" 00058 #include "TGo4UserSourceParameter.h" 00059 #include "TGo4UserStoreParameter.h" 00060 00061 #endif //GO4EVENTSERVER_H 00062 00063 //----------------------------END OF GO4 SOURCE FILE ---------------------