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