![]() |
ATLAS Offline Software
|
The interface for AlgTool which provides conversion from RDO data to TGC digits and offline ID. More...
#include <ITGC_RDO_Decoder.h>
Public Member Functions | |
| DeclareInterfaceID (ITGC_RDO_Decoder, 1, 0) | |
| Provide interface ID of ITGC_RDO_Decoder. | |
| virtual void | applyPatch (bool patch)=0 |
| Set a flag for application of patch. | |
| virtual std::unique_ptr< TgcDigit > | getDigit (const EventContext &ctx, const TgcRawData &rawData, bool orFlag) const =0 |
| Get TGC Digit from TGC RDO. | |
| virtual Identifier | getOfflineData (const EventContext &ctx, const TgcRawData &rawData, bool orFlag, uint16_t &bctag) const =0 |
| Get offline ID and bcTag from TGC RDO. | |
The interface for AlgTool which provides conversion from RDO data to TGC digits and offline ID.
Definition at line 22 of file ITGC_RDO_Decoder.h.
|
pure virtual |
Set a flag for application of patch.
Need to describe when patch is required.
| Muon::ITGC_RDO_Decoder::DeclareInterfaceID | ( | ITGC_RDO_Decoder | , |
| 1 | , | ||
| 0 | ) |
Provide interface ID of ITGC_RDO_Decoder.
|
pure virtual |
|
pure virtual |
Get offline ID and bcTag from TGC RDO.