CMS 3D CMS Logo

EgammaHLTEcalRecIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaHLTProducers_EgammaHLTEcalRecIsolationProducer_h
2 #define EgammaHLTProducers_EgammaHLTEcalRecIsolationProducer_h
3 
4 //*****************************************************************************
5 // File: EgammaRecHitIsolationProducer.h
6 // ----------------------------------------------------------------------------
7 // OrigAuth: Matthias Mozer, adapted from EgammaHcalIsolationProducer by S. Harper
8 // Institute: IIHE-VUB, RAL
9 //=============================================================================
10 //*****************************************************************************
11 
12 // -*- C++ -*-
13 //
14 
15 
16 // system include files
17 #include <memory>
18 
19 // user include files
25 
29 
30 namespace edm {
32 }
33 
35  public:
38  void produce(edm::StreamID sid, edm::Event&, const edm::EventSetup&) const override;
39  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
40 
41  private:
46 
47  double egIsoPtMinBarrel_; //minimum Et noise cut
48  double egIsoEMinBarrel_; //minimum E noise cut
49  double egIsoPtMinEndcap_; //minimum Et noise cut
50  double egIsoEMinEndcap_; //minimum E noise cut
51  double egIsoConeSizeOut_; //outer cone size
52  double egIsoConeSizeInBarrel_; //inner cone size
53  double egIsoConeSizeInEndcap_; //inner cone size
54  double egIsoJurassicWidth_ ; // exclusion strip width for jurassic veto
57 
59  float rhoScale_;
60  float rhoMax_;
61 
62  bool useIsolEt_; //switch for isolEt rather than isolE
63  bool tryBoth_ ; // use rechits from barrel + endcap
64  bool subtract_ ; // subtract SC energy (allows veto cone of zero size)
65  bool useNumCrystals_;// veto cones are specified in number of crystals not eta
66 
68 };
69 #endif
edm::EDGetTokenT< EcalRecHitCollection > ecalEndcapRecHitProducer_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< reco::RecoEcalCandidateCollection > recoEcalCandidateProducer_
HLT enums.
edm::EDGetTokenT< EcalRecHitCollection > ecalBarrelRecHitProducer_