|
ATLAS Offline Software
|
Go to the documentation of this file.
13 rdoListAcc(
"rdoList");
16 const auto& values = globalPosAcc(*
this);
21 auto& values = globalPosAcc(*
this);
26 std::vector<Identifier::value_type> rdos(rdoList.size());
27 for (std::size_t
i(0);
i < rdos.size(); ++
i) {
28 rdos[
i] = rdoList[
i].get_compact();
30 rdoListAcc(*
this) = rdos;
34 const std::vector<Identifier::value_type>& values = rdoListAcc(*
this);
35 std::vector<Identifier> rdos(values.size());
36 for (std::size_t
i(0);
i < rdos.size(); ++
i) {
37 rdos[
i].set_literal(values[
i]);
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1, float, IP2D_pb, setIP2D_pb) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1
Helper class to provide type-safe access to aux data.
const std::vector< Identifier > rdoList() const
Returns the list of identifiers of the channels building the cluster.
void setRDOlist(const std::vector< Identifier > &rdolist)
Sets the list of identifiers of the channels building the cluster.
Eigen::Map< MeasVector< N > > VectorMap
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the strip cluster.
Eigen::Map< const MeasVector< N > > ConstVectorMap