CMS 3D CMS Logo

EcalIsolatedParticleCandidateProducer.h
Go to the documentation of this file.
1 #ifndef Calibration_EcalIsolatedParticleCandidateProducer_h
2 #define Calibration_EcalIsolatedParticleCandidateProducer_h
3 
6 
9 
11 
15 //
16 // class decleration
17 //
18 
20 public:
23 
24 private:
25  void produce(edm::StreamID, edm::Event&, const edm::EventSetup&) const override;
26  void beginJob() override;
27  void endJob() override;
28 
29  double InConeSize_;
30  double OutConeSize_;
31  double hitCountEthr_;
32  double hitEthr_;
33 
38 
39  // ----------member data ---------------------------
40 };
41 
42 #endif
edm::EDGetTokenT< EcalRecHitCollection > tok_EB_
edm::EDGetTokenT< EcalRecHitCollection > tok_EE_
edm::EDGetTokenT< l1extra::L1JetParticleCollection > tok_l1tau_
edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > tok_hlt_
void produce(edm::StreamID, edm::Event &, const edm::EventSetup &) const override