11#include "GaudiKernel/MsgStream.h"
22#define MSGLVL MSG::INFO
25#define ATH_MSG( MSG ) \
27 if( log.level() <= MSGLVL ) { \
28 log << MSGLVL << MSG << endmsg; \
54 for (
size_t i = 0; i < newObj->
size(); ++i) {
57 newInt.setStore( newObj);
59 for (
size_t i = 0; i < newObj->
size(); ++i) {
61 uint32_t pattern = newInt[i]->roiWord()&0xffff;
62 newInt[i]->setThrPattern(pattern);
74 MsgStream& log )
const {
77 <<
"Somebody called xAODEmTauRoIAuxContainerCnv_v1::transToPers"
79 throw std::runtime_error(
"Somebody called xAODEmTauRoIAuxContainerCnv_v1::"
value_type push_back(value_type pElem)
Add an element to the end of the collection.
xAODEmTauRoIAuxContainerCnv_v1()
Default constructor.
virtual void persToTrans(const xAOD::EmTauRoIAuxContainer_v1 *oldObj, xAOD::EmTauRoIAuxContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::EmTauRoIAuxContainer *, xAOD::EmTauRoIAuxContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
virtual bool resize(size_t size) override
Resize the arrays to a given size.
virtual size_t size() const override
Get the size of the container.
Auxiliary store for the LVL1 em/tau RoI container.
@ CPRoIWord
This is a Run 1 EM/Tau RoI word.
Helper to copy an aux store while applying thinning.
void copyAuxStoreThinned(const SG::IConstAuxStore &orig, SG::IAuxStore ©, const SG::ThinningInfo *info)
Helper to copy an aux store while applying thinning.
EmTauRoIContainer_v2 EmTauRoIContainer
EmTauRoIAuxContainer_v2 EmTauRoIAuxContainer