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
w
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_EventCnv
AFP_EventTPCnv
AFP_EventTPCnv
AFP_SiDigi_p1.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef AFP_SiDigi_p1_h
6
#define AFP_SiDigi_p1_h
7
8
class
AFP_SiDigi_p1
9
{
10
public
:
11
// needed by athenaRoot
12
AFP_SiDigi_p1
(){};
13
friend
class
AFP_SiDigiCnv_p1
;
14
15
private
:
16
17
float
m_fADC
= 0;
// amplitude of the signal for given pixel
18
float
m_fTDC
= 0;
// Constant fraction discriminator time for given pixel
19
20
int
m_nStationID
= 0;
21
int
m_nDetectorID
= 0;
22
int
m_nPixelRow
= 0;
23
int
m_nPixelCol
= 0;
24
25
};
26
27
28
#endif //AFP_SiDigi_p1_h
29
AFP_SiDigi_p1::AFP_SiDigi_p1
AFP_SiDigi_p1()
Definition:
AFP_SiDigi_p1.h:12
AFP_SiDigiCnv_p1
Definition:
AFP_SiDigiCnv_p1.h:16
AFP_SiDigi_p1::m_nDetectorID
int m_nDetectorID
Definition:
AFP_SiDigi_p1.h:21
AFP_SiDigi_p1::m_nStationID
int m_nStationID
Definition:
AFP_SiDigi_p1.h:20
AFP_SiDigi_p1::m_fADC
float m_fADC
Definition:
AFP_SiDigi_p1.h:17
AFP_SiDigi_p1
Definition:
AFP_SiDigi_p1.h:9
AFP_SiDigi_p1::m_fTDC
float m_fTDC
Definition:
AFP_SiDigi_p1.h:18
AFP_SiDigi_p1::m_nPixelRow
int m_nPixelRow
Definition:
AFP_SiDigi_p1.h:22
AFP_SiDigi_p1::m_nPixelCol
int m_nPixelCol
Definition:
AFP_SiDigi_p1.h:23
Generated on Sat May 10 2025 21:05:54 for ATLAS Offline Software by
1.8.18