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
MuonRDO
src
RpcPad.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
MuonRDO/RpcPad.h
"
6
#include "GaudiKernel/MsgStream.h"
7
8
MsgStream&
operator <<
( MsgStream& sl,
const
RpcPad
& coll)
9
{
10
sl <<
"RpcPad: "
;
11
sl <<
"identify() = "
<< coll.
identify
().
getString
()<<
", "
;
12
sl <<
"status() = "
<< coll.
status
()<<
", "
;
13
sl <<
"errorCode() = "
<< coll.
errorCode
()<<
", "
;
14
sl <<
"onlineId() = "
<< coll.
onlineId
()<<
", "
;
15
sl <<
"sector() = "
<< coll.
sector
()<<
", CoinMatrices = ["
;
16
for
(
const
RpcCoinMatrix
*
p
: coll)
17
sl << *
p
<<
", "
;
18
sl <<
"]"
<<std::endl;
19
return
sl;
20
}
21
22
23
std::ostream&
operator <<
( std::ostream& sl,
const
RpcPad
& coll)
24
{
25
sl <<
"RpcPad: "
;
26
sl <<
"identify() = "
<< coll.
identify
().
getString
()<<
", "
;
27
sl <<
"status() = "
<< coll.
status
()<<
", "
;
28
sl <<
"errorCode() = "
<< coll.
errorCode
()<<
", "
;
29
sl <<
"onlineId() = "
<< coll.
onlineId
()<<
", "
;
30
sl <<
"sector() = "
<< coll.
sector
()<<
", CoinMatrices = ["
;
31
for
(
const
RpcCoinMatrix
*
p
: coll)
32
sl << *
p
;
33
sl <<
"]"
<<std::endl;
34
return
sl;
35
}
36
37
38
39
RpcPad::identify
Identifier identify() const
Definition:
RpcPad.h:100
RpcPad::status
ubit16 status() const
Definition:
RpcPad.h:105
RpcCoinMatrix
Definition:
RpcCoinMatrix.h:20
RpcPad.h
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
RpcPad::errorCode
ubit16 errorCode() const
Definition:
RpcPad.h:106
RpcPad::onlineId
ubit16 onlineId() const
Definition:
RpcPad.h:107
operator<<
MsgStream & operator<<(MsgStream &sl, const RpcPad &coll)
Overload of << operator for MsgStream for debug output.
Definition:
RpcPad.cxx:8
RpcPad
Definition:
RpcPad.h:21
Identifier::getString
std::string getString() const
Provide a string form of the identifier - hexadecimal.
Definition:
Identifier.cxx:25
RpcPad::sector
int sector() const
Definition:
RpcPad.h:112
Generated on Sat May 3 2025 21:16:40 for ATLAS Offline Software by
1.8.18