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 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 TXXXUNPACKPROCESSOR_H
15 #define TXXXUNPACKPROCESSOR_H
16 
17 #include "TGo4EventProcessor.h"
18 
19 class TXXXParameter;
20 class TXXXUnpackEvent;
21 
22 class TXXXUnpackProc : public TGo4EventProcessor {
23  private:
24  TH1 *fCr1Ch[8];
25  TH1 *fCr2Ch[8];
26  TH2 *fCr1Ch1x2;
27  TH1 *fHis1;
28  TH1 *fHis1gate;
29  TH1 *fHis2;
30  TH1 *fHis2gate;
42  Long_t fEvCount;
43 
44  void CreateRawHistograms(int nbins, double xmin, double xmax);
45 
46  public:
48  TXXXUnpackProc(const char* name);
49  virtual ~TXXXUnpackProc();
50  virtual Bool_t BuildEvent(TGo4EventElement* dest);
51 
52  ClassDef(TXXXUnpackProc,1)
53 };
54 
55 #endif //TXXXUNPACKPROCESSOR_H
TXXXParameter * fParam2
TH1 * fCr2Ch[XXX_NUM_CHAN]
TH1 * fCr1Ch[XXX_NUM_CHAN]
TGo4CondArray * fConArr2
TGo4CondArray * fConArr1
virtual Bool_t BuildEvent(TGo4EventElement *dest)
void CreateRawHistograms(int nbins, double xmin, double xmax)
TGo4Picture * fcondSet
TXXXParameter * fParam1
TGo4WinCond * fconHis2
TGo4WinCond * fWinCon1
TGo4WinCond * fconHis1
TGo4WinCond * fWinCon2
TGo4PolyCond * fPolyCon1
TGo4Picture * fPicture1
virtual ~TXXXUnpackProc()