ATLAS Offline Software
Global/GlobalSimulation/src/IO/jXETOBArray.cxx
Go to the documentation of this file.
1 // Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2 
3 #include "jXETOBArray.h"
4 
5 namespace GlobalSim {
6  jXETOBArray::jXETOBArray(const std::string & name, unsigned int reserve) :
7  TCS::InputTOBArray(name),
8  DataArrayImpl<TCS::jXETOB>(reserve)
9  {}
10 
11  void
12  jXETOBArray::print(std::ostream &o) const {
13  o << name() << std::endl;
14  for(const_iterator tob = begin(); tob != end(); ++tob)
15  o << **tob << std::endl;
16  }
17 }
GlobalSim::jXETOBArray::print
virtual void print(std::ostream &) const
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.cxx:12
jXETOBArray.h
TCS::DataArrayImpl< TCS::jXETOB >::const_iterator
data_t::const_iterator const_iterator
Definition: DataArrayImpl.h:18
GlobalSim::jXETOBArray::jXETOBArray
jXETOBArray(const std::string &name, unsigned int reserve)
Definition: Global/GlobalSimulation/src/IO/jXETOBArray.cxx:6
TCS::DataArray::name
const std::string & name() const
Definition: DataArray.h:20
TCS::DataArrayImpl< TCS::jXETOB >::end
iterator end()
Definition: DataArrayImpl.h:43
GlobalSim
AlgTool to obtain a GlobalSim::cTAUTOBArray This class uses ReadHandls to jFex and eFex Tau Rois If t...
Definition: dump.h:8
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
TCS::DataArrayImpl< TCS::jXETOB >::begin
iterator begin()
Definition: DataArrayImpl.h:40
TCS
Definition: Global/GlobalSimulation/src/IO/Decision.h:18