ATLAS Offline Software
gTETOBArray.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::gTETOBArray::gTETOBArray(const std::string & name, unsigned int reserve) :
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:192
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