|
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; \
44 for(
size_t i = 0;
i < oldObj->
size(); ++
i ) {
59 MsgStream&
log )
const {
62 <<
"Somebody called xAODJetRoIContainerCnv_v1::transToPers"
64 throw std::runtime_error(
"Somebody called xAODJetRoIContainerCnv_v1::"
xAODJetRoIContainerCnv_v1()
Default constructor.
void clear()
Erase all the elements in the collection.
virtual void transToPers(const xAOD::JetRoIContainer *, xAOD::JetRoIContainer_v1 *, MsgStream &log) const override
Dummy function inherited from the base class.
value_type push_back(value_type pElem)
Add an element to the end of the collection.
virtual void persToTrans(const xAOD::JetRoIContainer_v1 *oldObj, xAOD::JetRoIContainer *newObj, MsgStream &log) const override
Function converting from the old type to the current one.
Class describing a LVL1 jet region of interest.
size_type size() const noexcept
Returns the number of elements in the collection.