CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
22 
25 
28 
29 //
30 // class declaration
31 //
32 
34  public:
37 
38 
39  virtual void produce(edm::Event&, const edm::EventSetup&);
40  private:
41  // ----------member data ---------------------------
42 
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
60 
62  float rhoScale_;
63  float rhoMax_;
64 
65  bool useIsolEt_; //switch for isolEt rather than isolE
66  bool tryBoth_ ; // use rechits from barrel + endcap
67  bool subtract_ ; // subtract SC energy (allows veto cone of zero size)
68  bool useNumCrystals_;// veto cones are specified in number of crystals not eta
69 
71 };
72 
73 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
EgammaHLTEcalRecIsolationProducer(const edm::ParameterSet &)