GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TGo4EventHeader10.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 TGO4EVENTHEADER10_H
15 #define TGO4EVENTHEADER10_H
16 
17 #include "TObject.h"
18 
19 #include "TGo4GSIEventHeader.h"
20 
28 class TGo4EventHeader10 : public TObject {
29  public:
30 
32  TObject(),
33  fxGSIHeader(),
34  fsDummy(0),
35  fsTrigger(0),
36  fiCount(0)
37  {}
38 
39  virtual ~TGo4EventHeader10() {}
40 
42  void Clear(Option_t * = "") override
43  {
45  fsDummy = 0;
46  fsTrigger = 0;
47  fiCount = 0;
48  }
49 
52 
54  Short_t fsDummy{0};
55 
57  Short_t fsTrigger{0};
58 
59  Int_t fiCount{0};
60 
61  ClassDefOverride(TGo4EventHeader10,1)
62 };
63 
64 #endif // TGO4EVENTHEADER10_H
TGo4GSIEventHeader fxGSIHeader
void Clear(Option_t *="") override
virtual ~TGo4EventHeader10()
void Clear(Option_t *="") override