00001 #ifndef TGSIAUG12ANALYSIS_H 00002 #define TGSIAUG12ANALYSIS_H 00003 00004 #include "TGo4Analysis.h" 00005 #include "TGsiAug12UnpackEvent.h" 00006 #include "TGsiAug12UnpackProc.h" 00007 #include "TGsiAug12DetectorProc.h" 00008 #include "TGsiAug12DetectorEvent.h" 00009 // Attempt to have a Ouput Tree Formatting step 00010 /* 00011 #include "ROOTFORMAT/TRootConverterProc.h" 00012 #include "ROOTFORMAT/TRootConverterEvent.h" 00013 * */ 00014 #include "TGsiAug12OutputProc.h" 00015 #include "TGsiAug12OutputEvent.h" 00016 00017 class TGsiAug12Analysis : public TGo4Analysis { 00018 public: 00019 TGsiAug12Analysis(); 00020 TGsiAug12Analysis(int argc, char** argv); 00021 virtual ~TGsiAug12Analysis() ; 00022 private: 00023 00026 /*# TGsiAug12UnpackEvent lnkTGsiAug12Event; */ 00027 00030 /*# TGsiAug12UnpackProc lnkTGsiAug12Proc; */ 00031 00034 /*# TGsiAug12DetectorProc lnkTGsiAug12DetectorProc; */ 00035 00038 /*# TGsiAug12DetectorEvent lnkTGsiAug12DetectorEvent; */ 00039 00040 // Attempt to have a Ouput Tree Formatting step 00041 00044 /*# TGsiAug12OutputProc lnkTGsiAug12OutputProc; */ 00045 00048 /*# TGsiAug12OutputEvent lnkTGsiAug12OutputEvent; */ 00049 00050 //~ /** @link dependency 00051 //~ * @label defines*/ 00052 //~ /*# TRootConverterProc lnkTRootConverterProc; */ 00053 //~ 00054 //~ /** @link dependency 00055 //~ * @label defines*/ 00056 //~ /*# TRootConverterEvent lnkTRootConverterEvent; */ 00057 00058 ClassDef(TGsiAug12Analysis,1) 00059 }; 00060 #endif //TGSIAUG12ANALYSIS_H