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
InnerDetector
InDetEventCnv
ITkPixelByteStreamCnv
src
ITkPixelRDORawData.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/*
6
* Author: Ondra Kovanda, ondrej.kovanda at cern.ch
7
* Date: 03/2025
8
* Description: Initial implementation of the ITk Pixel RDO,
9
* heavily adapted from the existing ID
10
*/
11
12
13
#ifndef ITKPIXELRDORAWDATA_H
14
#define ITKPIXELRDORAWDATA_H
15
16
#include "
InDetRawData/InDetRawData.h
"
17
18
19
class
ITkPixelRDORawData
:
public
InDetRawData
{
20
21
public
:
22
23
// Constructor with parameters:
24
// offline compact id of the readout channel,
25
// the word
26
ITkPixelRDORawData
(
const
Identifier
rdoId,
const
unsigned
int
word) :
InDetRawData
(rdoId,word){};
27
ITkPixelRDORawData
();
28
29
virtual
int
getToT
()
const
= 0;
// Time over Threshold value 0-255
30
virtual
int
getBCID
()
const
= 0;
// Beam Crossing ID
31
virtual
int
getLVL1A
()
const
= 0;
// Level 1 accept, 0-15, used if reading
32
virtual
int
getLVL1ID
()
const
= 0;
// ATLAS LVL1 0-255
33
34
35
};
36
37
#endif
38
ITkPixelRDORawData::ITkPixelRDORawData
ITkPixelRDORawData()
ITkPixelRDORawData::getToT
virtual int getToT() const =0
ITkPixelRDORawData
Definition:
ITkPixelRDORawData.h:19
ITkPixelRDORawData::getLVL1ID
virtual int getLVL1ID() const =0
ITkPixelRDORawData::getLVL1A
virtual int getLVL1A() const =0
ITkPixelRDORawData::getBCID
virtual int getBCID() const =0
InDetRawData.h
ITkPixelRDORawData::ITkPixelRDORawData
ITkPixelRDORawData(const Identifier rdoId, const unsigned int word)
Definition:
ITkPixelRDORawData.h:26
InDetRawData
Definition:
InDetRawData.h:25
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Tue Apr 15 2025 21:12:28 for ATLAS Offline Software by
1.8.18