CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
16 // system include files
17 #include <memory>
18 
19 // user include files
22 
25 
27 
29 
30 //
31 // class declaration
32 //
33 
35  public:
38 
39 
40  virtual void produce(edm::Event&, const edm::EventSetup&);
41  private:
42  // ----------member data ---------------------------
43 
49 
50  double egIsoPtMinBarrel_; //minimum Et noise cut
51  double egIsoEMinBarrel_; //minimum E noise cut
52  double egIsoPtMinEndcap_; //minimum Et noise cut
53  double egIsoEMinEndcap_; //minimum E noise cut
54  double egIsoConeSizeOut_; //outer cone size
55  double egIsoConeSizeInBarrel_; //inner cone size
56  double egIsoConeSizeInEndcap_; //inner cone size
57  double egIsoJurassicWidth_ ; // exclusion strip width for jurassic veto
58 
59  bool useIsolEt_; //switch for isolEt rather than isolE
60  bool tryBoth_ ; // use rechits from barrel + endcap
61  bool subtract_ ; // subtract SC energy (allows veto cone of zero size)
62 
63  bool useNumCrystals_ ; // veto on number of crystals
64  bool vetoClustered_ ; // veto all clusterd rechits
65 
67 
68 };
69 
70 #endif
EgammaEcalRecHitIsolationProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)