GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
TXXXProc.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 TSTOREPROCESSOR_H
15 #define TSTOREPROCESSOR_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TXXXControl;
20 
21 class TXXXProc : public TGo4EventProcessor {
22  public:
23  TXXXProc();
24  TXXXProc(const char *name);
25  virtual ~TXXXProc();
26 
27  Bool_t BuildEvent(TGo4EventElement *target) override; // event processing function
28 
29  private:
30  TH1 *fCr1Ch[8];
31  TH1 *fCr2Ch[8];
32  TH2 *fCr1Ch1x2{nullptr};
33  TH1 *fHis1{nullptr};
34  TH1 *fHis1gate{nullptr};
35  TH1 *fHis2{nullptr};
36  TH1 *fHis2gate{nullptr};
37  TGo4WinCond *fconHis1{nullptr};
38  TGo4WinCond *fconHis2{nullptr};
39  TGo4PolyCond *fPolyCon{nullptr};
40  TGo4CondArray *fConArr{nullptr};
41  TXXXControl *fControl{nullptr};
42  TGo4Picture *fPicture{nullptr};
43  TGo4Picture *fcondSet{nullptr};
44 
45  ClassDefOverride(TXXXProc,1)
46 };
47 
48 #endif //TSTOREPROCESSOR_H
49 
TXXXProc()
Definition: TXXXProc.cxx:33
TH1 * fHis2
Definition: TXXXProc.h:37
TGo4Picture * fPicture
Definition: TXXXProc.h:44
Bool_t BuildEvent(TGo4EventElement *target) override
Definition: TXXXProc.cxx:163
TGo4Picture * fcondSet
Definition: TXXXProc.h:45
TXXXControl * fControl
Definition: TXXXProc.h:43
TH1 * fHis1
Definition: TXXXProc.h:35
TH1 * fHis2gate
Definition: TXXXProc.h:38
TGo4WinCond * fconHis2
Definition: TXXXProc.h:40
TGo4CondArray * fConArr
Definition: TXXXProc.h:42
virtual ~TXXXProc()
Definition: TXXXProc.cxx:39
TH1 * fCr2Ch[8]
Definition: TXXXProc.h:33
TGo4PolyCond * fPolyCon
Definition: TXXXProc.h:41
TH1 * fCr1Ch[8]
Definition: TXXXProc.h:32
TH2 * fCr1Ch1x2
Definition: TXXXProc.h:34
TGo4WinCond * fconHis1
Definition: TXXXProc.h:39
TH1 * fHis1gate
Definition: TXXXProc.h:36