CMS 3D CMS Logo

ElectronSqPtTkIsolationProducer.h
Go to the documentation of this file.
1 #ifndef ElectronSqPtTkIsolationProducer_h
2 #define ElectronSqPtTkIsolationProducer_h
3 
6 
9 
11 
13 public:
16 
17  void produce(edm::Event&, const edm::EventSetup&) override;
18 
19 private:
22 
23  double ptMin_;
24  double intRadius_;
25  double extRadius_;
26  double maxVtxDist_;
27 
28  bool absolut_;
29 
31 };
32 
33 #endif
void produce(edm::Event &, const edm::EventSetup &) override
ElectronSqPtTkIsolationProducer(const edm::ParameterSet &)