CMS 3D CMS Logo

EgammaHLTHcalIsolationProducersRegional.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // Package:    EgammaHLTProducers
00004 // Class:      EgammaHLTHcalIsolationProducersRegional
00005 // 
00008 //
00009 // Original Author:  Monica Vazquez Acosta (CERN)
00010 //         Created:  Tue Jun 13 14:48:33 CEST 2006
00011 // $Id: EgammaHLTHcalIsolationProducersRegional.h,v 1.1 2007/03/23 17:22:54 ghezzi Exp $
00012 //
00013 //
00014 
00015 
00016 // system include files
00017 #include <memory>
00018 
00019 // user include files
00020 #include "FWCore/Framework/interface/Frameworkfwd.h"
00021 #include "FWCore/Framework/interface/EDProducer.h"
00022 
00023 #include "FWCore/Framework/interface/Event.h"
00024 #include "FWCore/Framework/interface/MakerMacros.h"
00025 
00026 #include "FWCore/ParameterSet/interface/ParameterSet.h"
00027 
00028 #include "RecoEgamma/EgammaHLTAlgos/interface/EgammaHLTHcalIsolation.h"
00029 
00030 //
00031 // class declaration
00032 //
00033 
00034 class EgammaHLTHcalIsolationProducersRegional : public edm::EDProducer {
00035    public:
00036       explicit EgammaHLTHcalIsolationProducersRegional(const edm::ParameterSet&);
00037       ~EgammaHLTHcalIsolationProducersRegional();
00038 
00039 
00040       virtual void produce(edm::Event&, const edm::EventSetup&);
00041    private:
00042       // ----------member data ---------------------------
00043 
00044   edm::InputTag recoEcalCandidateProducer_;
00045   edm::InputTag hbRecHitProducer_;
00046   edm::InputTag hfRecHitProducer_;
00047 
00048   double egHcalIsoPtMin_;
00049   double egHcalIsoConeSize_;
00050 
00051   edm::ParameterSet conf_;
00052 
00053   EgammaHLTHcalIsolation* test_;
00054 
00055 };
00056 

Generated on Tue Jun 9 17:43:22 2009 for CMSSW by  doxygen 1.5.4