CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronSqPtTkIsolationProducer.h
Go to the documentation of this file.
1 #ifndef ElectronSqPtTkIsolationProducer_h
2 #define ElectronSqPtTkIsolationProducer_h
3 
4 
5 
8 
11 
13 
15  public:
18 
19  virtual void produce(edm::Event&, const edm::EventSetup&);
20 
21  private:
24 
25  double ptMin_;
26  double intRadius_;
27  double extRadius_;
28  double maxVtxDist_;
29 
30  bool absolut_;
31 
33 
34 };
35 
36 
37 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
ElectronSqPtTkIsolationProducer(const edm::ParameterSet &)