00001 // $Id: TXXXUnpackProc.h 478 2009-10-29 12:26:09Z 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 #include "TGo4EventProcessor.h" 00018 00019 class TXXXParameter; 00020 class TXXXUnpackEvent; 00021 00022 class TXXXUnpackProc : public TGo4EventProcessor { 00023 private: 00024 TH1 *fCr1Ch[8]; 00025 TH1 *fCr2Ch[8]; 00026 TH2 *fCr1Ch1x2; 00027 TH1 *fHis1; 00028 TH1 *fHis1gate; 00029 TH1 *fHis2; 00030 TH1 *fHis2gate; 00031 TGo4WinCond *fconHis1; 00032 TGo4WinCond *fconHis2; 00033 TGo4WinCond *fWinCon1; 00034 TGo4WinCond *fWinCon2; 00035 TGo4PolyCond *fPolyCon1; 00036 TGo4CondArray *fConArr1; 00037 TGo4CondArray *fConArr2; 00038 TXXXParameter *fParam1; 00039 TXXXParameter *fParam2; 00040 TGo4Picture *fPicture1; 00041 TGo4Picture *fcondSet; 00042 Long_t fEvCount; 00043 00044 void CreateRawHsitograms(int nbins, double xmin, double xmax); 00045 00046 public: 00047 TXXXUnpackProc(); 00048 TXXXUnpackProc(const char* name); 00049 virtual ~TXXXUnpackProc(); 00050 virtual Bool_t BuildEvent(TGo4EventElement* dest); 00051 00052 ClassDef(TXXXUnpackProc,1) 00053 }; 00054 00055 #endif //TXXXUNPACKPROCESSOR_H