src
Validation
EcalDigis
plugins
EcalPreshowerNoiseDistrib.h
Go to the documentation of this file.
1
#ifndef EcalPreshowerNoiseDistrib_H
2
#define EcalPreshowerNoiseDistrib_H
3
4
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
5
6
#include "
FWCore/Framework/interface/Event.h
"
7
#include "
FWCore/Framework/interface/EventSetup.h
"
8
#include "
FWCore/Framework/interface/ESHandle.h
"
9
#include "
FWCore/Framework/interface/MakerMacros.h
"
10
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
13
14
#include "
DQMServices/Core/interface/DQMStore.h
"
15
#include "
FWCore/ServiceRegistry/interface/Service.h
"
16
17
#include "
DataFormats/EcalDigi/interface/ESDataFrame.h
"
18
#include "
DataFormats/EcalDigi/interface/EcalDigiCollections.h
"
19
20
#include <iostream>
21
#include <fstream>
22
#include <vector>
23
#include <map>
24
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
25
26
class
EcalPreshowerNoiseDistrib
:
public
DQMEDAnalyzer
{
27
typedef
std::map<uint32_t, float, std::less<uint32_t> >
MapType
;
28
29
public
:
31
EcalPreshowerNoiseDistrib
(
const
edm::ParameterSet
& ps);
32
33
void
bookHistograms
(
DQMStore::IBooker
&
i
,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
34
35
protected
:
37
void
analyze
(
const
edm::Event
&
e
,
const
edm::EventSetup
&
c
)
override
;
38
39
private
:
40
bool
verbose_
;
41
42
std::string
outputFile_
;
43
44
edm::EDGetTokenT<ESDigiCollection>
ESdigiCollectionToken_
;
45
46
MonitorElement
*
meESDigiADC_
[3];
47
MonitorElement
*
meESDigiCorr_
[3];
48
MonitorElement
*
meESDigi3D_
;
49
MonitorElement
*
meESDigiMultiplicity_
;
50
};
51
52
#endif
EcalPreshowerNoiseDistrib::meESDigi3D_
MonitorElement * meESDigi3D_
Definition:
EcalPreshowerNoiseDistrib.h:48
mps_fire.i
i
Definition:
mps_fire.py:429
MessageLogger.h
Event.h
EventSetup.h
ESDataFrame.h
MillePedeFileConverter_cfg.e
e
Definition:
MillePedeFileConverter_cfg.py:37
edm::EDGetTokenT< ESDigiCollection >
Frameworkfwd.h
HltBtagPostValidation_cff.c
c
Definition:
HltBtagPostValidation_cff.py:31
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
EcalPreshowerNoiseDistrib::EcalPreshowerNoiseDistrib
EcalPreshowerNoiseDistrib(const edm::ParameterSet &ps)
Constructor.
Definition:
EcalPreshowerNoiseDistrib.cc:8
EcalPreshowerNoiseDistrib::verbose_
bool verbose_
Definition:
EcalPreshowerNoiseDistrib.h:40
ParameterSet.h
EcalPreshowerNoiseDistrib::meESDigiADC_
MonitorElement * meESDigiADC_[3]
Definition:
EcalPreshowerNoiseDistrib.h:46
dqm::implementation::IBooker
Definition:
DQMStore.h:43
EcalPreshowerNoiseDistrib::meESDigiCorr_
MonitorElement * meESDigiCorr_[3]
Definition:
EcalPreshowerNoiseDistrib.h:47
DQMEDAnalyzer.h
DQMStore.h
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
ESHandle.h
dqm::impl::MonitorElement
Definition:
MonitorElement.h:101
Service.h
EcalDigiCollections.h
edm::EventSetup
Definition:
EventSetup.h:56
EcalPreshowerNoiseDistrib::bookHistograms
void bookHistograms(DQMStore::IBooker &i, edm::Run const &, edm::EventSetup const &) override
Definition:
EcalPreshowerNoiseDistrib.cc:20
EcalPreshowerNoiseDistrib::ESdigiCollectionToken_
edm::EDGetTokenT< ESDigiCollection > ESdigiCollectionToken_
Definition:
EcalPreshowerNoiseDistrib.h:44
EcalPreshowerNoiseDistrib::analyze
void analyze(const edm::Event &e, const edm::EventSetup &c) override
Analyze.
Definition:
EcalPreshowerNoiseDistrib.cc:39
EcalPreshowerNoiseDistrib::meESDigiMultiplicity_
MonitorElement * meESDigiMultiplicity_
Definition:
EcalPreshowerNoiseDistrib.h:49
EcalPreshowerNoiseDistrib
Definition:
EcalPreshowerNoiseDistrib.h:26
EcalPreshowerNoiseDistrib::MapType
std::map< uint32_t, float, std::less< uint32_t > > MapType
Definition:
EcalPreshowerNoiseDistrib.h:27
edm::ParameterSet
Definition:
ParameterSet.h:47
EcalPreshowerNoiseDistrib::outputFile_
std::string outputFile_
Definition:
EcalPreshowerNoiseDistrib.h:42
edm::Event
Definition:
Event.h:73
MakerMacros.h
edm::Run
Definition:
Run.h:45
Generated for CMSSW Reference Manual by
1.8.14