00001 #ifndef TLASERTEST12ANALYSIS_H 00002 #define TLASERTEST12ANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 #include "TLaserTest12UnpackEvent.h" 00006 #include "TLaserTest12UnpackProc.h" 00007 #include "TLaserTest12DetectorProc.h" 00008 #include "TLaserTest12DetectorEvent.h" 00009 00010 00011 class TLaserTest12Analysis : public TGo4Analysis { 00012 public: 00013 TLaserTest12Analysis(); 00014 TLaserTest12Analysis(int argc, char** argv); 00015 virtual ~TLaserTest12Analysis() ; 00016 private: 00017 00020 /*# TLaserTest12UnpackEvent lnkTLaserTest12Event; */ 00021 00024 /*# TLaserTest12UnpackProc lnkTLaserTest12Proc; */ 00025 00028 /*# TLaserTest12DetectorProc lnkTLaserTest12DetectorProc; */ 00029 00032 /*# TLaserTest12DetectorEvent lnkTLaserTest12DetectorEvent; */ 00033 00034 ClassDef(TLaserTest12Analysis,1) 00035 }; 00036 #endif //TANALYSIS_H