00001 #ifndef TGSIAUG12ANALYSIS_H 00002 #define TGSIAUG12ANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 00006 #include "TGsiAug12UnpackEvent.h" 00007 #include "TGsiAug12UnpackProc.h" 00008 00009 #include "TGsiAug12CalibrationProc.h" 00010 #include "TGsiAug12CalibrationEvent.h" 00011 00012 #include "TGsiAug12DetectorProc.h" 00013 #include "TGsiAug12DetectorEvent.h" 00014 00015 #include "TGsiAug12TrackingProc.h" 00016 #include "TGsiAug12TrackingEvent.h" 00017 00018 #include "TGsiAug12OutputProc.h" 00019 #include "TGsiAug12OutputEvent.h" 00020 00021 class TGsiAug12Analysis : public TGo4Analysis { 00022 public: 00023 TGsiAug12Analysis(); 00024 TGsiAug12Analysis(int argc, char** argv); 00025 virtual ~TGsiAug12Analysis() ; 00026 private: 00027 00030 /*# TGsiAug12UnpackEvent lnkTGsiAug12Event; */ 00031 00034 /*# TGsiAug12UnpackProc lnkTGsiAug12Proc; */ 00035 00038 /*# TGsiAug12CalibrationProc lnkTGsiAug12CalibrationProc; */ 00039 00042 /*# TGsiAug12CalibrationEvent lnkTGsiAug12CalibrationEvent; */ 00043 00046 /*# TGsiAug12DetectorProc lnkTGsiAug12DetectorProc; */ 00047 00050 /*# TGsiAug12DetectorEvent lnkTGsiAug12DetectorEvent; */ 00051 00054 /*# TGsiAug12TrackingProc lnkTGsiAug12TrackingProc; */ 00055 00058 /*# TGsiAug12TrackingEvent lnkTGsiAug12TrackingEvent; */ 00059 00062 /*# TGsiAug12OutputProc lnkTGsiAug12OutputProc; */ 00063 00066 /*# TGsiAug12OutputEvent lnkTGsiAug12OutputEvent; */ 00067 00068 00069 ClassDef(TGsiAug12Analysis,1) 00070 }; 00071 #endif //TGSIAUG12ANALYSIS_H