CondTools
Ecal
interface
EcalPFRecHitThresholdsMaker.h
Go to the documentation of this file.
1
#ifndef ECALPFRECHITTHRESHOLDSMAKER_H
2
#define ECALPFRECHITTHRESHOLDSMAKER_H
3
4
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
5
#include "
CondCore/CondDB/interface/Exception.h
"
6
7
#include "
FWCore/Framework/interface/IOVSyncValue.h
"
8
9
#include <string>
10
#include <map>
11
12
namespace
edm
{
13
class
ParameterSet
;
14
class
Event
;
15
class
EventSetup
;
16
}
// namespace edm
17
18
class
EcalPFRecHitThresholdsMaker
:
public
edm::EDAnalyzer
{
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
std::string
m_timetype
;
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
Generated for CMSSW Reference Manual by
1.8.16