ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Muon::IRPC_RDOtoByteStreamTool Class Referenceabstract

An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawEvent created: Sept 25, 2002, by Hong Ma requirements: typedef for CONTAINER class method statusCode convert(CONTAINER* cont, RawEvent* re, MsgStream& log );. More...

#include <IRPC_RDOtoByteStreamTool.h>

Inheritance diagram for Muon::IRPC_RDOtoByteStreamTool:
Collaboration diagram for Muon::IRPC_RDOtoByteStreamTool:

Public Member Functions

virtual StatusCode convert (RpcPadContainer *cont) const =0
 Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventWrite. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 

Detailed Description

An AlgTool class to provide conversion from LArRawChannelContainer to ByteStream, and fill it in RawEvent created: Sept 25, 2002, by Hong Ma requirements: typedef for CONTAINER class method statusCode convert(CONTAINER* cont, RawEvent* re, MsgStream& log );.

Adapted for Muons by Ketevi A. Assamagan Jan-14-2003, BNL Conversion of Rpc Pad Container to byte stream

Definition at line 27 of file MuonCnvToolInterfaces/MuonCnvToolInterfaces/IRPC_RDOtoByteStreamTool.h.

Member Function Documentation

◆ convert()

virtual StatusCode Muon::IRPC_RDOtoByteStreamTool::convert ( RpcPadContainer cont) const
pure virtual

Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventWrite.

Parameters
contRDO container which will be used to fill the raw event

Implemented in Muon::RpcPadContByteStreamTool.

◆ interfaceID()

static const InterfaceID& Muon::IRPC_RDOtoByteStreamTool::interfaceID ( )
inlinestatic

Definition at line 31 of file MuonCnvToolInterfaces/MuonCnvToolInterfaces/IRPC_RDOtoByteStreamTool.h.

31 { return IID_IRPC_RDOtoByteStreamTool; };

The documentation for this class was generated from the following file: