00001 // $Id: TGo4SimpleSubEvent.h 478 2009-10-29 12:26:09Z 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 TGO4SIMPLESUBEVENT_H 00015 #define TGO4SIMPLESUBEVENT_H 00016 00017 #include "TGo4EventElement.h" 00018 00023 class TGo4SimpleSubEvent : public TGo4EventElement { 00024 public: 00025 static Int_t fgiZeroField[13]; 00026 00030 Short_t fsProcid; 00031 00036 Int_t fiFieldLen; 00037 00041 Int_t fiD0; 00042 00046 Int_t fiD1; 00047 00051 Int_t fiD2; 00052 00056 Int_t fiD3; 00057 00061 Int_t fiD4; 00062 00066 Int_t fiD5; 00067 00071 Int_t fiD6; 00072 00076 Int_t fiD7; 00077 00081 Int_t fiD8; 00082 00086 Int_t fiD9; 00087 00091 Int_t fiD10; 00092 00096 Int_t fiD11; 00097 00101 Int_t fiD12; 00102 00103 00104 // TGo4MbsSubEvent fxTestSub; 00105 00106 // TClonesArray* fxMbsSubEventArray; 00107 00117 virtual Int_t Fill(); 00118 00123 virtual void Clear(Option_t *t=""); 00124 00125 void PrintEvent(); 00126 00127 TGo4SimpleSubEvent() ; 00128 00129 virtual ~TGo4SimpleSubEvent() ; 00130 00131 ClassDef(TGo4SimpleSubEvent,1) 00132 00133 }; 00134 #endif //TGO4SIMPLESUBEVENT_H 00135 00136 00137