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
CalibMuon
DTCalibration
plugins
DTTTrigConstantShift.h
Go to the documentation of this file.
1
#ifndef CalibMuon_DTTTrigConstantShift_H
2
#define CalibMuon_DTTTrigConstantShift_H
3
12
#include "
CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h
"
13
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
14
15
#include <string>
16
17
namespace
edm
{
18
class
ParameterSet
;
19
}
20
21
class
DTTtrig
;
22
23
namespace
dtCalibration
{
24
25
class
DTTTrigConstantShift
:
public
DTTTrigBaseCorrection
{
26
public
:
27
// Constructor
28
DTTTrigConstantShift
(
const
edm::ParameterSet
&);
29
30
// Destructor
31
~DTTTrigConstantShift
()
override
;
32
33
void
setES
(
const
edm::EventSetup
&
setup
)
override
;
34
DTTTrigData
correction
(
const
DTSuperLayerId
&)
override
;
35
36
private
:
37
std::string
dbLabel_
;
38
std::string
calibChamber_
;
39
double
value_
;
40
41
const
DTTtrig
*
tTrigMap_
;
42
DTChamberId
chosenChamberId_
;
43
};
44
45
}
// namespace dtCalibration
46
#endif
DTSuperLayerId
Definition:
DTSuperLayerId.h:12
dtCalibration::DTTTrigData
Definition:
DTTTrigBaseCorrection.h:19
DTTtrig
Definition:
DTTtrig.h:68
dtCalibration::DTTTrigConstantShift::calibChamber_
std::string calibChamber_
Definition:
DTTTrigConstantShift.h:38
edm
HLT enums.
Definition:
AlignableModifier.h:19
DTTTrigBaseCorrection.h
singleTopDQM_cfi.setup
setup
Definition:
singleTopDQM_cfi.py:37
dtCalibration::DTTTrigConstantShift::tTrigMap_
const DTTtrig * tTrigMap_
Definition:
DTTTrigConstantShift.h:41
dtCalibration::DTTTrigConstantShift::value_
double value_
Definition:
DTTTrigConstantShift.h:39
dtCalibration::DTTTrigConstantShift::dbLabel_
std::string dbLabel_
Definition:
DTTTrigConstantShift.h:37
DTChamberId.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dtCalibration::DTTTrigConstantShift::setES
void setES(const edm::EventSetup &setup) override
Definition:
DTTTrigConstantShift.cc:42
edm::ParameterSet
Definition:
ParameterSet.h:47
dtCalibration::DTTTrigConstantShift::~DTTTrigConstantShift
~DTTTrigConstantShift() override
Definition:
DTTTrigConstantShift.cc:40
ParameterSet
Definition:
Functions.h:16
edm::EventSetup
Definition:
EventSetup.h:57
dtCalibration::DTTTrigConstantShift
Definition:
DTTTrigConstantShift.h:25
dtCalibration::DTTTrigConstantShift::DTTTrigConstantShift
DTTTrigConstantShift(const edm::ParameterSet &)
Definition:
DTTTrigConstantShift.cc:23
dtCalibration
Definition:
DTT0BaseCorrection.h:16
dtCalibration::DTTTrigConstantShift::correction
DTTTrigData correction(const DTSuperLayerId &) override
Definition:
DTTTrigConstantShift.cc:49
dtCalibration::DTTTrigConstantShift::chosenChamberId_
DTChamberId chosenChamberId_
Definition:
DTTTrigConstantShift.h:42
dtCalibration::DTTTrigBaseCorrection
Definition:
DTTTrigBaseCorrection.h:30
DTChamberId
Definition:
DTChamberId.h:14
Generated for CMSSW Reference Manual by
1.8.16