|
| virtual | ~ITileBadChanTool () |
| virtual const TileBchStatus & | getAdcStatus (const HWIdentifier &adc_id, const EventContext &ctx) const =0 |
| | Return Tile ADC status.
|
| virtual const TileBchStatus & | getAdcStatus (const HWIdentifier &adc_id) const =0 |
| | Return Tile ADC status.
|
| virtual const TileBchStatus & | getAdcStatus (unsigned int drawerIdx, unsigned int channel, unsigned int adc, const EventContext &ctx) const =0 |
| | Return Tile ADC status.
|
| virtual const TileBchStatus & | getAdcStatus (unsigned int drawerIdx, unsigned int channel, unsigned int adc) const =0 |
| | Return Tile ADC status.
|
| virtual const TileBchStatus & | getChannelStatus (const HWIdentifier &channel_id, const EventContext &ctx) const =0 |
| | Return Tile channel status.
|
| virtual const TileBchStatus & | getChannelStatus (const HWIdentifier &channel_id) const =0 |
| | Return Tile channel status.
|
| virtual const TileBchStatus & | getChannelStatus (unsigned int drawerIdx, unsigned int channel, const EventContext &ctx) const =0 |
| | Return Tile channel status.
|
| virtual const TileBchStatus & | getChannelStatus (unsigned int drawerIdx, unsigned int channel) const =0 |
| | Return Tile channel status.
|
| virtual uint32_t | encodeStatus (const TileBchStatus &status) const =0 |
| virtual const std::vector< float > & | getTripsProbabilities (unsigned int ros, const EventContext &ctx) const =0 |
| | Return trips probabilities for all Tile drawers.
|
| virtual const std::vector< float > & | getTripsProbabilities (unsigned int ros) const =0 |
| | Return trips probabilities for all Tile drawers.
|
| virtual bool | isDrawerMasked (unsigned int frag_id, const EventContext &ctx) const =0 |
| | Check if Tile drawer is masked completely.
|
| virtual bool | isDrawerMasked (unsigned int frag_id) const =0 |
| | Check if Tile drawer is masked completely.
|
| | DeclareInterfaceID (ITileBadChanTool, 1, 0) |
An abstract inteface to get Tile channel and ADC status.
Definition at line 21 of file ITileBadChanTool.h.