|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "GaudiKernel/MsgStream.h"
29 for(
size_t i = 0;
i < oldObj->
size(); ++
i ) {
41 MsgStream&
log )
const {
44 <<
"Somebody called xAODTauJetContainerCnv_v2::transToPers"
46 throw std::runtime_error(
"Somebody called xAODTauJetContainerCnv_v2::"
virtual void transToPers(const xAOD::TauJetContainer *, xAOD::TauJetContainer_v2 *, MsgStream &log) const override
Dummy function inherited from the base class.
xAODTauJetContainerCnv_v2()
Default constructor.
Class describing a tau jet.
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.
size_type size() const noexcept
Returns the number of elements in the collection.
virtual void persToTrans(const xAOD::TauJetContainer_v2 *oldObj, xAOD::TauJetContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.