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
Trigger
TrigT1
L1Topo
L1TopoEvent
Root
L1Topo/L1TopoEvent/Root/cTauTOBArray.cxx
Go to the documentation of this file.
1
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
#include "
L1TopoEvent/cTauTOBArray.h
"
4
#include "
L1TopoEvent/TOBArray.h
"
5
#include "
L1TopoEvent/GenericTOB.h
"
6
7
TCS::cTauTOBArray::cTauTOBArray
(
const
std::string &
name
,
unsigned
int
reserve) :
8
InputTOBArray
(
name
),
9
DataArrayImpl
<
cTauTOB
>(reserve)
10
{}
11
12
void
13
TCS::cTauTOBArray::print
(std::ostream &o)
const
{
14
o <<
name
() << std::endl;
15
for
(
const_iterator
tob =
begin
(); tob !=
end
(); ++tob)
16
o << **tob << std::endl;
17
}
18
TCS::cTauTOBArray::print
virtual void print(std::ostream &) const
Definition:
L1Topo/L1TopoEvent/Root/cTauTOBArray.cxx:13
TCS::DataArrayImpl< cTauTOB >::const_iterator
data_t::const_iterator const_iterator
Definition:
DataArrayImpl.h:18
PlotCalibFromCool.begin
begin
Definition:
PlotCalibFromCool.py:94
mergePhysValFiles.end
end
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TOBArray.h
TCS::cTauTOBArray::cTauTOBArray
cTauTOBArray(const std::string &name, unsigned int reserve)
Definition:
L1Topo/L1TopoEvent/Root/cTauTOBArray.cxx:7
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
GenericTOB.h
TCS::cTauTOB
Definition:
cTauTOB.h:13
cTauTOBArray.h
Generated on Thu Mar 20 2025 21:09:12 for ATLAS Offline Software by
1.8.18