GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TXXXUnpackProc.h
Go to the documentation of this file.
1 // $Id: TXXXUnpackProc.h 1385 2015-02-13 09:00:26Z adamczew $
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 TXXXUNPACKPROCESSOR_H
15 #define TXXXUNPACKPROCESSOR_H
16 
17 
18 #include "TGo4EventProcessor.h"
19 
20 #include "TLatex.h"
21 
22 class TXXXParameter;
23 class TXXXUnpackEvent;
24 
25 #include "TXXXUnpackEvent.h"
26 
28  public:
30  TXXXUnpackProc(const char* name);
31  virtual ~TXXXUnpackProc();
32 
33  virtual Bool_t BuildEvent(TGo4EventElement* dest);
34 
35  protected:
38  TH2 *fCr1Ch1x2;
39  TH1 *fHis1;
40  TH1 *fHis1gate;
41  TH1 *fHis2;
42  TH1 *fHis2gate;
57  TLatex *fLaText;
58 
59 
60  ClassDef(TXXXUnpackProc,1)
61 };
62 
63 #endif //TXXXUNPACKPROCESSOR_H
TH1 * fCr2Ch[XXX_NUM_CHAN]
TH1 * fCr1Ch[XXX_NUM_CHAN]
TGo4CondArray * fConArr2
TGo4CondArray * fConArr1
virtual Bool_t BuildEvent(TGo4EventElement *dest)
TGo4ShapedCond * fCircleCond
TGo4Picture * fcondSet
TGo4ShapedCond * fBoxCond
TLatex * fLaText
TGo4WinCond * fconHis2
TGo4WinCond * fWinCon1
TGo4WinCond * fconHis1
TGo4ShapedCond * fEllipseCond
TGo4ShapedCond * fFreestyleCond
TGo4WinCond * fWinCon2
TXXXParameter * fParam
TGo4PolyCond * fPolyCon1
TGo4Picture * fPicture1
#define XXX_NUM_CHAN
virtual ~TXXXUnpackProc()