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;
74 std::vector<std::string>::const_iterator pId{
m_badElements.value().begin()};
75 std::vector<std::string>::const_iterator last{
m_badElements.value().end()};
77 for(; pId not_eq last; ++pId) {
78 success &=
m_badIds.insert(
Identifier(
static_cast<Identifier::value_type
>(atoll(pId->c_str())))).second;
80 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.