22 base_class(
type, name, parent) {
30 return StatusCode::FAILURE;
35 if (detStore()->retrieve(
m_pHelper,
"SCT_ID").isFailure()) {
37 return StatusCode::FAILURE;
40 return StatusCode::SUCCESS;
46 return StatusCode::SUCCESS;
84 std::vector<std::string>::const_iterator pId{
m_badElements.value().begin()};
85 std::vector<std::string>::const_iterator last{
m_badElements.value().end()};
87 for(; pId not_eq last; ++pId) {
88 success &=
m_badIds.insert(
Identifier(
static_cast<Identifier::value_type
>(atoll(pId->c_str())))).second;
90 return (success ? StatusCode::SUCCESS : StatusCode::FAILURE);
This is an Identifier helper class for the SCT subdetector.
Header file for AthHistogramAlgorithm.
This is a "hash" representation of an Identifier.