ATLAS Offline Software
Loading...
Searching...
No Matches
PixelCluster_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODINDETMEASUREMENT_VERSION_PIXELCLUSTER_V1_H
6#define XAODINDETMEASUREMENT_VERSION_PIXELCLUSTER_V1_H
7
9#include "Identifier/Identifier.h"
12
13namespace xAOD {
14
17
19
20 public:
22 PixelCluster_v1() = default;
24 virtual ~PixelCluster_v1() = default;
25
28
33 unsigned int numDimensions() const override final { return 2; }
34
38
40 const std::vector<Identifier> rdoList() const;
41
44 int channelsInPhi() const;
45 int channelsInEta() const;
46
49 float widthInEta() const;
50
52 const std::vector<int>& totList() const;
53
55 const std::vector<float>& chargeList() const;
56
58 float energyLoss() const;
59
61 int lvl1a() const;
62
64
67
69 void setRDOlist(const std::vector<Identifier>& rdolist);
70
72 void setRDOlist(std::vector<Identifier::value_type>&& rdolist);
73
77
80
82 void setToTlist(const std::vector<int>& tots);
83 void setToTlist(std::vector<int>&& tots);
84
86 void setChargelist(const std::vector<float>& charges);
87 void setChargelist(std::vector<float>&& charges);
88
90 void setEnergyLoss(float dEdX);
91
93 void setLVL1A(int lvl1a);
94
96
99
116
118};
119
120} // namespace xAOD
123#endif
An STL vector of pointers that by default owns its pointed-to elements.
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Definition DataVector.h:649
Define structures for fast filling of xAOD objects.
typename AuxDataTraits< T, ALLOC >::element_type element_type
Class describing HGTD clusters.
const std::vector< float > & chargeList() const
Returns the list of charges 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.
const std::vector< int > & totList() const
Returns the list of ToT of the channels building the cluster.
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.
const std::vector< Identifier > rdoList() const
Returns the list of identifiers of the channels building the cluster.
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the pixel cluster.
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.
int channelsInEta() const
void setChargelist(std::vector< float > &&charges)
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.
void setEnergyLoss(float dEdX)
Sets the energy loss in the cluster in MeV.
void setToTlist(std::vector< int > &&tots)
void setLVL1A(int lvl1a)
Sets the LVL1 accept.
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.
Eigen::Map< MeasVector< N > > VectorMap
long unsigned int DetectorIdentType
UncalibMeasType
Define the type of the uncalibrated measurement.
unsigned int DetectorIDHashType
@ detector ID element hash
Eigen::Map< const MeasVector< N > > ConstVectorMap
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(std::vector< Identifier::value_type >, rdoList)
AUXSTORE_VARSTRUCT_VAR(xAOD::DetectorIDHashType, identifierHash)
AUXSTORE_VARSTRUCT_VAR(std::vector< int >, totList)
AUXSTORE_VARSTRUCT_VAR(int, channelsInPhi)
AUXSTORE_VARSTRUCT_VAR(float, widthInEta)
AUXSTORE_VARSTRUCT_VAR(int, channelsInEta)
AUXSTORE_VARSTRUCT_VAR(xAOD::CovAccessor< 2 >::element_type, localCovarianceDim2)