11const SG::AuxElement::Accessor<SG::JaggedVecElt<Identifier::value_type> >
19 std::vector<Identifier::value_type> rdos(
rdoList.size());
20 for (std::size_t i(0); i < rdos.size(); ++i) {
21 rdos[i] =
rdoList[i].get_compact();
27const SG::AuxElement::Accessor<SG::JaggedVecElt<int> >
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration.
void setRDOlist(std::vector< Identifier::value_type > &&rdoList)
Sets the list of identifiers of the channels building the cluster.
static const SG::AuxElement::Accessor< SG::JaggedVecElt< Identifier::value_type > > s_rdoListAcc
static const SG::AuxElement::Accessor< SG::JaggedVecElt< int > > s_totListAcc
SG::ConstAccessor< SG::JaggedVecElt< Identifier::value_type > >::element_type rdoList() const
Returns the list of identifiers of the channels building the cluster.
void setToTlist(const std::vector< int > &tots)
Sets the list of ToT of the channels building the cluster.