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 00017 00018 #ifndef TGO4SIMPLESUBEVENT_H 00019 #define TGO4SIMPLESUBEVENT_H 00020 00021 #include "TClonesArray.h" 00022 #include "Go4Event/TGo4EventElement.h" 00023 00024 #include "Go4EventServer/TGo4MbsSubEvent.h" 00029 class TGo4SimpleSubEvent : public TGo4EventElement { 00030 public: 00031 static Int_t fgiZeroField[13]; 00032 00036 Short_t fsProcid; 00037 00042 Int_t fiFieldLen; 00043 00047 Int_t fiD0; 00048 00052 Int_t fiD1; 00053 00057 Int_t fiD2; 00058 00062 Int_t fiD3; 00063 00067 Int_t fiD4; 00068 00072 Int_t fiD5; 00073 00077 Int_t fiD6; 00078 00082 Int_t fiD7; 00083 00087 Int_t fiD8; 00088 00092 Int_t fiD9; 00093 00097 Int_t fiD10; 00098 00102 Int_t fiD11; 00103 00107 Int_t fiD12; 00108 00109 00110 // TGo4MbsSubEvent fxTestSub; 00111 00112 // TClonesArray* fxMbsSubEventArray; 00113 00123 virtual Int_t Fill(); 00124 00129 virtual void Clear(Option_t *t=""); 00130 00131 void PrintEvent(); 00132 00133 TGo4SimpleSubEvent() ; 00134 00135 virtual ~TGo4SimpleSubEvent() ; 00136 00137 ClassDef(TGo4SimpleSubEvent,1) 00138 00139 }; 00140 #endif //TGO4SIMPLESUBEVENT_H 00141 00142 00143 00144 00145 //----------------------------END OF GO4 SOURCE FILE ---------------------