11#include "GaudiKernel/MsgStream.h"
17#define MSGLVL MSG::DEBUG
20#define ATH_MSG( MSG ) \
22 if( log.level() <= MSGLVL ) { \
23 log << MSGLVL << MSG << endmsg; \
29 xAOD::HIEventShapeContainer_v1 >() {
39 ATH_MSG(
"Converting xAOD::HIEventShapeContainer_v1 to current version..." );
46 for(
size_t i = 0; i < oldObj->
size(); ++i ) {
51 ATH_MSG(
"Converting xAOD::HIEventShapeContainer_v1 to current version "
64 log << MSG::ERROR <<
"xAODHIEventShapeContainerCnv_v1::transToPers got "
66 throw std::runtime_error(
"xAODHIEventShapeContainerCnv_v1::transToPers got "
TPConverterBase< TRANS, PERS > T_AthenaPoolTPCnvBase
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::HIEventShapeContainer_v1 *oldObj, xAOD::HIEventShapeContainer *newObj, MsgStream &log)
Function converting from the old type to the current one.
xAODHIEventShapeContainerCnv_v1()
Default constructor.
virtual void transToPers(const xAOD::HIEventShapeContainer *, xAOD::HIEventShapeContainer_v1 *, MsgStream &log)
Dummy function inherited from the base class.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
DataVector< HIEventShape_v1 > HIEventShapeContainer_v1
Container type for event info objects.
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.
HIEventShape_v2 HIEventShape
Definition of the latest event info version.