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
InnerDetector
InDetEventCnv
TRT_RawDataByteStreamCnv
TRT_RawDataByteStreamCnv
ITRT_RodEncoder.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 ITRT_RAWDATABYTESTREAMCNV_TRT_RODENCODER_H
6
#define ITRT_RAWDATABYTESTREAMCNV_TRT_RODENCODER_H
7
8
// #include <inttypes.h>
9
10
//#include "ByteStreamData/RawEvent.h"
11
//#include "InDetIdentifier/TRT_ID.h"
12
//#include "InDetRawData/TRT_RDORawData.h"
13
//#include "TRT_Cabling/TRT_IdMapping.h"
14
15
#include <vector>
16
17
class
TRT_ID
;
18
class
TRT_IdMapping;
19
class
TRT_RDORawData
;
20
26
class
ITRT_RodEncoder
27
{
28
public
:
29
typedef
TRT_RDORawData
RDO
;
30
typedef
std::vector<const RDO*>
VRDO
;
31
32
34
virtual
void
addRdo
(
const
RDO
* rdo) = 0;
35
37
virtual
void
set_trt_IdHelper
(
const
TRT_ID
* trt_id) = 0;
38
40
virtual
void
set_trt_IdMapping
( TRT_IdMapping* trt_IdMapping) = 0;
41
43
virtual
void
setRodMinorVersion
(
unsigned
short
RodBlockVersion) = 0;
44
46
virtual
StatusCode
fillROD
(std::vector<uint32_t>&
v
, MsgStream&
log
) = 0;
47
virtual
StatusCode
fillROD3
(std::vector<uint32_t>&
v
, MsgStream&
log
) = 0;
48
49
};
50
51
#endif
ITRT_RodEncoder::RDO
TRT_RDORawData RDO
Definition:
ITRT_RodEncoder.h:29
ITRT_RodEncoder::fillROD3
virtual StatusCode fillROD3(std::vector< uint32_t > &v, MsgStream &log)=0
TRT_RDORawData
Definition:
TRT_RDORawData.h:24
ITRT_RodEncoder::set_trt_IdMapping
virtual void set_trt_IdMapping(TRT_IdMapping *trt_IdMapping)=0
setIdMapping
ITRT_RodEncoder::fillROD
virtual StatusCode fillROD(std::vector< uint32_t > &v, MsgStream &log)=0
conversion of ROD into ROD fragment
ITRT_RodEncoder
This class provides conversion from TRT RDO to ROD format.
Definition:
ITRT_RodEncoder.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ITRT_RodEncoder::setRodMinorVersion
virtual void setRodMinorVersion(unsigned short RodBlockVersion)=0
setRodMinorVersion
python.PyAthena.v
v
Definition:
PyAthena.py:154
TRT_ID
Definition:
TRT_ID.h:84
ITRT_RodEncoder::addRdo
virtual void addRdo(const RDO *rdo)=0
add RDO to internal vector
python.CaloCondTools.log
log
Definition:
CaloCondTools.py:20
ITRT_RodEncoder::VRDO
std::vector< const RDO * > VRDO
Definition:
ITRT_RodEncoder.h:30
ITRT_RodEncoder::set_trt_IdHelper
virtual void set_trt_IdHelper(const TRT_ID *trt_id)=0
setId Helper
Generated on Mon May 12 2025 21:11:33 for ATLAS Offline Software by
1.8.18