00001 #ifndef TCERNOCT12ANALYSIS_H 00002 #define TCERNOCT12ANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 #include "TCernOct12UnpackEvent.h" 00006 #include "TCernOct12UnpackProc.h" 00007 #include "TCernOct12DetectorProc.h" 00008 #include "TCernOct12DetectorEvent.h" 00009 00010 00011 class TCernOct12Analysis : public TGo4Analysis { 00012 public: 00013 TCernOct12Analysis(); 00014 TCernOct12Analysis(int argc, char** argv); 00015 virtual ~TCernOct12Analysis() ; 00016 private: 00017 00020 /*# TCernOct12UnpackEvent lnkTCernOct12Event; */ 00021 00024 /*# TCernOct12UnpackProc lnkTCernOct12Proc; */ 00025 00028 /*# TCernOct12DetectorProc lnkTCernOct12DetectorProc; */ 00029 00032 /*# TCernOct12DetectorEvent lnkTCernOct12DetectorEvent; */ 00033 00034 ClassDef(TCernOct12Analysis,1) 00035 }; 00036 #endif //TANALYSIS_H