ATLAS Offline Software
|
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>
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 () |
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.
|
pure virtual |
Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventWrite.
cont | RDO container which will be used to fill the raw event |
Implemented in Muon::RpcPadContByteStreamTool.
|
inlinestatic |
Definition at line 31 of file MuonCnvToolInterfaces/MuonCnvToolInterfaces/IRPC_RDOtoByteStreamTool.h.