ATLAS Offline Software
gXETOBArray.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::gXETOBArray::gXETOBArray(const std::string & name, unsigned int reserve) :
7  DataArrayImpl<gXETOB>(reserve)
8 {}
9 
10 void
11 TCS::gXETOBArray::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::gXETOBArray::print
virtual void print(std::ostream &) const
Definition: gXETOBArray.cxx:11
TCS::DataArrayImpl< gXETOB >::const_iterator
data_t::const_iterator const_iterator
Definition: DataArrayImpl.h:18
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
gXETOBArray.h
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
TCS::InputTOBArray
Definition: InputTOBArray.h:15
TCS::gXETOB
Definition: gXETOB.h:13
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
TCS::gXETOBArray::gXETOBArray
gXETOBArray(const std::string &name, unsigned int reserve)
Definition: gXETOBArray.cxx:5