|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    9 #include "GaudiKernel/MsgStream.h" 
   10 #include "GaudiKernel/StatusCode.h" 
   11 #include "GaudiKernel/DataObject.h" 
   12 #include "GaudiKernel/IRegistry.h" 
   20   : 
Converter(storageType(), classID(), svcloc)
 
   39   return StatusCode::SUCCESS;
 
   59     return StatusCode::FAILURE;
 
   64   const std::string 
nm = *(pRE_Addr->par());
 
   65   const std::string nmAux = 
nm + 
"Aux.";
 
   74   return StatusCode::SUCCESS;
 
   79   ATH_MSG_DEBUG(
"Nothing to be done for xAOD::EventInfo createReps");
 
   80   return StatusCode::SUCCESS;
 
  
def finalize(self)
_info( "content of StoreGate..." ) self.sg.dump()
EventInfo_v1 EventInfo
Definition of the latest event info version.
uint64_t eventNumber() const
The current event's event number.
virtual StatusCode createObj(IOpaqueAddress *pAddr, DataObject *&pObj) override
converter method to create object
static long storageType()
virtual StatusCode initialize() override
uint32_t runNumber() const
The current event's run number.
DataObject * asStorable(SG::DataObjectSharedPtr< T > pObject)
static const CLID & classID()
msgSvc
Provide convenience handles for various services.
void setStore(const SG::IConstAuxStore *store)
Set the store associated with this object.
Object reference supporting deferred reading from StoreGate.
::StatusCode StatusCode
StatusCode definition for legacy code.
IOpaqueAddress for ByteStreamCnvSvc, with ROB ids.
Class to provide easy MsgStream access and capabilities.
#define CHECK(...)
Evaluate an expression and check for errors.
uint32_t CLID
The Class ID type.
static constexpr long storageType()
EventInfoByteStreamxAODCnv(ISvcLocator *svcloc)
Helpers for checking error return status codes and reporting errors.
Class describing the basic event information.
#define ATH_MSG_WARNING(x)
virtual StatusCode createRep(DataObject *pObj, IOpaqueAddress *&pAddr) override
converter method to write object
virtual StatusCode finalize() override