UserAnalysis.h

Go to the documentation of this file.
00001 #ifndef UserAnalysis_H
00002 #define UserAnalysis_H
00003 
00004 #include "baseAnalysis.h"
00005 
00006 // forward declarations
00007 namespace HepMC {
00008   class GenEvent;
00009 }
00010 class TH1D;
00011 
00012 class UserAnalysis: public baseAnalysis
00013 {
00014  public:
00015 
00016   UserAnalysis();
00017   virtual ~UserAnalysis();
00018 
00019   virtual int Init(double tr_max_eta, double tr_min_pt);
00020   virtual int Process(HepMC::GenEvent* hepmcevt);
00021   
00022  private:
00023   
00024   TH1D *m_h_njets;
00025 
00026 };
00027 
00028 #endif

Generated on Mon Jan 4 15:22:34 2010 for HepMCAnalysis by  doxygen 1.4.7