CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
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 
46 
50  signed int egHcalDepth_;
51 
53 
54 };
55 
56 #endif
EgammaTowerIsolationProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)