12#include "Identifier/Identifier.h"
20 MSG_VERBOSE(log,
"Pixel1RawDataCnv_p1::persToTrans called ");
23 if (this->
initialize(log) != StatusCode::SUCCESS) {
24 log << MSG::FATAL <<
"Could not initialize PixelClusterOnTrackCnv_p1 " <<
endmsg;
38 MSG_VERBOSE(log,
"Pixel1RawDataCnv_p1::transToPers called ");
48 SmartIF<StoreGateSvc> detStore{Gaudi::svcLocator()->service(
"DetectorStore")};
49 CHECK( detStore.isValid() );
52 return StatusCode::SUCCESS;
Helpers for checking error return status codes and reporting errors.
#define CHECK(...)
Evaluate an expression and check for errors.
#define MSG_VERBOSE(log, x)
value_type get_compact() const
Get the compact id.
Identifier32::value_type m_rdoId
virtual Identifier identify() const override final
unsigned int getWord() const
virtual void persToTrans(const InDetRawData_p1 *persObj, Pixel1RawData *transObj, MsgStream &log)
StatusCode initialize(MsgStream &log)
virtual void transToPers(const Pixel1RawData *transObj, InDetRawData_p1 *persObj, MsgStream &log)