GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TMeshUnpackProc.h
Go to the documentation of this file.
1 // $Id: TMeshUnpackProc.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 TMESHUNPACKPROCESSOR_H
15 #define TMESHUNPACKPROCESSOR_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TMeshRawEvent;
20 class TMeshB1InputEvent;
21 class TMeshB2InputEvent;
22 class TMeshB3InputEvent;
23 class TGo4MbsEvent;
24 
26  public:
27  TMeshUnpackProc() ;
28  TMeshUnpackProc(const char* name);
29  virtual ~TMeshUnpackProc();
30 
31  void Unpack(TMeshRawEvent* target);
32  void UnpackBranch1(TMeshB1InputEvent* target);
33  void UnpackBranch2(TMeshB2InputEvent* target);
34  void UnpackBranch3(TMeshB3InputEvent* target);
35 
36  private:
38 
39  ClassDef(TMeshUnpackProc,1)
40 };
41 
42 #endif //TXXXUNPACKPROCESSOR_H
void UnpackBranch1(TMeshB1InputEvent *target)
TGo4MbsEvent * fInput
void UnpackBranch3(TMeshB3InputEvent *target)
void Unpack(TMeshRawEvent *target)
void UnpackBranch2(TMeshB2InputEvent *target)
virtual ~TMeshUnpackProc()