CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTPFPhotonIsolationProducer.h
Go to the documentation of this file.
1 #ifndef EgammaHLTProducers_EgammaHLTPFPhotonIsolationProducer_h
2 #define EgammaHLTProducers_EgammaHLTPFPhotonIsolationProducer_h
3 
4 //*****************************************************************************
5 // OrigAuth: Matteo Sani
6 // Institute: UCSD
7 //*****************************************************************************
8 
9 #include <memory>
10 
13 
16 
18 
19 namespace edm {
21 }
22 
23 
25  public:
28 
29  virtual void produce(edm::Event&, const edm::EventSetup&);
30  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
31 
32  private:
35 
36  double drMax_;
37  double drVetoBarrel_;
38  double drVetoEndcap_;
41  double energyBarrel_;
42  double energyEndcap_;
43  int pfToUse_;
44 
46  float rhoScale_;
47  float rhoMax_;
48 
50 };
51 
52 #endif
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual void produce(edm::Event &, const edm::EventSetup &)