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

static const SG::AuxElement::Accessor< xAOD::ArrayFloat3globalPosAcc ("globalPosition")
 AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (xAOD::PixelCluster_v1, float, totalCharge, setTotalCharge) void xAOD

Function Documentation

◆ AUXSTORE_PRIMITIVE_SETTER_AND_GETTER()

AUXSTORE_PRIMITIVE_SETTER_AND_GETTER ( xAOD::PixelCluster_v1 ,
float ,
totalCharge ,
setTotalCharge  )

Definition at line 64 of file PixelCluster_v1.cxx.

72 {
73 static const SG::AuxElement::Accessor<int> chanPhiAcc("channelsInPhi");
74 chanPhiAcc(*this) = channelsInPhi;
75 static const SG::AuxElement::Accessor<int> chanEtaAcc("channelsInEta");
76 chanEtaAcc(*this) = channelsInEta;
77}

◆ globalPosAcc()

const SG::AuxElement::Accessor< xAOD::ArrayFloat3 > globalPosAcc ( "globalPosition" )
static