GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4SimpleSubEvent.h
Go to the documentation of this file.
1 // $Id$
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 fuer 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:
28  Short_t fsProcid{0};
29 
34  Int_t fiFieldLen{0};
35 
39  Int_t fiD0{0};
40 
44  Int_t fiD1{0};
45 
49  Int_t fiD2{0};
50 
54  Int_t fiD3{0};
55 
59  Int_t fiD4{0};
60 
64  Int_t fiD5{0};
65 
69  Int_t fiD6{0};
70 
74  Int_t fiD7{0};
75 
79  Int_t fiD8{0};
80 
84  Int_t fiD9{0};
85 
89  Int_t fiD10{0};
90 
94  Int_t fiD11{0};
95 
99  Int_t fiD12{0};
100 
108  Int_t Fill() override;
109 
114  void Clear(Option_t *opt = "") override;
115 
116  void PrintEvent() override;
117 
119 
120  virtual ~TGo4SimpleSubEvent();
121 
122  ClassDefOverride(TGo4SimpleSubEvent,1)
123 };
124 
125 #endif
Int_t Fill() override
void PrintEvent() override
void Clear(Option_t *opt="") override