GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TMeshRawEvent.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 TMESHRAWEVENT_H
15#define TMESHRAWEVENT_H
16
17#include "TGo4EventElement.h"
18
19#include "TMeshB1InputEvent.h"
20#include "TMeshB2InputEvent.h"
21#include "TMeshB3InputEvent.h"
22
23class TMeshUnpackProc;
24class TGo4FileSource;
25
27 public:
29 TMeshRawEvent(const char *name);
30 virtual ~TMeshRawEvent();
37 Int_t Fill() override;
38
43 void Clear(Option_t *opt = "") override;
44 Int_t Init() override;
45
50
51 private:
54
55 ClassDefOverride(TMeshRawEvent,1)
56};
57
58#endif //TMESHRAWEVENT_H
59
Raw event source which reads entries from a root TTree in a TFile.
TMeshUnpackProc * fxUnpacker
TMeshB3InputEvent fxSub3
Int_t Fill() override
Method called by the event owner (analysis step) to fill the event element from the set event source.
void Clear(Option_t *opt="") override
Method called by the event owner (analysis step) to clear the event element.
TMeshB2InputEvent fxSub2
Int_t Init() override
Method called on initialization of event classes.
virtual ~TMeshRawEvent()
TMeshB1InputEvent fxSub1
we compose data structure from subbranches:
TGo4FileSource * fxFile
Don't put this to file.