CMS 3D CMS Logo

EcalPFRecHitThresholdsMaker.h
Go to the documentation of this file.
1 #ifndef ECALPFRECHITTHRESHOLDSMAKER_H
2 #define ECALPFRECHITTHRESHOLDSMAKER_H
3 
6 
8 
9 #include <string>
10 #include <map>
11 
12 namespace edm {
13  class ParameterSet;
14  class Event;
15  class EventSetup;
16 }
17 
19  public:
20  explicit EcalPFRecHitThresholdsMaker(const edm::ParameterSet& iConfig );
21  ~EcalPFRecHitThresholdsMaker() override;
22 
23  void analyze( const edm::Event& evt, const edm::EventSetup& evtSetup) override;
24 
25  private:
26 
28  double m_nsigma;
29 
30 };
31 
32 #endif
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
HLT enums.