9#include "GaudiKernel/MsgStream.h"
29 for(
size_t i = 0; i < oldObj->
size(); ++i ) {
41 MsgStream& log )
const {
44 <<
"Somebody called xAODTauJetContainerCnv_v1::transToPers"
46 throw std::runtime_error(
"Somebody called xAODTauJetContainerCnv_v1::"
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.
void clear()
Erase all the elements in the collection.
virtual void persToTrans(const xAOD::TauJetContainer_v1 *oldObj, xAOD::TauJetContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::TauJetContainer *, xAOD::TauJetContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
xAODTauJetContainerCnv_v1()
Default constructor.
DataVector< xAOD::TauJet_v1 > TauJetContainer_v1
The container is a simple typedef for now.
TauJet_v3 TauJet
Definition of the current "tau version".
TauJetContainer_v3 TauJetContainer
Definition of the current "taujet container version".