GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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
29class TGo4EventHeader10 : public TObject {
30 public:
31
33 TObject(),
35 fsDummy(0),
36 fsTrigger(0),
37 fiCount(0)
38 {}
39
40 virtual ~TGo4EventHeader10() {}
41
43 void Clear(Option_t * = "") override
44 {
45 fxGSIHeader.Clear();
46 fsDummy = 0;
47 fsTrigger = 0;
48 fiCount = 0;
49 }
50
53
55 Short_t fsDummy{0};
56
58 Short_t fsTrigger{0};
59
60 Int_t fiCount{0};
61
62 ClassDefOverride(TGo4EventHeader10,1)
63};
64
65#endif // TGO4EVENTHEADER10_H
Standard GSI (goosy, mbs) event header implementation.
void Clear(Option_t *="") override
Reset all members to zero.
TGo4GSIEventHeader fxGSIHeader
aggregationByValue
Short_t fsDummy
not used yet.
Short_t fsTrigger
Trigger number.
Standard GSI event/subevent header structure.