CMS 3D CMS Logo

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  void produce(edm::Event&, const edm::EventSetup&) override;
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
void produce(edm::Event &, const edm::EventSetup &) override
ElectronSqPtTkIsolationProducer(const edm::ParameterSet &)