CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTBcHcalIsolationProducersRegional.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: EgammaHLTProducers
4 // Class: EgammaHLTBcHcalIsolationProducersRegional
5 //
6 // Original Author: Matteo Sani (UCSD)
7 // Created: Thu Nov 24 11:38:00 CEST 2011
8 //
9 
10 #include <memory>
11 
17 
23 
24 namespace edm {
26 }
27 
29 
30 //this class produces either Hcal isolation or H for H/E depending if doEtSum=true or false
31 //H for H/E = towers behind SC, hcal isolation has these towers excluded
32 //a rho correction can be applied
33 
35 public:
38 
39  // non-copiable
42 
43 public:
44  virtual void produce(edm::Event&, const edm::EventSetup&) override final;
45  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
46 
47 private:
48  const bool doRhoCorrection_;
49  const float rhoScale_;
50  const float rhoMax_;
51  const bool doEtSum_;
52  const float etMin_;
53  const float innerCone_;
54  const float outerCone_;
55  const int depth_;
56  const float effectiveAreaBarrel_;
57  const float effectiveAreaEndcap_;
58  const bool useSingleTower_;
59 
63 
65 };
66 
const edm::EDGetTokenT< CaloTowerCollection > caloTowerProducer_
virtual void produce(edm::Event &, const edm::EventSetup &) overridefinal
EgammaHLTBcHcalIsolationProducersRegional & operator=(EgammaHLTBcHcalIsolationProducersRegional const &)=delete
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
const edm::EDGetTokenT< reco::RecoEcalCandidateCollection > recoEcalCandidateProducer_