ATLAS Offline Software
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 
4 
5 TCS::jXETOBArray::jXETOBArray(const std::string & name, unsigned int reserve) :
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:195
TCS::jXETOBArray::jXETOBArray
jXETOBArray(const std::string &name, unsigned int reserve)
Definition: L1Topo/L1TopoEvent/Root/jXETOBArray.cxx:5
TCS::jXETOB
Definition: jXETOB.h:13