Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
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
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
y
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
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File 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
l
m
n
o
p
q
r
s
t
u
v
w
x
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
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
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
Macros
_
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
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
ForwardDetectors
AFP
AFP_DigiEv
AFP_DigiEv
AFP_SiDigi.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AFP_SiDigi_h
6
#define AFP_SiDigi_h
7
8
class
AFP_SiDigi
9
{
10
public
:
11
AFP_SiDigi
();
12
~AFP_SiDigi
()=
default
;
13
14
public
:
15
float
m_fADC
;
// amplitude of the signal for given pixel
16
float
m_fTDC
;
// Constant fraction discriminator time for given pixel
17
18
int
m_nStationID
;
19
int
m_nDetectorID
;
20
int
m_nPixelRow
;
21
int
m_nPixelCol
;
22
};
23
24
25
inline
float
getTDC
(
const
AFP_SiDigi
& digi)
26
{
27
return
digi.
m_fTDC
;
28
}
29
inline
float
getADC
(
const
AFP_SiDigi
& digi)
30
{
31
return
digi.
m_fADC
;
32
}
33
34
35
#endif //AFP_SiDigi_h
AFP_SiDigi::AFP_SiDigi
AFP_SiDigi()
Definition:
AFP_SiDigi.cxx:7
AFP_SiDigi::m_nPixelRow
int m_nPixelRow
Definition:
AFP_SiDigi.h:20
AFP_SiDigi::m_nPixelCol
int m_nPixelCol
Definition:
AFP_SiDigi.h:21
AFP_SiDigi::m_fTDC
float m_fTDC
Definition:
AFP_SiDigi.h:16
AFP_SiDigi::~AFP_SiDigi
~AFP_SiDigi()=default
AFP_SiDigi::m_nDetectorID
int m_nDetectorID
Definition:
AFP_SiDigi.h:19
AFP_SiDigi::m_fADC
float m_fADC
Definition:
AFP_SiDigi.h:15
getADC
float getADC(const AFP_SiDigi &digi)
Definition:
AFP_SiDigi.h:29
getTDC
float getTDC(const AFP_SiDigi &digi)
Definition:
AFP_SiDigi.h:25
AFP_SiDigi::m_nStationID
int m_nStationID
Definition:
AFP_SiDigi.h:18
AFP_SiDigi
Definition:
AFP_SiDigi.h:9
Generated on Tue Apr 1 2025 21:06:55 for ATLAS Offline Software by
1.8.18