GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
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
19class TXXXParameter;
20class TXXXUnpackEvent;
21class 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};
55 TGraph *fGraph{nullptr};
59 TLatex *fLaText{nullptr};
60
61 ClassDefOverride(TXXXUnpackProc,1)
62};
63
64#endif
#define XXX_NUM_CHAN
Array of conditions.
TGo4EventProcessor(const char *name)
friend class TGo4EventElement
Condition that checks a value against a list of "good" (or bad) values.
Picture cconfiguration in Go4.
Definition TGo4Picture.h:40
Polygon condition.
Graphs that renew themselves iteratively to monitor a value.
Shaped condition.
Window condition.
Definition TGo4WinCond.h:26
TGo4ShapedCond * fEllipseCond
TGo4Picture * fPicture1
TGo4RollingGraph * fRollingGraph1
TGo4WinCond * fconHis1
TXXXParameter * fParam
TGo4WinCond * fconHis2
TGo4WinCond * fWinCon1
TGo4ShapedCond * fFreestyleCond
Bool_t BuildEvent(TGo4EventElement *dest) override
Fill the destination event dest.
TGo4RollingGraph * fRollingGraph2
TH1 * fCr1Ch[XXX_NUM_CHAN]
TGo4ShapedCond * fCircleCond
TGo4WinCond * fWinCon2
TGo4ShapedCond * fBoxCond
TGo4PolyCond * fPolyCon1
TGo4ListCond * fWhitelistCon
TGo4CondArray * fConArr1
TH1 * fCr2Ch[XXX_NUM_CHAN]
TGo4CondArray * fConArr2
TGo4Picture * fcondSet
virtual ~TXXXUnpackProc()