CMS 3D CMS Logo

TopTauAnalyzer.h

Go to the documentation of this file.
00001 #ifndef TopTauAnalyzer_h  
00002 #define TopTauAnalyzer_h
00003 
00004 #include "TH1.h"
00005 
00006 #include "FWCore/Framework/interface/Event.h"
00007 #include "FWCore/Framework/interface/EDAnalyzer.h"
00008 #include "FWCore/ParameterSet/interface/InputTag.h"
00009 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00010 #include "FWCore/ServiceRegistry/interface/Service.h"
00011 #include "PhysicsTools/UtilAlgos/interface/TFileService.h"
00012 
00013 class TopTauAnalyzer : public edm::EDAnalyzer {
00014 
00015  public:
00016   
00017   explicit TopTauAnalyzer(const edm::ParameterSet&);
00018   ~TopTauAnalyzer();
00019   
00020  private:
00021   
00022   virtual void beginJob(const edm::EventSetup&) ;
00023   virtual void analyze(const edm::Event&, const edm::EventSetup&);
00024   virtual void endJob() ;
00025 
00026   edm::InputTag taus_;
00027   
00028   TH1I *NrTau_;
00029   TH1F *ptTau_;
00030   TH1F *enTau_;
00031   TH1F *etaTau_;
00032   TH1F *phiTau_;
00033 };  
00034 
00035 #endif  

Generated on Tue Jun 9 17:48:05 2009 for CMSSW by  doxygen 1.5.4