|
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]);
49 chanPhiAcc(*
this) = channelsInPhi;
51 chanEtaAcc(*
this) = channelsInEta;
59 omegaXAcc(*
this) = omegaX;
61 omegaYAcc(*
this) = omegaY;
84 void xAOD::PixelCluster_v1::setSplitProbabilities(
float prob1,
float prob2) {
86 prob1Acc(*
this) = prob1;
88 prob2Acc(*
this) = prob2;
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.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
bool isSplit(int matchInfo)
AUXSTORE_PRIMITIVE_SETTER_WITH_CAST(CompositeParticle_v1, float, double, px, setPx) AUXSTORE_PRIMITIVE_SETTER_WITH_CAST(CompositeParticle_v1
AUXSTORE_PRIMITIVE_GETTER_WITH_CAST(Muon_v1, uint8_t, Muon_v1::EnergyLossType, energyLossType) AUXSTORE_PRIMITIVE_SETTER_WITH_CAST(Muon_v1
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the pixel cluster.
void setOmegas(float omegax, float omegay)
Sets omegax and omegay, i.e.
Eigen::Map< MeasVector< N > > VectorMap
#define AUXSTORE_PRIMITIVE_GETTER(CL, TYPE, NAME)
Macro creating the reader function for a primitive auxiliary property.
Eigen::Map< const MeasVector< N > > ConstVectorMap
AUXSTORE_OBJECT_SETTER_AND_GETTER(CaloRings_v1, RingSetLinks, ringSetLinks, setRingSetLinks) unsigned CaloRings_v1