00001 00002 // $Id: CompareMST.h,v 1.1 2006/09/18 21:41:22 boehm Exp $ 00003 // 00004 // FILL_IN: [Document your code!!] 00005 // 00006 // vahle@hep.ucl.ac.uk 00008 #ifndef COMPAREMST_H 00009 #define COMPAREMST_H 00010 #ifndef JOBCMODULE_H 00011 #include "JobControl/JobCModule.h" 00012 #endif 00013 00014 class TH1F; 00015 class TFile; 00016 00017 class CompareMST : public JobCModule 00018 { 00019 public: 00020 CompareMST(); 00021 ~CompareMST(); 00022 00023 public: 00024 // Analysis and Reconstruction methods 00025 JobCResult Ana(const MomNavigator* mom); 00026 void EndJob(); 00027 void BeginJob(); 00028 00029 private: 00030 int counter; 00031 }; 00032 #endif // COMPAREMST_H 00033
1.3.9.1