00001 // $Id: TXXXUnpackProc.h 813 2011-12-02 12:33:40Z linev $ 00002 //----------------------------------------------------------------------- 00003 // The GSI Online Offline Object Oriented (Go4) Project 00004 // Experiment Data Processing at EE department, GSI 00005 //----------------------------------------------------------------------- 00006 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH 00007 // Planckstr. 1, 64291 Darmstadt, Germany 00008 // Contact: http://go4.gsi.de 00009 //----------------------------------------------------------------------- 00010 // This software can be used under the license agreements as stated 00011 // in Go4License.txt file which is part of the distribution. 00012 //----------------------------------------------------------------------- 00013 00014 #ifndef TXXXUNPACKPROCESSOR_H 00015 #define TXXXUNPACKPROCESSOR_H 00016 00017 00018 #include "TGo4EventProcessor.h" 00019 00020 #include "TLatex.h" 00021 00022 class TXXXParameter; 00023 class TXXXUnpackEvent; 00024 00025 #include "TXXXUnpackEvent.h" 00026 00027 class TXXXUnpackProc : public TGo4EventProcessor { 00028 public: 00029 TXXXUnpackProc(); 00030 TXXXUnpackProc(const char* name); 00031 virtual ~TXXXUnpackProc(); 00032 00033 virtual Bool_t BuildEvent(TGo4EventElement* dest); 00034 00035 protected: 00036 TH1 *fCr1Ch[XXX_NUM_CHAN]; 00037 TH1 *fCr2Ch[XXX_NUM_CHAN]; 00038 TH2 *fCr1Ch1x2; 00039 TH1 *fHis1; 00040 TH1 *fHis1gate; 00041 TH1 *fHis2; 00042 TH1 *fHis2gate; 00043 TGo4WinCond *fconHis1; 00044 TGo4WinCond *fconHis2; 00045 TGo4WinCond *fWinCon1; 00046 TGo4WinCond *fWinCon2; 00047 TGo4PolyCond *fPolyCon1; 00048 TGo4CondArray *fConArr1; 00049 TGo4CondArray *fConArr2; 00050 TXXXParameter *fParam; 00051 TGo4Picture *fPicture1; 00052 TGo4Picture *fcondSet; 00053 TLatex *fLaText; 00054 00055 00056 ClassDef(TXXXUnpackProc,1) 00057 }; 00058 00059 #endif //TXXXUNPACKPROCESSOR_H