![]() |
ATLAS Offline Software
|
#include <ISCT_ReadCalibChipDataTool.h>
Public Member Functions | |
| virtual | ~ISCT_ReadCalibChipDataTool ()=default |
| Destructor. | |
| DeclareInterfaceID (ISCT_ReadCalibChipDataTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual std::vector< float > | getNPtGainData (const Identifier &moduleId, const int side, const std::string &datatype, const EventContext &ctx) const =0 |
| Get NPtGain data per wafer. | |
| virtual std::vector< float > | getNoiseOccupancyData (const Identifier &moduleId, const int side, const std::string &datatype, const EventContext &ctx) const =0 |
| Get NoiseOccupancy data wafer. | |
| DeclareInterfaceID (ISCT_ConditionsTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual bool | canReportAbout (InDetConditions::Hierarchy h) const =0 |
| Return whether this service can report on the hierarchy level (e.g. module, chip...). | |
| virtual bool | isGood (const Identifier &elementId, const EventContext &ctx, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| Summarise the result from the service as good/bad. | |
| 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 19 of file ISCT_ReadCalibChipDataTool.h.
|
virtualdefault |
Destructor.
|
pure virtualinherited |
Return whether this service can report on the hierarchy level (e.g. module, chip...).
|
inherited |
Creates the InterfaceID and interfaceID() method.
| ISCT_ReadCalibChipDataTool::DeclareInterfaceID | ( | ISCT_ReadCalibChipDataTool | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtualinherited |
|
pure virtual |
Get NoiseOccupancy data wafer.
|
pure virtual |
Get NPtGain data per wafer.
|
pure virtualinherited |
Summarise the result from the service as good/bad.
|
pure virtualinherited |