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 TMESHB12ANLPROCESSOR_H 00017 #define TMESHB12ANLPROCESSOR_H 00018 00019 #include "TRandom.h" 00020 #include "TMath.h" 00021 #include "TH1.h" 00022 #include "TH2.h" 00023 #include "TObjArray.h" 00024 #include "TCutG.h" 00025 #include "TMultiGraph.h" 00026 00027 #include "Go4Event/TGo4EventElement.h" 00028 #include "Go4Event/TGo4EventProcessor.h" 00029 00030 00031 #include "Go4ConditionsBase/TGo4WinCond.h" 00032 #include "Go4ConditionsBase/TGo4PolyCond.h" 00033 #include "Go4ConditionsBase/TGo4CounterCond.h" 00034 #include "Go4ConditionsBase/TGo4CondArray.h" 00035 00036 class TMeshB12OutputEvent; 00037 class TMeshB1OutputEvent; 00038 class TMeshB2OutputEvent; 00039 00040 class TMeshB12AnlProc : public TGo4EventProcessor { 00041 00042 public: 00043 TMeshB12AnlProc() ; 00044 TMeshB12AnlProc(Text_t * name); 00045 void Analysis(TMeshB12OutputEvent* target); 00046 virtual ~TMeshB12AnlProc() ; 00047 00048 TMeshB1OutputEvent* fxInput1; 00049 TMeshB2OutputEvent* fxInput2; 00050 00051 ClassDef(TMeshB12AnlProc,1) 00052 }; 00053 #endif //TMeshB12AnlProcESSOR_H 00054 00055 00056 00057 00058 //----------------------------END OF GO4 SOURCE FILE ---------------------