CMS 3D CMS Logo

EgammaPhotonTkNumIsolationProducer.h

Go to the documentation of this file.
00001 #ifndef EgammaIsolationProducers_EgammaPhotonTkNumIsolationProducer_h
00002 #define EgammaIsolationProducers_EgammaPhotonTkNumIsolationProducer_h
00003 
00004 //*****************************************************************************
00005 // File:      EgammaPhotonTkNumIsolationProducer.h
00006 // ----------------------------------------------------------------------------
00007 // OrigAuth:  Matthias Mozer
00008 // Institute: IIHE-VUB
00009 //=============================================================================
00010 //*****************************************************************************
00011 
00012 #include "FWCore/Framework/interface/Frameworkfwd.h"
00013 #include "FWCore/Framework/interface/EDProducer.h"
00014 
00015 #include "FWCore/Framework/interface/Event.h"
00016 #include "FWCore/Framework/interface/MakerMacros.h"
00017 
00018 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00019 
00020 class EgammaPhotonTkNumIsolationProducer : public edm::EDProducer {
00021  public:
00022   explicit EgammaPhotonTkNumIsolationProducer(const edm::ParameterSet&);
00023   ~EgammaPhotonTkNumIsolationProducer();
00024   
00025   virtual void produce(edm::Event&, const edm::EventSetup&);
00026 
00027  private:
00028   edm::InputTag photonProducer_;
00029   edm::InputTag trackProducer_;
00030 
00031   double ptMin_;
00032   double intRadius_;
00033   double extRadius_;
00034   double maxVtxDist_;
00035   
00036   edm::ParameterSet conf_;
00037 
00038 };
00039 
00040 
00041 #endif

Generated on Tue Jun 9 17:34:16 2009 for CMSSW by  doxygen 1.5.4