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
NSW_PadTriggerDataContainer.cxx
Go to the documentation of this file.
1
#include "
MuonRDO/NSW_PadTriggerDataContainer.h
"
2
3
namespace
Muon
{
4
5
NSW_PadTriggerDataContainer::NSW_PadTriggerDataContainer
()
6
:
IdentifiableContainer
<
NSW_PadTriggerData
>(HASH_MAX) { }
7
8
NSW_PadTriggerDataContainer::NSW_PadTriggerDataContainer
(
unsigned
int
hashMax)
9
:
IdentifiableContainer
<
NSW_PadTriggerData
>(hashMax) { }
10
11
const
CLID
&
NSW_PadTriggerDataContainer::classID
() {
12
return
ClassID_traits<NSW_PadTriggerDataContainer>::ID
();
13
}
14
15
const
CLID
&
NSW_PadTriggerDataContainer::clID
()
const
{
16
return
classID
();
17
}
18
19
std::string
NSW_PadTriggerDataContainer::string
()
const
{
20
std::stringstream sstream{};
21
sstream <<
"Number of collections: "
<<
numberOfCollections
() <<
". Contains collections: "
<< std::endl;
22
for
(
const
NSW_PadTriggerData
* collection : *
this
) {
23
sstream << collection->
string
() << std::endl;
24
}
25
return
sstream.str();
26
}
27
28
std::ostream&
operator<<
(std::ostream&
stream
,
const
NSW_PadTriggerDataContainer
& rhs) {
29
return
stream
<< rhs.
string
();
30
}
31
32
MsgStream&
operator<<
(MsgStream&
stream
,
const
NSW_PadTriggerDataContainer
& rhs) {
33
return
stream
<< rhs.
string
();
34
}
35
}
// namespace Muon
NSW_PadTriggerDataContainer.h
Muon::NSW_PadTriggerDataContainer::string
std::string string() const
Definition:
NSW_PadTriggerDataContainer.cxx:19
Muon::NSW_PadTriggerDataContainer
Definition:
NSW_PadTriggerDataContainer.h:15
Muon
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Definition:
TrackSystemController.h:45
AthenaPoolTestWrite.stream
string stream
Definition:
AthenaPoolTestWrite.py:12
IdentifiableContainerMT::numberOfCollections
virtual size_t numberOfCollections() const override final
return number of collections
Definition:
IdentifiableContainerMT.h:213
Muon::NSW_PadTriggerData
Definition:
NSW_PadTriggerData.h:19
CLID
uint32_t CLID
The Class ID type.
Definition:
Event/xAOD/xAODCore/xAODCore/ClassID_traits.h:47
Muon::NSW_PadTriggerDataContainer::NSW_PadTriggerDataContainer
NSW_PadTriggerDataContainer()
Definition:
NSW_PadTriggerDataContainer.cxx:5
Muon::NSW_PadTriggerData::string
std::string string() const
Definition:
NSW_PadTriggerData.cxx:86
Muon::NSW_PadTriggerDataContainer::classID
static const CLID & classID()
Definition:
NSW_PadTriggerDataContainer.cxx:11
Muon::operator<<
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)
Definition:
HedgehogBoard.cxx:11
Muon::NSW_PadTriggerDataContainer::clID
const CLID & clID() const override
Definition:
NSW_PadTriggerDataContainer.cxx:15
ClassID_traits::ID
static CLID ID()
Definition:
Control/AthenaKernel/AthenaKernel/ClassID_traits.h:44
IdentifiableContainerMT
Definition:
IdentifiableContainerMT.h:30
Generated on Fri Mar 14 2025 21:16:09 for ATLAS Offline Software by
1.8.18