5#ifndef XAODINDETMEASUREMENT_VERSION_STRIPCLUSTER_V1_H
6#define XAODINDETMEASUREMENT_VERSION_STRIPCLUSTER_V1_H
9#include "Identifier/Identifier.h"
39 const std::vector<Identifier>
rdoList()
const;
51 void setRDOlist(
const std::vector<Identifier>& rdolist);
53 void setRDOlist(std::vector<Identifier::value_type>&& rdolist);
An STL vector of pointers that by default owns its pointed-to elements.
#define DATAVECTOR_BASE(T, BASE)
Declare base class info to DataVector.
Class describing strip clusters.
ConstVectorMap< 3 > globalPosition() const
Returns the global position of the strip cluster.
virtual ~StripCluster_v1()=default
Virtual destructor.
void setRDOlist(const std::vector< Identifier > &rdolist)
Sets the list of identifiers of the channels building the cluster.
int channelsInPhi() const
Returns the dimensions of the cluster in numbers of channels in phi (x), respectively.
StripCluster_v1()=default
Default constructor.
xAOD::UncalibMeasType type() const override final
Returns the type of the strip cluster as a simple enumeration.
unsigned int numDimensions() const override final
Returns the number of dimensions of the measurement.
const std::vector< Identifier > rdoList() const
Returns the list of identifiers of the channels building the cluster.
void setChannelsInPhi(int channelsInPhi)
Sets the dimensions of the cluster in numbers of channels in phi (x)
UncalibratedMeasurement_v1()=default
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Eigen::Map< MeasVector< N > > VectorMap
UncalibMeasType
Define the type of the uncalibrated measurement.
Eigen::Map< const MeasVector< N > > ConstVectorMap