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
src
SimMuon
DTDigitizer
interface
DTDigiSyncBase.h
Go to the documentation of this file.
1
#ifndef SimMuon_DTDigitizer_DTDigiSyncBase_H
2
#define SimMuon_DTDigitizer_DTDigiSyncBase_H
3
10
class
DTWireId
;
11
class
DTLayer
;
12
13
class
DTDigiSyncBase
{
14
public
:
16
DTDigiSyncBase
(){};
17
19
virtual
~DTDigiSyncBase
(){};
20
22
virtual
double
digitizerOffset
(
const
DTWireId
*
id
,
const
DTLayer
*
layer
)
const
= 0;
23
25
virtual
double
emulatorOffset
(
const
DTWireId
*
id
)
const
= 0;
26
};
27
#endif
phase1PixelTopology::layer
constexpr std::array< uint8_t, layerIndexSize > layer
Definition:
SimplePixelTopology.h:138
DTDigiSyncBase::emulatorOffset
virtual double emulatorOffset(const DTWireId *id) const =0
Offset to obtain "raw" TDCs for the L1 emulator from digis.
DTDigiSyncBase::~DTDigiSyncBase
virtual ~DTDigiSyncBase()
Destructor.
Definition:
DTDigiSyncBase.h:19
DTDigiSyncBase::digitizerOffset
virtual double digitizerOffset(const DTWireId *id, const DTLayer *layer) const =0
Delays to be added to digi times during digitization, in ns.
DTDigiSyncBase
Definition:
DTDigiSyncBase.h:13
DTLayer
Definition:
DTLayer.h:25
DTWireId
Definition:
DTWireId.h:12
DTDigiSyncBase::DTDigiSyncBase
DTDigiSyncBase()
Constructor.
Definition:
DTDigiSyncBase.h:16
Generated for CMSSW Reference Manual by
1.8.14