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 } // namespace edm
17 
19 public:
20  explicit EcalPFRecHitThresholdsMaker(const edm::ParameterSet& iConfig);
22 
23  void analyze(const edm::Event& evt, const edm::EventSetup& evtSetup) override;
24 
25 private:
27  double m_nsigma;
28 };
29 
30 #endif
Exception.h
edm
HLT enums.
Definition: AlignableModifier.h:19
EDAnalyzer.h
edm::EDAnalyzer
Definition: EDAnalyzer.h:28
EcalPFRecHitThresholdsMaker::m_nsigma
double m_nsigma
Definition: EcalPFRecHitThresholdsMaker.h:27
EcalPFRecHitThresholdsMaker::m_timetype
std::string m_timetype
Definition: EcalPFRecHitThresholdsMaker.h:26
Event
EcalPFRecHitThresholdsMaker::EcalPFRecHitThresholdsMaker
EcalPFRecHitThresholdsMaker(const edm::ParameterSet &iConfig)
Definition: EcalPFRecHitThresholdsMaker.cc:94
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
EcalPFRecHitThresholdsMaker::analyze
void analyze(const edm::Event &evt, const edm::EventSetup &evtSetup) override
Definition: EcalPFRecHitThresholdsMaker.cc:105
edm::ParameterSet
Definition: ParameterSet.h:47
ParameterSet
Definition: Functions.h:16
edm::EventSetup
Definition: EventSetup.h:57
EcalPFRecHitThresholdsMaker
Definition: EcalPFRecHitThresholdsMaker.h:18
EcalPFRecHitThresholdsMaker::~EcalPFRecHitThresholdsMaker
~EcalPFRecHitThresholdsMaker() override
Definition: EcalPFRecHitThresholdsMaker.cc:103
EventSetup
edm::Event
Definition: Event.h:73
IOVSyncValue.h