ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoEvent
Root
gTETOBArray.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/gTETOBArray.h
"
4
5
TCS::gTETOBArray::gTETOBArray
(
const
std::string &
name
,
unsigned
int
reserve) :
6
InputTOBArray
(
name
),
7
DataArrayImpl
<
gTETOB
>(reserve)
8
{}
9
10
void
11
TCS::gTETOBArray::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::DataArrayImpl< gTETOB >::const_iterator
data_t::const_iterator const_iterator
Definition:
DataArrayImpl.h:18
PlotCalibFromCool.begin
begin
Definition:
PlotCalibFromCool.py:94
TCS::gTETOB
Definition:
gTETOB.h:13
mergePhysValFiles.end
end
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
gTETOBArray.h
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TCS::gTETOBArray::print
virtual void print(std::ostream &) const
Definition:
gTETOBArray.cxx:11
TCS::gTETOBArray::gTETOBArray
gTETOBArray(const std::string &name, unsigned int reserve)
Definition:
gTETOBArray.cxx:5
Generated on Thu Nov 7 2024 21:16:00 for ATLAS Offline Software by
1.8.18