ATLAS Offline Software
LateMuonTOBArray.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3 */
4 // LateMuonTOBArray.cxx
5 // TopoCore
6 // Based on MuonTOBArray created by Joerg Stelzer on 11/17/12.
7 
9 
10 TCS::LateMuonTOBArray::LateMuonTOBArray(const std::string & name, unsigned int reserve) :
12  DataArrayImpl<LateMuonTOB>(reserve)
13 {}
14 
15 void
16 TCS::LateMuonTOBArray::print(std::ostream &o) const {
17  o << name() << std::endl;
18  for(const_iterator tob = begin(); tob != end(); ++tob)
19  o << **tob << std::endl;
20 }
TCS::LateMuonTOB
Definition: LateMuonTOB.h:13
TCS::DataArrayImpl< LateMuonTOB >::const_iterator
data_t::const_iterator const_iterator
Definition: DataArrayImpl.h:18
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
TCS::LateMuonTOBArray::print
virtual void print(std::ostream &) const
Definition: LateMuonTOBArray.cxx:16
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
TCS::DataArrayImpl
Definition: DataArrayImpl.h:13
TCS::LateMuonTOBArray::LateMuonTOBArray
LateMuonTOBArray(const std::string &name, unsigned int reserve)
Definition: LateMuonTOBArray.cxx:10
TCS::InputTOBArray
Definition: InputTOBArray.h:15
LateMuonTOBArray.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192