|
| 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 > | getNPtGainData (const Identifier &moduleId, const int side, const std::string &datatype) 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.
|
| virtual std::vector< float > | getNoiseOccupancyData (const Identifier &moduleId, const int side, const std::string &datatype) 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, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| | Summarise the result from the service as good/bad.
|
| 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 |