#include <TgcRdoContByteStreamTool.h>
An AthAlgTool provides conversion between TGC bareRDO and ByteStream, and fills it in RawEvent.
- Author
- Susumu Oda Susum.nosp@m.u.Od.nosp@m.a@cer.nosp@m.n.ch
This class was developed by Tadashi Maeno based on RpcPadContByteStream written by Ketevi A. Assamagan.
Definition at line 32 of file TgcRdoContByteStreamTool.h.
◆ TgcRdoContByteStreamTool()
Muon::TgcRdoContByteStreamTool::TgcRdoContByteStreamTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~TgcRdoContByteStreamTool()
Muon::TgcRdoContByteStreamTool::~TgcRdoContByteStreamTool |
( |
| ) |
|
|
virtualdefault |
◆ convert()
Convert RDO container to Byte Stream.
Definition at line 48 of file TgcRdoContByteStreamTool.cxx.
53 "TgcRdoContByteStream") );
59 std::map<uint32_t, TgcROD_Encoder> mapEncoder;
64 for(; it_col != it_col_end; ++it_col)
70 mapEncoder[rodId].setRdo(*it_col);
76 for(; it_map != it_map_end; ++it_map)
82 ((*it_map).second).fillROD( *theROD ) ;
85 return StatusCode::SUCCESS;
◆ finalize()
StatusCode Muon::TgcRdoContByteStreamTool::finalize |
( |
| ) |
|
|
overridevirtual |
◆ initialize()
StatusCode Muon::TgcRdoContByteStreamTool::initialize |
( |
| ) |
|
|
overridevirtual |
◆ m_byteStreamCnvSvc
◆ m_hid2re
The documentation for this class was generated from the following files: