Go to the documentation of this file.
8 #ifndef HOUGHTRACKSTUB_H_
9 #define HOUGHTRACKSTUB_H_
23 [[nodiscard]]
float R()
const {
return m_r; };
friend bool operator==(const HoughTrackStub &lhs, const HoughTrackStub &rhs)
Definition: HoughTrackStub.h:41
float m_r
Definition: HoughTrackStub.h:38
size_t SeedHitIndex() const
Gets the index of the seed hit within the hits vector.
Definition: Cluster.h:77
bool operator==(const HoughTrackStub &lhs, const HoughTrackStub &rhs)
Definition: HoughTrackStub.h:41
Definition: HoughTrackStub.h:16
float m_theta
Definition: HoughTrackStub.h:37
Tracker cluster object for transient data model.
Definition: Cluster.h:30
float R() const
Definition: HoughTrackStub.h:23
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
float Theta() const
Definition: HoughTrackStub.h:22
unsigned int cl1ID()
Definition: HoughTrackStub.h:25
HoughTrackStub(const HFCluster &cl1, const HFCluster &cl2, RefFrame::Axis dir1, RefFrame::Axis dir2)
Definition: HoughTrackStub.cpp:14
const std::vector< Hit > & Hits() const
Gets the hits forming the cluster.
Definition: Cluster.h:56
unsigned int m_cl2ID
Definition: HoughTrackStub.h:35
unsigned int m_cl1ID
Definition: HoughTrackStub.h:31
Axis
Aliases for the axes.
Definition: RefFrame.h:34
unsigned int cl2ID()
Definition: HoughTrackStub.h:26
Definition: HFCluster.h:21
bool ContainsCluster(const Cluster &cluster) const
Definition: HoughTrackStub.h:28