CMS 3D CMS Logo

EgammaEcalRecHitIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaIsolationProducers_EgammaEcalRecHitIsolationProducer_h
2 #define EgammaIsolationProducers_EgammaEcalRecHitIsolationProducer_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 // system include files
16 #include <memory>
17 
18 // user include files
21 
24 
26 
28 
29 //
30 // class declaration
31 //
32 
34 public:
37 
38  void produce(edm::Event&, const edm::EventSetup&) override;
39 
40 private:
41  // ----------member data ---------------------------
42 
48 
49  double egIsoPtMinBarrel_; //minimum Et noise cut
50  double egIsoEMinBarrel_; //minimum E noise cut
51  double egIsoPtMinEndcap_; //minimum Et noise cut
52  double egIsoEMinEndcap_; //minimum E noise cut
53  double egIsoConeSizeOut_; //outer cone size
54  double egIsoConeSizeInBarrel_; //inner cone size
55  double egIsoConeSizeInEndcap_; //inner cone size
56  double egIsoJurassicWidth_; // exclusion strip width for jurassic veto
57 
58  bool useIsolEt_; //switch for isolEt rather than isolE
59  bool tryBoth_; // use rechits from barrel + endcap
60  bool subtract_; // subtract SC energy (allows veto cone of zero size)
61 
62  bool useNumCrystals_; // veto on number of crystals
63  bool vetoClustered_; // veto all clusterd rechits
64 
66 };
67 
68 #endif
EgammaEcalRecHitIsolationProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override