CMS 3D CMS Logo

EgammaTowerIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaIsolationProducers_EgammaTowerIsolationProducer_h
2 #define EgammaIsolationProducers_EgammaTowerIsolationProducer_h
3 
4 //*****************************************************************************
5 // File: EgammaTowerIsolationProducer.h
6 // ----------------------------------------------------------------------------
7 // OrigAuth: Matthias Mozer
8 // Institute: IIHE-VUB
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 
45 
49  signed int egHcalDepth_;
50 
52 };
53 
54 #endif
void produce(edm::Event &, const edm::EventSetup &) override
EgammaTowerIsolationProducer(const edm::ParameterSet &)