GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TXXXUnpackProc.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 TXXXUnpackProc_H
15 #define TXXXUnpackProc_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TXXXParameter;
20 class TXXXUnpackEvent;
21 class TLatex;
22 
23 #include "TXXXUnpackEvent.h"
24 
26  public:
28  TXXXUnpackProc(const char *name);
29  virtual ~TXXXUnpackProc();
30 
31  Bool_t BuildEvent(TGo4EventElement *dest) override;
32 
33  protected:
36  TH2 *fCr1Ch1x2{nullptr};
37  TH1 *fHis1{nullptr};
38  TH1 *fHis1gate{nullptr};
39  TH1 *fHis2{nullptr};
40  TH1 *fHis2gate{nullptr};
41  TGo4WinCond *fconHis1{nullptr};
42  TGo4WinCond *fconHis2{nullptr};
43  TGo4WinCond *fWinCon1{nullptr};
44  TGo4WinCond *fWinCon2{nullptr};
55  TGraph *fGraph{nullptr};
56  TXXXParameter *fParam{nullptr};
58  TGo4Picture *fcondSet{nullptr};
59  TLatex *fLaText{nullptr};
60 
61  ClassDefOverride(TXXXUnpackProc,1)
62 };
63 
64 #endif
Graphs that renew themselves iteratively to monitor a value.
Bool_t BuildEvent(TGo4EventElement *dest) override
TGo4RollingGraph * fRollingGraph1
TH1 * fCr2Ch[XXX_NUM_CHAN]
TH1 * fCr1Ch[XXX_NUM_CHAN]
TGo4CondArray * fConArr2
TGo4CondArray * fConArr1
TGo4RollingGraph * fRollingGraph2
TGo4ListCond * fWhitelistCon
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()