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
MuonSTGC_CnvTools
src
PadTrig_RawDataProviderTool.h
Go to the documentation of this file.
1
#ifndef MUONSTGC_CNVTOOLS_PADTRIG_RAWDATAPROVIDERTOOL_H
2
#define MUONSTGC_CNVTOOLS_PADTRIG_RAWDATAPROVIDERTOOL_H
3
4
#include "
AthenaBaseComps/AthAlgTool.h
"
5
#include "
MuonCnvToolInterfaces/IMuonRawDataProviderTool.h
"
6
7
namespace
Muon
{
8
9
class
PadTrig_RawDataProviderTool
:
virtual
public
IMuonRawDataProviderTool
,
public
AthAlgTool
10
{
11
public
:
12
using
IMuonRawDataProviderTool::convert
;
13
14
PadTrig_RawDataProviderTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
15
virtual
~PadTrig_RawDataProviderTool
() =
default
;
16
17
//StatusCode initialize();
18
//StatusCode finalize();
19
20
// unimplemented methods
21
StatusCode
convert
()
const override
;
22
StatusCode
convert
(
const
ROBFragmentList
&)
const override
;
23
StatusCode
convert
(
const
std::vector<IdentifierHash>&)
const override
;
24
StatusCode
convert
(
const
ROBFragmentList
&,
const
std::vector<IdentifierHash>&)
const override
;
25
};
26
27
}
28
29
#endif
Muon::PadTrig_RawDataProviderTool::convert
StatusCode convert() const override
the new ones
Definition:
PadTrig_RawDataProviderTool.cxx:25
Muon::IMuonRawDataProviderTool::convert
virtual StatusCode convert() const =0
the new ones
IMuonRawDataProviderTool.h
Muon::PadTrig_RawDataProviderTool::PadTrig_RawDataProviderTool
PadTrig_RawDataProviderTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
PadTrig_RawDataProviderTool.cxx:6
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
Muon::PadTrig_RawDataProviderTool::~PadTrig_RawDataProviderTool
virtual ~PadTrig_RawDataProviderTool()=default
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
Muon::PadTrig_RawDataProviderTool
Definition:
PadTrig_RawDataProviderTool.h:10
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
Muon::IMuonRawDataProviderTool::ROBFragmentList
std::vector< const OFFLINE_FRAGMENTS_NAMESPACE::ROBFragment * > ROBFragmentList
Decoding method.
Definition:
IMuonRawDataProviderTool.h:27
AthAlgTool
Definition:
AthAlgTool.h:26
Muon::IMuonRawDataProviderTool
Interface defining the tools used to convert Muon BS to MuonRDOs.
Definition:
IMuonRawDataProviderTool.h:21
Generated on Fri Mar 14 2025 21:16:24 for ATLAS Offline Software by
1.8.18