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
MuonSpectrometer
MuonCnv
MuonMM_CnvTools
MuonMM_CnvTools
IMM_RDO_Decoder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MUONMM_CNVTOOLS_IMM_RDO_DECODER_H
6
#define MUONMM_CNVTOOLS_IMM_RDO_DECODER_H
7
8
#include "GaudiKernel/IAlgTool.h"
9
10
class
MmDigit
;
11
class
MmIdHelper
;
12
class
Identifier
;
13
14
15
namespace
Muon
{
16
class
MM_RawData;
17
18
class
IMM_RDO_Decoder
:
virtual
public
IAlgTool {
19
20
public
:
21
virtual
~IMM_RDO_Decoder
() =
default
;
24
DeclareInterfaceID
(
Muon::IMM_RDO_Decoder
, 1, 0);
25
26
virtual
std::unique_ptr<MmDigit>
getDigit
(
const
EventContext& ctx,
27
const
Muon::MM_RawData
* Rawdata)
const
= 0;
28
29
};
30
31
}
32
#endif
33
34
35
Muon::IMM_RDO_Decoder::DeclareInterfaceID
DeclareInterfaceID(Muon::IMM_RDO_Decoder, 1, 0)
AlgTool InterfaceID.
MmDigit
Definition:
MmDigit.h:20
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
Muon::MM_RawData
Temporary class to hold the MM RDO.
Definition:
MM_RawData.h:20
Muon::IMM_RDO_Decoder::getDigit
virtual std::unique_ptr< MmDigit > getDigit(const EventContext &ctx, const Muon::MM_RawData *Rawdata) const =0
Muon::IMM_RDO_Decoder::~IMM_RDO_Decoder
virtual ~IMM_RDO_Decoder()=default
MmIdHelper
Definition:
MmIdHelper.h:54
Muon::IMM_RDO_Decoder
Definition:
IMM_RDO_Decoder.h:18
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Sat May 10 2025 21:10:49 for ATLAS Offline Software by
1.8.18