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
DTVDriftMeanTimer.h
Go to the documentation of this file.
1
#ifndef CalibMuon_DTCalibration_DTVDriftMeanTimer_h
2
#define CalibMuon_DTCalibration_DTVDriftMeanTimer_h
3
11
#include "
CalibMuon/DTCalibration/interface/DTVDriftBaseAlgo.h
"
12
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
13
14
class
TFile;
15
class
DTMeanTimerFitter
;
16
17
namespace
dtCalibration
{
18
19
class
DTVDriftMeanTimer
:
public
DTVDriftBaseAlgo
{
20
public
:
21
DTVDriftMeanTimer
(
edm::ParameterSet
const
&);
22
~DTVDriftMeanTimer
()
override
;
23
24
void
setES
(
const
edm::EventSetup
&
setup
)
override
;
25
DTVDriftData
compute
(
const
DTSuperLayerId
&)
override
;
26
27
private
:
28
TFile*
rootFile_
;
29
DTMeanTimerFitter
*
fitter_
;
30
};
31
32
}
// namespace dtCalibration
33
#endif
DTSuperLayerId
Definition:
DTSuperLayerId.h:12
dtCalibration::DTVDriftMeanTimer
Definition:
DTVDriftMeanTimer.h:19
dtCalibration::DTVDriftMeanTimer::fitter_
DTMeanTimerFitter * fitter_
Definition:
DTVDriftMeanTimer.h:29
singleTopDQM_cfi.setup
setup
Definition:
singleTopDQM_cfi.py:37
dtCalibration::DTVDriftMeanTimer::rootFile_
TFile * rootFile_
Definition:
DTVDriftMeanTimer.h:28
dtCalibration::DTVDriftMeanTimer::setES
void setES(const edm::EventSetup &setup) override
Definition:
DTVDriftMeanTimer.cc:46
DTMeanTimerFitter
Definition:
DTMeanTimerFitter.h:17
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::EventSetup
Definition:
EventSetup.h:58
dtCalibration
Definition:
DTT0BaseCorrection.h:16
DTVDriftBaseAlgo.h
dtCalibration::DTVDriftMeanTimer::DTVDriftMeanTimer
DTVDriftMeanTimer(edm::ParameterSet const &)
Definition:
DTVDriftMeanTimer.cc:32
dtCalibration::DTVDriftMeanTimer::compute
DTVDriftData compute(const DTSuperLayerId &) override
Definition:
DTVDriftMeanTimer.cc:48
dtCalibration::DTVDriftBaseAlgo
Definition:
DTVDriftBaseAlgo.h:27
ParameterSet.h
dtCalibration::DTVDriftMeanTimer::~DTVDriftMeanTimer
~DTVDriftMeanTimer() override
Definition:
DTVDriftMeanTimer.cc:41
dtCalibration::DTVDriftData
Definition:
DTVDriftBaseAlgo.h:19
Generated for CMSSW Reference Manual by
1.8.16