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.cxx
Go to the documentation of this file.
1
#include "
PadTrig_RawDataProviderTool.h
"
2
3
namespace
Muon
{
4
5
//=====================================================================
6
PadTrig_RawDataProviderTool::PadTrig_RawDataProviderTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
)
7
:
AthAlgTool
(
type
,
name
,
parent
)
8
{
9
declareInterface<IMuonRawDataProviderTool>(
this
);
10
}
11
12
//=====================================================================
13
StatusCode
PadTrig_RawDataProviderTool::convert
(
const
ROBFragmentList
&)
const
14
{
15
ATH_MSG_ERROR
(__PRETTY_FUNCTION__ <<
" not yet implemented!"
);
16
return
StatusCode::FAILURE;
17
}
18
19
StatusCode
PadTrig_RawDataProviderTool::convert
(
const
ROBFragmentList
&,
const
std::vector<IdentifierHash>&)
const
20
{
21
ATH_MSG_ERROR
(__PRETTY_FUNCTION__ <<
" not yet implemented!"
);
22
return
StatusCode::FAILURE;
23
}
24
25
StatusCode
PadTrig_RawDataProviderTool::convert
()
const
26
{
27
ATH_MSG_ERROR
(__PRETTY_FUNCTION__ <<
" not yet implemented!"
);
28
return
StatusCode::FAILURE;
29
}
30
31
StatusCode
PadTrig_RawDataProviderTool::convert
(
const
std::vector<IdentifierHash>&)
const
32
{
33
ATH_MSG_ERROR
(__PRETTY_FUNCTION__ <<
" not yet implemented!"
);
34
return
StatusCode::FAILURE;
35
}
36
37
}
Muon::PadTrig_RawDataProviderTool::convert
StatusCode convert() const override
the new ones
Definition:
PadTrig_RawDataProviderTool.cxx:25
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
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition:
AthMsgStreamMacros.h:33
PadTrig_RawDataProviderTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
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
Generated on Fri Mar 14 2025 21:16:24 for ATLAS Offline Software by
1.8.18