GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4SimpleSubEvent.h
Go to the documentation of this file.
1 // $Id: TGo4SimpleSubEvent.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4SIMPLESUBEVENT_H
15 #define TGO4SIMPLESUBEVENT_H
16 
17 #include "TGo4EventElement.h"
18 
24 public:
25  static Int_t fgiZeroField[13];
26 
30  Short_t fsProcid;
31 
36  Int_t fiFieldLen;
37 
41  Int_t fiD0;
42 
46  Int_t fiD1;
47 
51  Int_t fiD2;
52 
56  Int_t fiD3;
57 
61  Int_t fiD4;
62 
66  Int_t fiD5;
67 
71  Int_t fiD6;
72 
76  Int_t fiD7;
77 
81  Int_t fiD8;
82 
86  Int_t fiD9;
87 
91  Int_t fiD10;
92 
96  Int_t fiD11;
97 
101  Int_t fiD12;
102 
103 
104 // TGo4MbsSubEvent fxTestSub;
105 
106 // TClonesArray* fxMbsSubEventArray;
107 
117  virtual Int_t Fill();
118 
123  virtual void Clear(Option_t *t="");
124 
125  void PrintEvent();
126 
128 
129  virtual ~TGo4SimpleSubEvent() ;
130 
131  ClassDef(TGo4SimpleSubEvent,1)
132 
133 };
134 #endif //TGO4SIMPLESUBEVENT_H
135 
136 
137 
static Int_t fgiZeroField[13]
virtual void Clear(Option_t *t="")