Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
PixelCluster_v1.cxx File Reference
#include "xAODCore/AuxStoreAccessorMacros.h"
#include "xAODInDetMeasurement/versions/PixelCluster_v1.h"
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
Helper class to provide type-safe access to aux data.
Definition: Control/AthContainers/AthContainers/Accessor.h:68