GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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
void Clear(Option_t *opt="") override
Method called by the event owner (analysis step) to clear the event element.
Int_t fiD9
Data longword.
Int_t fiFieldLen
Length of the used data field (number of longwords).
Int_t fiD1
Data longword.
Int_t Fill() override
Method called by the event owner (analysis step) to fill the event element from the set event source.
Int_t fiD12
Data longword.
Int_t fiD8
Data longword.
Int_t fiD4
Data longword.
Int_t fiD5
Data longword.
void PrintEvent() override
Method prints content of the event.
Short_t fsProcid
Processor ID [from setup].
Int_t fiD7
Data longword.
Int_t fiD11
Data longword.
Int_t fiD2
Data longword.
Int_t fiD3
Data longword.
Int_t fiD0
Data longword.
Int_t fiD10
Data longword.
Int_t fiD6
Data longword.