29 base_class(
type, name, parent)
39 return StatusCode::SUCCESS;
45 return StatusCode::SUCCESS;
59 if (badIds==
nullptr) {
60 ATH_MSG_ERROR(
"IdentifierSet cannot be retrieved in isGood. true is returned.");
65 bool result{badIds->find(moduleId) == badIds->end()};
71 const EventContext& ctx{Gaudi::Hive::currentContext()};
73 return isGood(elementId, ctx,
h);
85 const EventContext& ctx{Gaudi::Hive::currentContext()};
87 return isGood(hashId, ctx);
94 if (not condDataHandle.
isValid() || !condDataHandle.
cptr()) {
102 if (badIds==
nullptr) {
103 ATH_MSG_ERROR(
"IdentifierSet cannot be retrieved in isGood. true is returned.");
107 if (status.empty()) {
108 status.resize(
m_pHelper->wafer_hash_max(),
true);
111 for (
int side_i=0; side_i<2; ++side_i) {
117 status.at(
m_pHelper->wafer_hash(wafer_id) ) =
false;
129 return condData.
cptr();
#define ATH_CHECK
Evaluate an expression and check for errors.
std::set< Identifier > IdentifierSet
IdentifierSet is std::set of Identifier and used in SCT_RODVetoCondAlg and SCT_RODVetoTool.
This is an Identifier helper class for the SCT subdetector.
Handle class for reading from StoreGate.
Header file for AthHistogramAlgorithm.
This is a "hash" representation of an Identifier.
const std::vector< bool > & getElementStatus() const
const_pointer_type cptr()
void addDependency(const EventIDRange &range)