GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
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 
23 class TMeshUnpackProc;
24 class TGo4FileSource;
25 
27  public:
28  TMeshRawEvent();
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:
53  TGo4FileSource *fxFile{nullptr};
54 
55  ClassDefOverride(TMeshRawEvent,1)
56 };
57 
58 #endif //TMESHRAWEVENT_H
59 
TGo4FileSource * fxFile
Don't put this to file.
Definition: TMeshRawEvent.h:53
TMeshUnpackProc * fxUnpacker
Definition: TMeshRawEvent.h:52
Int_t Fill() override
TMeshB1InputEvent fxSub1
Definition: TMeshRawEvent.h:47
virtual ~TMeshRawEvent()
Int_t Init() override
TMeshB2InputEvent fxSub2
Definition: TMeshRawEvent.h:48
TMeshB3InputEvent fxSub3
Definition: TMeshRawEvent.h:49
void Clear(Option_t *opt="") override