ATLAS Offline Software
Loading...
Searching...
No Matches
MuonNextBCTOBArray.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4// MuonNextBCTOBArray.cxx
5// TopoCore
6// Based on MuonTOBArray Created by Joerg Stelzer on 11/17/12.
7
9
10TCS::MuonNextBCTOBArray::MuonNextBCTOBArray(const std::string & name, unsigned int reserve) :
13{}
14
15void
16TCS::MuonNextBCTOBArray::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}
data_t::const_iterator const_iterator
DataArrayImpl(unsigned int reserve=0)
const std::string & name() const
Definition DataArray.h:20
InputTOBArray(const std::string &name)
virtual void print(std::ostream &) const
MuonNextBCTOBArray(const std::string &name, unsigned int reserve)