CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTPhotonTrackIsolationProducersRegional.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: EgammaHLTProducers
4 // Class: EgammaHLTPhotonTrackIsolationProducersRegional
5 //
8 //
9 // Original Author: Monica Vazquez Acosta (CERN)
10 // Created: Tue Jun 13 14:48:33 CEST 2006
11 // $Id: EgammaHLTPhotonTrackIsolationProducersRegional.h,v 1.2 2009/01/20 11:32:38 covarell Exp $
12 //
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 
48 
50 
51  double egTrkIsoPtMin_;
53  double egTrkIsoZSpan_;
54  double egTrkIsoRSpan_;
56 
58 
59 };
60