00001 #ifndef TANALYSIS_H 00002 #define TANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 00006 class TGo4MbsEvent; 00007 class TSpadicControl; 00008 00009 class TSpadicAnalysis : public TGo4Analysis { 00010 public: 00011 TSpadicAnalysis(); 00012 TSpadicAnalysis(int argc, char** argv); 00013 virtual ~TSpadicAnalysis() ; 00014 virtual Int_t UserPreLoop(); 00015 virtual Int_t UserEventFunc(); 00016 virtual Int_t UserPostLoop(); 00017 private: 00018 TGo4MbsEvent* fMbsEvent; 00019 Int_t fEvents; 00020 Int_t fLastEvent; 00021 00022 ClassDef(TSpadicAnalysis,1) 00023 }; 00024 #endif //TANALYSIS_H