00001 #ifndef TCERNOCT11ANALYSIS_H 00002 #define TCERNOCT11ANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 #include "TCernOct11UnpackEvent.h" 00006 #include "TCernOct11UnpackProc.h" 00007 #include "TCernOct11DetectorProc.h" 00008 #include "TCernOct11DetectorEvent.h" 00009 00010 00011 class TCernOct11Analysis : public TGo4Analysis { 00012 public: 00013 TCernOct11Analysis(); 00014 TCernOct11Analysis(int argc, char** argv); 00015 virtual ~TCernOct11Analysis() ; 00016 private: 00017 00020 /*# TCernOct11UnpackEvent lnkTCernOct11Event; */ 00021 00024 /*# TCernOct11UnpackProc lnkTCernOct11Proc; */ 00025 00028 /*# TCernOct11DetectorProc lnkTCernOct11DetectorProc; */ 00029 00032 /*# TCernOct11DetectorEvent lnkTCernOct11DetectorEvent; */ 00033 00034 ClassDef(TCernOct11Analysis,1) 00035 }; 00036 #endif //TANALYSIS_H