Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRT_RAWDATABYTESTREAMCNV_TRT_RODENCODER_H
6 #define TRT_RAWDATABYTESTREAMCNV_TRT_RODENCODER_H
10 #include "GaudiKernel/ServiceHandle.h"
27 typedef std::vector<const RDO*>
VRDO;
63 #endif // TRT_RAWDATABYTESTREAMCNV_TRT_RODENCODER_H
This class provides conversion from TRT RDO to ROD format.
~TRT_RodEncoder()
destructor
void set_trt_cabling(const ServiceHandle< ITRT_CablingSvc > &trt_CablingSvc)
setCablingSvc
StatusCode fillROD(std::vector< uint32_t > &v)
conversion of ROD into ROD fragment
void addRdo(const RDO *rdo)
add RDO to internal vector
void setRodMinorVersion(unsigned short RodBlockVersion)
setRodMinorVersion
void set_trt_IdHelper(const TRT_ID *trt_id)
setId Helper
::StatusCode StatusCode
StatusCode definition for legacy code.
TRT_RodEncoder()
constructor
unsigned short m_RodBlockVersion
StatusCode fillROD3(std::vector< uint32_t > &v)
conversion of ROD into compressed ROD fragment
ServiceHandle< ITRT_CablingSvc > m_CablingSvc
std::vector< const RDO * > VRDO