Main Page
Namespaces
Classes
Package Documentation
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
}
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
27
std::string
m_timetype
;
28
double
m_nsigma
;
29
30
};
31
32
#endif
analyze
virtual example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
IOVSyncValue.h
Exception.h
EcalPFRecHitThresholdsMaker::m_timetype
std::string m_timetype
Definition:
EcalPFRecHitThresholdsMaker.h:27
EventSetup
EcalPFRecHitThresholdsMaker::m_nsigma
double m_nsigma
Definition:
EcalPFRecHitThresholdsMaker.h:28
edm::EventSetup
Definition:
EventSetup.h:52
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
EDAnalyzer.h
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
EcalPFRecHitThresholdsMaker
Definition:
EcalPFRecHitThresholdsMaker.h:18
edm::Event
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11