GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TMeshRawEvent.h
Go to the documentation of this file.
1 // $Id: TMeshRawEvent.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 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();
38 
43  void Clear(Option_t *t="");
44  Int_t Init();
45 
50 
51  private:
54 
55  ClassDef(TMeshRawEvent,1)
56 };
57 #endif //TMESHRAWEVENT_H
58 
59 
60 
void Clear(Option_t *t="")
TGo4FileSource * fxFile
Don't put this to file.
Definition: TMeshRawEvent.h:53
TMeshUnpackProc * fxUnpacker
Definition: TMeshRawEvent.h:52
TMeshB1InputEvent fxSub1
Definition: TMeshRawEvent.h:47
virtual ~TMeshRawEvent()
TMeshB2InputEvent fxSub2
Definition: TMeshRawEvent.h:48
TMeshB3InputEvent fxSub3
Definition: TMeshRawEvent.h:49