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
n
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
c
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
L1TriggerConfig
L1ScalesProducers
interface
L1CaloInputScaleTester.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: L1CaloInputScaleTester
4
// Class: L1CaloInputScaleTester
5
//
13
//
14
// Original Author: pts/140
15
// Created: Wed Jun 25 16:40:01 CEST 2008
16
//
17
//
18
19
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
20
#include "
FWCore/Framework/interface/Event.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
22
#include "
FWCore/Utilities/interface/ESGetToken.h
"
23
#include "
CondFormats/DataRecord/interface/L1CaloEcalScaleRcd.h
"
24
#include "
CondFormats/DataRecord/interface/L1CaloHcalScaleRcd.h
"
25
#include "
CondFormats/L1TObjects/interface/L1CaloEcalScale.h
"
26
#include "
CondFormats/L1TObjects/interface/L1CaloHcalScale.h
"
27
#include "
CalibFormats/CaloTPG/interface/CaloTPGRecord.h
"
28
#include "
CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h
"
29
#include "
CalibCalorimetry/EcalTPGTools/interface/EcalTPGScale.h
"
30
31
//
32
// class declaration
33
//
34
35
class
L1CaloInputScaleTester
:
public
edm::EDAnalyzer
{
36
public
:
37
explicit
L1CaloInputScaleTester
(
const
edm::ParameterSet
&);
38
~L1CaloInputScaleTester
()
override
;
39
40
private
:
41
void
beginJob
()
override
;
42
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
43
void
endJob
()
override
;
44
45
// ----------member data ---------------------------
46
edm::ESGetToken<L1CaloHcalScale, L1CaloHcalScaleRcd>
hcalScaleToken_
;
47
edm::ESGetToken<L1CaloEcalScale, L1CaloEcalScaleRcd>
ecalScaleToken_
;
48
edm::ESGetToken<CaloTPGTranscoder, CaloTPGRecord>
transcoderToken_
;
49
EcalTPGScale::Tokens
tokens_
;
50
};
L1CaloInputScaleTester::L1CaloInputScaleTester
L1CaloInputScaleTester(const edm::ParameterSet &)
Definition:
L1CaloInputScaleTester.cc:40
Event.h
L1CaloHcalScale.h
L1CaloEcalScaleRcd.h
L1CaloHcalScaleRcd.h
EcalTPGScale::Tokens
Definition:
EcalTPGScale.h:18
CaloTPGTranscoder.h
ParameterSet.h
L1CaloInputScaleTester::tokens_
EcalTPGScale::Tokens tokens_
Definition:
L1CaloInputScaleTester.h:49
edm::ESGetToken< L1CaloHcalScale, L1CaloHcalScaleRcd >
ESGetToken.h
edm::EventSetup
Definition:
EventSetup.h:59
L1CaloInputScaleTester::endJob
void endJob() override
Definition:
L1CaloInputScaleTester.cc:191
edm::EDAnalyzer
Definition:
EDAnalyzer.h:35
EDAnalyzer.h
L1CaloEcalScale.h
EcalTPGScale.h
L1CaloInputScaleTester
Definition:
L1CaloInputScaleTester.h:35
L1CaloInputScaleTester::~L1CaloInputScaleTester
~L1CaloInputScaleTester() override
Definition:
L1CaloInputScaleTester.cc:48
L1CaloInputScaleTester::beginJob
void beginJob() override
Definition:
L1CaloInputScaleTester.cc:188
edm::ParameterSet
Definition:
ParameterSet.h:47
L1CaloInputScaleTester::transcoderToken_
edm::ESGetToken< CaloTPGTranscoder, CaloTPGRecord > transcoderToken_
Definition:
L1CaloInputScaleTester.h:48
edm::Event
Definition:
Event.h:73
L1CaloInputScaleTester::ecalScaleToken_
edm::ESGetToken< L1CaloEcalScale, L1CaloEcalScaleRcd > ecalScaleToken_
Definition:
L1CaloInputScaleTester.h:47
L1CaloInputScaleTester::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
L1CaloInputScaleTester.cc:58
L1CaloInputScaleTester::hcalScaleToken_
edm::ESGetToken< L1CaloHcalScale, L1CaloHcalScaleRcd > hcalScaleToken_
Definition:
L1CaloInputScaleTester.h:46
CaloTPGRecord.h
Generated for CMSSW Reference Manual by
1.8.14