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 <IMDT_RDOtoByteStreamTool.h>
Public Member Functions | |
DeclareInterfaceID (IMDT_RDOtoByteStreamTool, 1, 0) | |
virtual StatusCode | convert (const MdtCsmContainer *cont, MsgStream &log) const =0 |
Conversion method, which takes the RDO container and converts it into raw data, filled into RawEventWrite. More... | |
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 25 of file MuonCnvToolInterfaces/MuonCnvToolInterfaces/IMDT_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 |
log | MsgStream to be filled by method. |
Muon::IMDT_RDOtoByteStreamTool::DeclareInterfaceID | ( | IMDT_RDOtoByteStreamTool | , |
1 | , | ||
0 | |||
) |