CMS 3D CMS Logo

EgammaPhotonTkIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaIsolationProducers_EgammaPhotonTkIsolationProducer_h
2 #define EgammaIsolationProducers_EgammaPhotonTkIsolationProducer_h
3 
4 //*****************************************************************************
5 // File: EgammaPhotonTkIsolationProducer.h
6 // ----------------------------------------------------------------------------
7 // OrigAuth: Matthias Mozer
8 // Institute: IIHE-VUB
9 //=============================================================================
10 //*****************************************************************************
11 
14 
17 
19 
21  public:
24 
25  void produce(edm::Event&, const edm::EventSetup&) override;
26 
27  private:
31 
32  double ptMin_;
35  double stripBarrel_;
36  double stripEndcap_;
37  double extRadius_;
38  double maxVtxDist_;
39  double drb_;
40 
42 
43 };
44 
45 
46 #endif
EgammaPhotonTkIsolationProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override