ATLAS Offline Software
|
#include <ITGC_RDO_Decoder.h>
Public Member Functions | |
virtual void | applyPatch (bool patch)=0 |
Set a flag for application of patch. More... | |
virtual TgcDigit * | getDigit (const TgcRawData *rawData, bool orFlag) const =0 |
Get TGC Digit from TGC RDO. More... | |
virtual Identifier | getOfflineData (const TgcRawData *rawData, bool orFlag, uint16_t &bctag) const =0 |
Get offline ID and bcTag from TGC RDO. More... | |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Provide interface ID of ITGC_RDO_Decoder. More... | |
The interface for AlgTool which provides conversion from RDO data to TGC digits and offline ID.
Definition at line 24 of file ITGC_RDO_Decoder.h.
|
pure virtual |
Set a flag for application of patch.
Need to describe when patch is required.
Implemented in Muon::TgcRDO_Decoder.
|
pure virtual |
Implemented in Muon::TgcRDO_Decoder.
|
pure virtual |
Get offline ID and bcTag from TGC RDO.
Implemented in Muon::TgcRDO_Decoder.
|
inlinestatic |
Provide interface ID of ITGC_RDO_Decoder.
Definition at line 28 of file ITGC_RDO_Decoder.h.