|
ATLAS Offline Software
|
Go to the documentation of this file.
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; \
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 "
DataVector< HIEventShape_v1 > HIEventShapeContainer_v1
Container type for event info objects.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
virtual void persToTrans(const xAOD::HIEventShapeContainer_v1 *oldObj, xAOD::HIEventShapeContainer *newObj, MsgStream &log)
Function converting from the old type to the current one.
virtual void transToPers(const xAOD::HIEventShapeContainer *, xAOD::HIEventShapeContainer_v1 *, MsgStream &log)
Dummy function inherited from the base class.
Interface class for the HI reconstruction EDM.
#define ATH_MSG(MSG)
Convenience macro for printing messages in the converter.
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.
xAODHIEventShapeContainerCnv_v1()
Default constructor.
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.
size_type size() const noexcept
Returns the number of elements in the collection.