CMS 3D CMS Logo

EgammaElectronTkNumIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaIsolationProducers_EgammaElectronTkNumIsolationProducer_h
2 #define EgammaIsolationProducers_EgammaElectronTkNumIsolationProducer_h
3 
4 //*****************************************************************************
5 // File: EgammaElectronTkNumIsolationProducer.h
6 // ----------------------------------------------------------------------------
7 // OrigAuth: Matthias Mozer
8 // Institute: IIHE-VUB
9 //=============================================================================
10 //*****************************************************************************
11 
14 
17 
19 
20 
21 
22 
24 
25  public:
28 
29  void produce(edm::Event&, const edm::EventSetup&) override;
30 
31  private:
35 
36  double ptMin_;
39  double stripBarrel_;
40  double stripEndcap_;
41  double extRadius_;
42  double maxVtxDist_;
43  double drb_;
44 
46 
47 };
48 
49 
50 #endif
void produce(edm::Event &, const edm::EventSetup &) override