ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoEvent
Root
L1Topo/L1TopoEvent/Root/jXETOBArray.cxx
Go to the documentation of this file.
1
// Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
#include "
L1TopoEvent/jXETOBArray.h
"
4
5
TCS::jXETOBArray::jXETOBArray
(
const
std::string &
name
,
unsigned
int
reserve) :
6
InputTOBArray
(
name
),
7
DataArrayImpl
<
jXETOB
>(reserve)
8
{}
9
10
void
11
TCS::jXETOBArray::print
(std::ostream &o)
const
{
12
o <<
name
() << std::endl;
13
for
(
const_iterator
tob =
begin
(); tob !=
end
(); ++tob)
14
o << **tob << std::endl;
15
}
TCS::jXETOBArray::print
virtual void print(std::ostream &) const
Definition:
L1Topo/L1TopoEvent/Root/jXETOBArray.cxx:11
jXETOBArray.h
TCS::DataArrayImpl< jXETOB >::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
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TCS::jXETOBArray::jXETOBArray
jXETOBArray(const std::string &name, unsigned int reserve)
Definition:
L1Topo/L1TopoEvent/Root/jXETOBArray.cxx:5
TCS::jXETOB
Definition:
jXETOB.h:13
Generated on Thu Nov 7 2024 21:18:41 for ATLAS Offline Software by
1.8.18