CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTHcalIsolationDoubleConeProducers.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: EgammaHLTProducers
4 // Class: EgammaHLTHcalIsolationDoubleConeProducers
5 //
8 //
9 // Original Author: Monica Vazquez Acosta (CERN)
10 // Created: Tue Jun 13 14:48:33 CEST 2006
11 // $Id: EgammaHLTHcalIsolationDoubleConeProducers.h,v 1.1 2007/05/31 19:45:56 mpieri Exp $
12 //
13 //
14 // mostly identical to EgammaHLTHcalIsolationRegionalProducers, but produces excludes
15 // Hcal energy in an exclusion cone around the eg candidate
16 
17 
18 // system include files
19 #include <memory>
20 
21 // user include files
24 
27 
29 
31 
32 //
33 // class declaration
34 //
35 
37  public:
40 
41 
42  virtual void produce(edm::Event&, const edm::EventSetup&);
43  private:
44  // ----------member data ---------------------------
45 
49 
53 
55 
57 
58 };
59 
virtual void produce(edm::Event &, const edm::EventSetup &)