5#ifndef XAODINDETMEASUREMENT_VERSION_PIXELCLUSTER_V1_H
6#define XAODINDETMEASUREMENT_VERSION_PIXELCLUSTER_V1_H
9#include "Identifier/Identifier.h"
74 void setRDOlist(
const std::vector<Identifier>& rdolist);
77 void setRDOlist(std::vector<Identifier::value_type>&& rdolist);
80 void setRDOlist(std::span<Identifier::value_type> rdolist);
108 static const SG::AuxElement::Accessor<SG::JaggedVecElt<Identifier::value_type> >
s_rdoListAcc;
109 static const SG::AuxElement::Accessor<SG::JaggedVecElt<int> >
s_totListAcc;
An STL vector of pointers that by default owns its pointed-to elements.
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Helper class to provide type-safe access to aux data, specialized for JaggedVecElt.
Define structures for fast filling of xAOD objects.
Manage lookup of vectors of auxiliary data.
Helper class to provide constant type-safe access to aux data.
Class describing HGTD clusters.
SG::ConstAccessor< SG::JaggedVecElt< Identifier::value_type > >::element_type rdoList() const
Returns the list of identifiers of the channels building the cluster.
xAOD::UncalibMeasType type() const override final
Returns the type of the pixel cluster as a simple enumeration.
virtual ~PixelCluster_v1()=default
Virtual destructor.
void setChannelsInPhiEta(int channelsInPhi, int channelsInEta)
Sets the dimensions of the cluster in numbers of channels in phi (x) and eta (y) directions.
int channelsInPhi() const
Returns the dimensions of the cluster in numbers of channels in phi (x) and eta (y) directions,...
float energyLoss() const
Return the energy loss in the cluster in MeV.
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the pixel cluster.
SG::ConstAccessor< SG::JaggedVecElt< float > >::element_type chargeList() const
Returns the list of charges of the channels building the cluster.
static const SG::AuxElement::Accessor< SG::JaggedVecElt< int > > s_totListAcc
int lvl1a() const
Return the LVL1 accept.
void setChargelist(const std::vector< float > &charges)
Sets the list of charges of the channels building the cluster.
SG::ConstAccessor< SG::JaggedVecElt< int > >::element_type totList() const
Returns the list of ToT of the channels building the cluster.
int channelsInEta() const
static const SG::AuxElement::Accessor< SG::JaggedVecElt< int > > totListAcc()
float widthInEta() const
Returns the width of the cluster in phi (x) and eta (y) directions, respectively.
void setToTlist(const std::vector< int > &tots)
Sets the list of ToT of the channels building the cluster.
PixelCluster_v1()=default
Default constructor.
static const SG::AuxElement::Accessor< SG::JaggedVecElt< float > > s_chargeListAcc
static const SG::AuxElement::Accessor< SG::JaggedVecElt< Identifier::value_type > > rdoListAcc()
void setEnergyLoss(float dEdX)
Sets the energy loss in the cluster in MeV.
void setLVL1A(int lvl1a)
Sets the LVL1 accept.
static const SG::AuxElement::Accessor< SG::JaggedVecElt< float > > chargeListAcc()
static const SG::AuxElement::Accessor< SG::JaggedVecElt< Identifier::value_type > > s_rdoListAcc
void setRDOlist(const std::vector< Identifier > &rdolist)
Sets the list of identifiers of the channels building the cluster.
void setWidthInEta(float widthInEta)
Sets the width of the cluster in eta (y) direction.
unsigned int numDimensions() const override final
Returns the number of dimensions of the measurement.
UncalibratedMeasurement_v1()=default
Default constructor.
DetectorIDHashType identifierHash() const
Returns the IdentifierHash of the measurement (corresponds to the detector element IdentifierHash).
DetectorIdentType identifier() const
Returns the full Identifier of the measurement.
Define structures for fast filling of xAOD objects.
VariableStruct(SG::AuxVectorData &cont)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
SG::AuxElement::Accessor< std::array< float, N > > PosAccessor
xAOD Accessor to the position
Eigen::Map< MeasVector< N > > VectorMap
long unsigned int DetectorIdentType
UncalibMeasType
Define the type of the uncalibrated measurement.
SG::AuxElement::Accessor< std::array< float, N *N > > CovAccessor
xAOD Accessor to the covariance
unsigned int DetectorIDHashType
@ detector ID element hash
Eigen::Map< const MeasVector< N > > ConstVectorMap
xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< float > chargeList
AUXSTORE_VARSTRUCT_VAR(int, lvl1a)
xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< int > totList
ClusterVars(SG::AuxVectorData &cont, unsigned int n_cluster_rdos)
AUXSTORE_VARSTRUCT_VAR(xAOD::PosAccessor< 2 >::element_type, localPositionDim2)
AUXSTORE_VARSTRUCT_VAR(xAOD::DetectorIdentType, identifier)
AUXSTORE_VARSTRUCT_VAR(xAOD::PosAccessor< 3 >::element_type, globalPosition)
AUXSTORE_VARSTRUCT_VAR(xAOD::DetectorIDHashType, identifierHash)
AUXSTORE_VARSTRUCT_VAR(int, channelsInPhi)
AUXSTORE_VARSTRUCT_VAR(float, widthInEta)
AUXSTORE_VARSTRUCT_VAR(int, channelsInEta)
xAOD::xAODInDetMeasurement::Utilities::JaggedVecEltCache< Identifier::value_type > rdoList
AUXSTORE_VARSTRUCT_VAR(xAOD::CovAccessor< 2 >::element_type, localCovarianceDim2)