Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/Go4Example2Step/TXXXUnpackProc.h

Go to the documentation of this file.
00001 //---------------------------------------------------------------
00002 //        Go4 Release Package v2.10-5 (build 21005) 
00003 //                      03-Nov-2005
00004 //---------------------------------------------------------------
00005 //       The GSI Online Offline Object Oriented (Go4) Project
00006 //       Experiment Data Processing at DVEE 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 #include "TH1.h"
00019 #include "TH2.h"
00020 #include "TXXXParameter.h"
00021 #include "Go4EventServer/TGo4MbsEvent.h"
00022 #include "Go4Analysis/TGo4Analysis.h"
00023 #include "Go4Event/TGo4EventElement.h"
00024 #include "Go4Event/TGo4EventProcessor.h"
00025 #include "Go4ConditionsBase/TGo4CondInside.h"
00026 #include "Go4ConditionsBase/TGo4WinCond.h"
00027 #include "Go4ConditionsBase/TGo4PolyCond.h"
00028 #include "Go4ConditionsBase/TGo4CounterCond.h"
00029 #include "Go4ConditionsBase/TGo4CondArray.h"
00030 #include "Go4StatusBase/TGo4Picture.h"
00031 
00032 class TXXXUnpackEvent;
00033 class TXXXUnpackProc;
00034 
00035 class TXXXUnpackProc : public TGo4EventProcessor {
00036    public:
00037       TXXXUnpackProc() ;
00038       TXXXUnpackProc(Text_t * name);
00039       void XXXUnpack(TXXXUnpackEvent* target);
00040       virtual ~TXXXUnpackProc() ;
00041  private:
00042       TH1I          *fCr1Ch[8];
00043       TH1I          *fCr2Ch[8];
00044       TH2I          *fCr1Ch1x2;
00045       TH1I          *fHis1;
00046       TH1I          *fHis1gate;
00047       TH1I          *fHis2;
00048       TH1I          *fHis2gate;
00049       TGo4WinCond   *fconHis1;
00050       TGo4WinCond   *fconHis2;
00051       TGo4WinCond   *fWinCon1;
00052       TGo4WinCond   *fWinCon2;
00053       TGo4PolyCond  *fPolyCon1;
00054       TGo4CondArray *fConArr1;
00055       TGo4CondArray *fConArr2;
00056       TGo4MbsEvent  *fInput;
00057       TXXXParameter *fParam1;
00058       TXXXParameter *fParam2;
00059       TGo4Picture   *Picture1;
00060       TGo4Picture   *fcondSet;
00061 
00062    ClassDef(TXXXUnpackProc,1)
00063 };
00064 #endif //TXXXUNPACKPROCESSOR_H
00065 
00066 
00067 
00068 
00069 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Tue Nov 8 10:55:55 2005 for Go4-v2.10-5 by doxygen1.2.15