|
ATLAS Offline Software
|
Go to the documentation of this file.
12 MsgStream&
msg )
const
16 std::vector<MuonSpShower_p1*>::const_iterator
it = pers->
m_showers.begin(), itEnd = pers->
m_showers.end();
17 for ( ;
it!=itEnd; ++
it ) {
31 for ( ;
it!=itEnd; ++
it ) {
Persisent representation of the transient Rec::MuonSpShowerContainer class.
Const iterator class for DataVector/DataList.
virtual void transToPers(const Rec::MuonSpShowerContainer *trans, MuonSpShowerContainer_p1 *pers, MsgStream &msg) const override
Method creating the persistent representation MuonSpShowerContainer_p1 from its transient representat...
Name: MuonSpContainer.h Package : offline/Reconstruction/MuonIdentification/muonEvent.
virtual PERS * createPersistentConst(const TRANS *transObj, MsgStream &log) const
virtual void persToTrans(const MuonSpShowerContainer_p1 *pers, Rec::MuonSpShowerContainer *trans, MsgStream &msg) const override
Method creating the transient representation of MuonSpShowerContainer from its persistent representat...
void clear()
Erase all the elements in the collection.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
std::vector< MuonSpShower_p1 * > m_showers
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
Persisent representation of the transient Rec::MuonSpShower class.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.
virtual TRANS * createTransientConst(const PERS *persObj, MsgStream &log) const