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
SimMuon
DTDigitizer
src
DTDigiSyncFromTable.cc
Go to the documentation of this file.
1
/*
2
* See header file for a description of this class.
3
*
4
* \author N. Amapane, R. Bellan - INFN Torino
5
*/
6
7
#include "
DataFormats/MuonDetId/interface/DTWireId.h
"
8
#include "
SimMuon/DTDigitizer/src/DTDigiSyncFromTable.h
"
9
10
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
11
12
#include "
Geometry/DTGeometry/interface/DTLayer.h
"
13
14
DTDigiSyncFromTable::DTDigiSyncFromTable
(
const
edm::ParameterSet
&pSet) {}
15
16
DTDigiSyncFromTable::~DTDigiSyncFromTable
() {}
17
18
// Delays to be added to digi times during digitization, in ns.
19
double
DTDigiSyncFromTable::digitizerOffset
(
const
DTWireId
*
id
,
const
DTLayer
*
layer
)
const
{
20
double
result
= 0;
21
22
// ...
23
24
return
result
;
25
}
26
27
// Offset to obtain "raw" TDCs for the L1 emulator from digis.
28
double
DTDigiSyncFromTable::emulatorOffset
(
const
DTWireId
*
id
)
const
{
29
double
result
= 0;
30
31
// ...
32
33
return
result
;
34
}
mps_fire.result
result
Definition:
mps_fire.py:311
DTDigiSyncFromTable::DTDigiSyncFromTable
DTDigiSyncFromTable(const edm::ParameterSet &)
Constructor.
Definition:
DTDigiSyncFromTable.cc:14
DTDigiSyncFromTable::~DTDigiSyncFromTable
~DTDigiSyncFromTable() override
Destructor.
Definition:
DTDigiSyncFromTable.cc:16
DTDigiSyncFromTable.h
DTDigiSyncFromTable::emulatorOffset
double emulatorOffset(const DTWireId *id) const override
Offset to obtain "raw" TDCs for the L1 emulator from digis.
Definition:
DTDigiSyncFromTable.cc:28
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition:
SimplePixelTopology.h:138
ParameterSet.h
DTDigiSyncFromTable::digitizerOffset
double digitizerOffset(const DTWireId *id, const DTLayer *layer=nullptr) const override
Delays to be added to digi times during digitization, in ns.
Definition:
DTDigiSyncFromTable.cc:19
DTWireId.h
DTLayer.h
DTLayer
Definition:
DTLayer.h:25
DTWireId
Definition:
DTWireId.h:12
edm::ParameterSet
Definition:
ParameterSet.h:47
Generated for CMSSW Reference Manual by
1.8.14