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
MuonSpectrometer
MuonCnv
MuonTGC_CnvTools
src
TgcROD_Encoder.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 MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
6
#define MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
7
8
#include <inttypes.h>
9
#include <vector>
10
11
class
TgcRdo
;
12
13
namespace
Muon
14
{
15
25
class
TgcROD_Encoder
26
{
27
public
:
28
30
TgcROD_Encoder
();
31
33
~TgcROD_Encoder
();
34
36
void
setRdo
(
const
TgcRdo
* rdo);
37
41
void
fillROD
(std::vector<uint32_t>&
v
) ;
42
43
private
:
44
const
TgcRdo
*
m_tgcRdo
;
45
};
46
47
}
// end of namespace
48
49
#endif // MUONTGC_CNVTOOLS_TGCROD_ENCODER_H
Muon::TgcROD_Encoder
Definition:
TgcROD_Encoder.h:26
Muon::TgcROD_Encoder::setRdo
void setRdo(const TgcRdo *rdo)
Set TgcRdo.
Definition:
TgcROD_Encoder.cxx:27
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::TgcROD_Encoder::~TgcROD_Encoder
~TgcROD_Encoder()
Destructor.
python.PyAthena.v
v
Definition:
PyAthena.py:154
Muon::TgcROD_Encoder::fillROD
void fillROD(std::vector< uint32_t > &v)
Convert all ROB fragment in the current list to a vector of 32bit words.
Definition:
TgcROD_Encoder.cxx:32
Muon::TgcROD_Encoder::TgcROD_Encoder
TgcROD_Encoder()
Constructor.
Definition:
TgcROD_Encoder.cxx:18
TgcRdo
Definition:
TgcRdo.h:22
Muon::TgcROD_Encoder::m_tgcRdo
const TgcRdo * m_tgcRdo
Definition:
TgcROD_Encoder.h:44
Generated on Sun Apr 20 2025 21:20:11 for ATLAS Offline Software by
1.8.18