Loading [MathJax]/jax/input/TeX/config.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_TDDigi.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_TDDigi_h
6
#define AFP_TDDigi_h
7
8
class
AFP_TDDigi
9
{
10
public
:
11
AFP_TDDigi
();
12
~AFP_TDDigi
()=
default
;
13
14
public
:
15
float
m_fADC
;
// amplitude of the signal
16
float
m_fTDC
;
// Constant fraction discriminator time
17
18
int
m_nStationID
;
19
int
m_nDetectorID
;
20
int
m_nSensitiveElementID
;
21
};
22
23
24
inline
float
getTDC
(
const
AFP_TDDigi
& digi)
25
{
26
return
digi.
m_fTDC
;
27
}
28
inline
float
getADC
(
const
AFP_TDDigi
& digi)
29
{
30
return
digi.
m_fADC
;
31
}
32
33
34
#endif //AFP_TDDigi_h
AFP_TDDigi::m_fADC
float m_fADC
Definition:
AFP_TDDigi.h:15
AFP_TDDigi
Definition:
AFP_TDDigi.h:9
AFP_TDDigi::AFP_TDDigi
AFP_TDDigi()
Definition:
AFP_TDDigi.cxx:8
AFP_TDDigi::m_nStationID
int m_nStationID
Definition:
AFP_TDDigi.h:18
AFP_TDDigi::~AFP_TDDigi
~AFP_TDDigi()=default
AFP_TDDigi::m_nSensitiveElementID
int m_nSensitiveElementID
Definition:
AFP_TDDigi.h:20
AFP_TDDigi::m_nDetectorID
int m_nDetectorID
Definition:
AFP_TDDigi.h:19
getADC
float getADC(const AFP_TDDigi &digi)
Definition:
AFP_TDDigi.h:28
AFP_TDDigi::m_fTDC
float m_fTDC
Definition:
AFP_TDDigi.h:16
getTDC
float getTDC(const AFP_TDDigi &digi)
Definition:
AFP_TDDigi.h:24
Generated on Wed Apr 2 2025 21:06:58 for ATLAS Offline Software by
1.8.18