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