Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TXXXUnpackProc.h

Go to the documentation of this file.
00001 //-------------------------------------------------------------
00002 //        Go4 Release Package v3.04-01 (build 30401)
00003 //                      28-November-2008
00004 //---------------------------------------------------------------
00005 //   The GSI Online Offline Object Oriented (Go4) Project
00006 //   Experiment Data Processing at EE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 #ifndef TXXXUNPACKPROCESSOR_H
00017 #define TXXXUNPACKPROCESSOR_H
00018 
00019 #include "TGo4EventProcessor.h"
00020 
00021 class TXXXParameter;
00022 class TXXXUnpackEvent;
00023 
00024 class TXXXUnpackProc : public TGo4EventProcessor {
00025    public:
00026       TXXXUnpackProc();
00027       TXXXUnpackProc(const char* name);
00028       virtual ~TXXXUnpackProc() ;
00029       void XXXUnpack(TXXXUnpackEvent* target);
00030   private:
00031       TH1I          *fCr1Ch[8];
00032       TH1I          *fCr2Ch[8];
00033       TH2I          *fCr1Ch1x2;
00034       TH1I          *fHis1;
00035       TH1I          *fHis1gate;
00036       TH1I          *fHis2;
00037       TH1I          *fHis2gate;
00038       TGo4WinCond   *fconHis1;
00039       TGo4WinCond   *fconHis2;
00040       TGo4WinCond   *fWinCon1;
00041       TGo4WinCond   *fWinCon2;
00042       TGo4PolyCond  *fPolyCon1;
00043       TGo4CondArray *fConArr1;
00044       TGo4CondArray *fConArr2;
00045       TGo4MbsEvent  *fInput;
00046       TXXXParameter *fParam1;
00047       TXXXParameter *fParam2;
00048       TGo4Picture   *Picture1;
00049       TGo4Picture   *fcondSet;
00050 
00051    ClassDef(TXXXUnpackProc,1)
00052 };
00053 
00054 #endif //TXXXUNPACKPROCESSOR_H
00055 
00056 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Fri Nov 28 12:59:10 2008 for Go4-v3.04-1 by  doxygen 1.4.2