#include <ISCT_ByteStreamErrorsTool.h>
|
virtual | ~ISCT_ByteStreamErrorsTool ()=default |
|
| DeclareInterfaceID (ISCT_ByteStreamErrorsTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
virtual std::set< IdentifierHash > | getErrorSet (int errorType) const =0 |
|
virtual std::set< IdentifierHash > | getErrorSet (int errorType, const EventContext &ctx) const =0 |
|
virtual unsigned int | tempMaskedChips (const Identifier &moduleId) const =0 |
| Temporary status of chips for a particular module (packed as 1st 12 bits of unsigned int) More...
|
|
virtual unsigned int | tempMaskedChips (const Identifier &moduleId, const EventContext &ctx) const =0 |
|
virtual unsigned int | abcdErrorChips (const Identifier &moduleId) const =0 |
| Status ABCD errors of chips for a particular module (packed as 1st 12 bits of unsigned int) More...
|
|
virtual unsigned int | abcdErrorChips (const Identifier &moduleId, const EventContext &ctx) const =0 |
|
| DeclareInterfaceID (ISCT_ConditionsTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
virtual bool | canReportAbout (InDetConditions::Hierarchy h) const =0 |
| Return whether this service can report on the hierarchy level (e.g. module, chip...) More...
|
|
virtual bool | isGood (const Identifier &elementId, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| Summarise the result from the service as good/bad. More...
|
|
virtual bool | isGood (const Identifier &elementId, const EventContext &ctx, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
|
virtual bool | isGood (const IdentifierHash &hashId) const =0 |
|
virtual bool | isGood (const IdentifierHash &hashId, const EventContext &ctx) const =0 |
|
virtual void | getDetectorElementStatus (const EventContext &ctx, InDet::SiDetectorElementStatus &element_status, SG::WriteCondHandle< InDet::SiDetectorElementStatus > *whandle) const =0 |
|
Definition at line 50 of file ISCT_ByteStreamErrorsTool.h.
◆ ~ISCT_ByteStreamErrorsTool()
virtual ISCT_ByteStreamErrorsTool::~ISCT_ByteStreamErrorsTool |
( |
| ) |
|
|
virtualdefault |
◆ abcdErrorChips() [1/2]
virtual unsigned int ISCT_ByteStreamErrorsTool::abcdErrorChips |
( |
const Identifier & |
moduleId | ) |
const |
|
pure virtual |
Status ABCD errors of chips for a particular module (packed as 1st 12 bits of unsigned int)
◆ abcdErrorChips() [2/2]
virtual unsigned int ISCT_ByteStreamErrorsTool::abcdErrorChips |
( |
const Identifier & |
moduleId, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
◆ canReportAbout()
Return whether this service can report on the hierarchy level (e.g. module, chip...)
◆ DeclareInterfaceID() [1/2]
Creates the InterfaceID and interfaceID() method.
◆ DeclareInterfaceID() [2/2]
Creates the InterfaceID and interfaceID() method.
◆ getDetectorElementStatus()
◆ getErrorSet() [1/2]
virtual std::set<IdentifierHash> ISCT_ByteStreamErrorsTool::getErrorSet |
( |
int |
errorType | ) |
const |
|
pure virtual |
◆ getErrorSet() [2/2]
virtual std::set<IdentifierHash> ISCT_ByteStreamErrorsTool::getErrorSet |
( |
int |
errorType, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
◆ isGood() [1/4]
◆ isGood() [2/4]
Summarise the result from the service as good/bad.
◆ isGood() [3/4]
◆ isGood() [4/4]
◆ tempMaskedChips() [1/2]
virtual unsigned int ISCT_ByteStreamErrorsTool::tempMaskedChips |
( |
const Identifier & |
moduleId | ) |
const |
|
pure virtual |
Temporary status of chips for a particular module (packed as 1st 12 bits of unsigned int)
◆ tempMaskedChips() [2/2]
virtual unsigned int ISCT_ByteStreamErrorsTool::tempMaskedChips |
( |
const Identifier & |
moduleId, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: