ATLAS Offline Software
Loading...
Searching...
No Matches
StripCluster_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODINDETMEASUREMENT_VERSION_STRIPCLUSTER_V1_H
6#define XAODINDETMEASUREMENT_VERSION_STRIPCLUSTER_V1_H
7
9#include "Identifier/Identifier.h"
11
12namespace xAOD {
13
16
18
19 public:
21 StripCluster_v1() = default;
23 virtual ~StripCluster_v1() = default;
24
27
32 unsigned int numDimensions() const override final { return 1; }
33
37
39 const std::vector<Identifier> rdoList() const;
40
43 int channelsInPhi() const;
44
46
49
51 void setRDOlist(const std::vector<Identifier>& rdolist);
53 void setRDOlist(std::vector<Identifier::value_type>&& rdolist);
56
58};
59
60} // namespace xAOD
63
64#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
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