#include <ISCT_ReadCalibChipDataTool.h>
|
virtual | ~ISCT_ReadCalibChipDataTool ()=default |
| Destructor. More...
|
|
| DeclareInterfaceID (ISCT_ReadCalibChipDataTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
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. More...
|
|
virtual std::vector< float > | getNPtGainData (const Identifier &moduleId, const int side, const std::string &datatype) const =0 |
| Get NPtGain data per wafer. More...
|
|
virtual std::vector< float > | getNoiseOccupancyData (const Identifier &moduleId, const int side, const std::string &datatype, const EventContext &ctx) const =0 |
| Get NoiseOccupancy data wafer. More...
|
|
virtual std::vector< float > | getNoiseOccupancyData (const Identifier &moduleId, const int side, const std::string &datatype) const =0 |
| Get NoiseOccupancy data wafer. More...
|
|
| 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 |
|
◆ ~ISCT_ReadCalibChipDataTool()
virtual ISCT_ReadCalibChipDataTool::~ISCT_ReadCalibChipDataTool |
( |
| ) |
|
|
virtualdefault |
◆ 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()
◆ getNoiseOccupancyData() [1/2]
virtual std::vector<float> ISCT_ReadCalibChipDataTool::getNoiseOccupancyData |
( |
const Identifier & |
moduleId, |
|
|
const int |
side, |
|
|
const std::string & |
datatype |
|
) |
| const |
|
pure virtual |
Get NoiseOccupancy data wafer.
◆ getNoiseOccupancyData() [2/2]
virtual std::vector<float> ISCT_ReadCalibChipDataTool::getNoiseOccupancyData |
( |
const Identifier & |
moduleId, |
|
|
const int |
side, |
|
|
const std::string & |
datatype, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
Get NoiseOccupancy data wafer.
◆ getNPtGainData() [1/2]
virtual std::vector<float> ISCT_ReadCalibChipDataTool::getNPtGainData |
( |
const Identifier & |
moduleId, |
|
|
const int |
side, |
|
|
const std::string & |
datatype |
|
) |
| const |
|
pure virtual |
Get NPtGain data per wafer.
◆ getNPtGainData() [2/2]
virtual std::vector<float> ISCT_ReadCalibChipDataTool::getNPtGainData |
( |
const Identifier & |
moduleId, |
|
|
const int |
side, |
|
|
const std::string & |
datatype, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
Get NPtGain data per wafer.
◆ isGood() [1/4]
◆ isGood() [2/4]
Summarise the result from the service as good/bad.
◆ isGood() [3/4]
◆ isGood() [4/4]
The documentation for this class was generated from the following file: