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