ATLAS Offline Software
|
Interface for Athena Algorithm Tool to convert from SCT RDO to ROD format BysteStream. More...
#include <ISCT_RodEncoder.h>
Public Member Functions | |
DeclareInterfaceID (ISCT_RodEncoder, 1, 0) | |
Creates the InterfaceID and interfaceID() method. More... | |
virtual | ~ISCT_RodEncoder ()=default |
Destructor. More... | |
virtual void | fillROD (std::vector< uint32_t > &vec32Data, const uint32_t &robID, const std::vector< const SCT_RDORawData * > &vecRDOs) const =0 |
Convert method. More... | |
Interface for Athena Algorithm Tool to convert from SCT RDO to ROD format BysteStream.
Convert collections of RDO's to a vector of 32 bit word.
This class inherits from IAlgTool.
Definition at line 32 of file ISCT_RodEncoder.h.
|
virtualdefault |
Destructor.
ISCT_RodEncoder::DeclareInterfaceID | ( | ISCT_RodEncoder | , |
1 | , | ||
0 | |||
) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Convert method.