ATLAS Offline Software
Loading...
Searching...
No Matches
PixelCluster_v1.cxx File Reference
Include dependency graph for PixelCluster_v1.cxx:

Go to the source code of this file.

Functions

 AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (xAOD::PixelCluster_v1, float, widthInEta, setWidthInEta) AUXSTORE_OBJECT_SETTER_AND_GETTER(xAOD

Function Documentation

◆ AUXSTORE_PRIMITIVE_SETTER_AND_GETTER()

AUXSTORE_PRIMITIVE_SETTER_AND_GETTER ( xAOD::PixelCluster_v1 ,
float ,
widthInEta ,
setWidthInEta  )

Definition at line 63 of file PixelCluster_v1.cxx.

89 {
90 static const SG::AuxElement::Accessor<float> prob1Acc("splitProbability1");
91 prob1Acc(*this) = prob1;
92 static const SG::AuxElement::Accessor<float> prob2Acc("splitProbability2");
93 prob2Acc(*this) = prob2;
94}
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572