ATLAS Offline Software
|
An AlgTool class to provide conversion from TRT RDO container to ByteStream, and fill it in RawEvent created: Oct 25, 2002, by Hong Ma requirements: typedef for CONTAINER class method StatusCode convert(CONTAINER* cont, RawEvent* re, MsgStream& log );. More...
#include <TRTRawContByteStreamTool.h>
Public Types | |
typedef TRT_RDORawData | RDO |
typedef InDetRawDataCollection< RDO > | TRTRawCollection |
Public Member Functions | |
TRTRawContByteStreamTool (const std::string &type, const std::string &name, const IInterface *parent) | |
constructor More... | |
virtual | ~TRTRawContByteStreamTool () |
destructor More... | |
virtual StatusCode | initialize () override |
virtual StatusCode | finalize () override |
virtual StatusCode | convert (TRT_RDO_Container *cont) const override |
New convert method which makes use of the encoder class (as done for other detectors) More... | |
Private Attributes | |
ServiceHandle< IByteStreamCnvSvc > | m_byteStreamCnvSvc { this, "ByteStreamCnvSvc", "ByteStreamCnvSvc" } |
ServiceHandle< ITRT_CablingSvc > | m_trt_CablingSvc |
const TRT_ID * | m_trt_idHelper |
unsigned short | m_RodBlockVersion |
An AlgTool class to provide conversion from TRT RDO container to ByteStream, and fill it in RawEvent created: Oct 25, 2002, by Hong Ma requirements: typedef for CONTAINER class method StatusCode convert(CONTAINER* cont, RawEvent* re, MsgStream& log );.
Definition at line 33 of file TRTRawContByteStreamTool.h.
Definition at line 38 of file TRTRawContByteStreamTool.h.
Definition at line 41 of file TRTRawContByteStreamTool.h.
TRTRawContByteStreamTool::TRTRawContByteStreamTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
|
virtualdefault |
destructor
|
overridevirtual |
New convert method which makes use of the encoder class (as done for other detectors)
Definition at line 71 of file TRTRawContByteStreamTool.cxx.
|
overridevirtual |
Definition at line 60 of file TRTRawContByteStreamTool.cxx.
|
overridevirtual |
Definition at line 42 of file TRTRawContByteStreamTool.cxx.
|
private |
Definition at line 58 of file TRTRawContByteStreamTool.h.
|
private |
Definition at line 64 of file TRTRawContByteStreamTool.h.
|
private |
Definition at line 61 of file TRTRawContByteStreamTool.h.
Definition at line 63 of file TRTRawContByteStreamTool.h.