Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
d
e
f
l
m
o
p
s
t
u
v
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
RecoTBCalo
EcalTBTDCReconstructor
interface
EcalTBTDCRawInfoDumper.h
Go to the documentation of this file.
1
#ifndef RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRawInfoDumper_HH
2
#define RecoTBCalo_EcalTBTDCReconstructor_EcalTBTDCRawInfoDumper_HH
3
4
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
5
#include "
FWCore/Framework/interface/Event.h
"
6
#include "
DataFormats/Common/interface/Handle.h
"
7
8
#include "
FWCore/Framework/interface/EventSetup.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
11
#include <vector>
12
#include <string>
13
//#include "TTree.h"
14
#include "TH1.h"
15
#include "TGraph.h"
16
#include "TH2.h"
17
class
EcalTBTDCRawInfoDumper
:
public
edm::EDAnalyzer
{
18
public
:
19
explicit
EcalTBTDCRawInfoDumper
(
const
edm::ParameterSet
& ps);
20
~EcalTBTDCRawInfoDumper
()
override
;
21
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
22
void
beginJob
()
override
;
23
void
endJob
()
override
;
24
25
private
:
26
std::string
rawInfoProducer_
;
// name of module/plugin/producer making digis
27
std::string
rawInfoCollection_
;
// secondary name given to collection of digis
28
std::string
rootfile_
;
29
TH1F*
h_TDCrawValue_
;
30
};
31
#endif
Handle.h
EcalTBTDCRawInfoDumper::beginJob
void beginJob() override
Definition:
EcalTBTDCRawInfoDumper.cc:21
EcalTBTDCRawInfoDumper::rawInfoProducer_
std::string rawInfoProducer_
Definition:
EcalTBTDCRawInfoDumper.h:26
EDAnalyzer.h
EcalTBTDCRawInfoDumper::rootfile_
std::string rootfile_
Definition:
EcalTBTDCRawInfoDumper.h:28
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
EcalTBTDCRawInfoDumper::rawInfoCollection_
std::string rawInfoCollection_
Definition:
EcalTBTDCRawInfoDumper.h:27
EcalTBTDCRawInfoDumper::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
EcalTBTDCRawInfoDumper.cc:34
EcalTBTDCRawInfoDumper
Definition:
EcalTBTDCRawInfoDumper.h:17
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition:
ParameterSet.h:47
EcalTBTDCRawInfoDumper::endJob
void endJob() override
Definition:
EcalTBTDCRawInfoDumper.cc:27
Event.h
EcalTBTDCRawInfoDumper::EcalTBTDCRawInfoDumper
EcalTBTDCRawInfoDumper(const edm::ParameterSet &ps)
Definition:
EcalTBTDCRawInfoDumper.cc:12
EcalTBTDCRawInfoDumper::h_TDCrawValue_
TH1F * h_TDCrawValue_
Definition:
EcalTBTDCRawInfoDumper.h:29
edm::EventSetup
Definition:
EventSetup.h:57
EcalTBTDCRawInfoDumper::~EcalTBTDCRawInfoDumper
~EcalTBTDCRawInfoDumper() override
Definition:
EcalTBTDCRawInfoDumper.cc:18
EventSetup.h
ParameterSet.h
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.16