GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4EventHeader10.h
Go to the documentation of this file.
1 // $Id: TGo4EventHeader10.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 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  virtual void Clear(Option_t* ="")
43  {
45  fsDummy=0;
46  fsTrigger=0;
47  fiCount=0;
48  }
49 
52 
54  Short_t fsDummy;
55 
57  Short_t fsTrigger;
58 
59  Int_t fiCount;
60 
61  ClassDef(TGo4EventHeader10,1)
62 };
63 
64 #endif // TGO4EVENTHEADER10_H
virtual void Clear(Option_t *opt="")
TGo4GSIEventHeader fxGSIHeader
virtual void Clear(Option_t *="")
virtual ~TGo4EventHeader10()