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

TXXXProc.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 TUNPACKPROCESSOR_H
00017 #define TUNPACKPROCESSOR_H
00018 
00019 #include "TGo4EventProcessor.h"
00020 
00021 class TXXXParam;
00022 class TXXXControl;
00023 
00024 class TXXXProc : public TGo4EventProcessor {
00025    public:
00026       TXXXProc() ;
00027       TXXXProc(const char* name);
00028       virtual ~TXXXProc() ;
00029 
00030       Bool_t BuildEvent(TGo4EventElement* target); // event processing function
00031 
00032  private:
00033       TH1I          *fCr1Ch[8];
00034       TH1I          *fCr2Ch[8];
00035       TH2I          *fCr1Ch1x2;
00036       TH1I          *fHis1;
00037       TH1I          *fHis1gate;
00038       TH1I          *fHis2;
00039       TH1I          *fHis2gate;
00040       TGo4WinCond   *fconHis1;
00041       TGo4WinCond   *fconHis2;
00042       TGo4PolyCond  *fPolyCon;
00043       TGo4CondArray *fConArr;
00044       TGo4MbsEvent  *fInput;
00045       TXXXParam      *fParam;
00046       TXXXControl    *fControl;
00047       TGo4Picture   *fPicture;
00048       TGo4Picture   *fcondSet;
00049 
00050    ClassDef(TXXXProc,1)
00051 };
00052 
00053 #endif //TUNPACKPROCESSOR_H
00054 
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