|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #include "GaudiKernel/MsgStream.h"
53 return "SpacePointCollection";
57 sl <<
"SpacePointCollection: "
62 for (;
it!=itEnd;++
it) { sl<< (**it)<<
", ";}
69 sl <<
"SpacePointCollection: "
74 for (;
it!=itEnd;++
it) { sl<< (**it)<<
", ";}
Const iterator class for DataVector/DataList.
virtual Identifier identify() const override final
SpacePointCollection()=delete
virtual IdentifierHash identifyHash() const override final
virtual ~SpacePointCollection()
const IdentifierHash m_idHash
void setIdentifier(Identifier id)
virtual std::string type() const
Ensure that the ATLAS eigen extensions are properly loaded.
MsgStream & operator<<(MsgStream &sl, const SpacePointCollection &coll)
Overload of << operator for MsgStream for debug output.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.