#include <TgcHitClustering.h>
Definition at line 19 of file TgcHitClustering.h.
◆ HitList
◆ Edge
Representation of the four edge points.
| Enumerator |
|---|
| LowEtaLowPhi | |
| LowEtaHighPhi | |
| HighEtaLowPhi | |
| HighEtaHighPhi | |
Definition at line 30 of file TgcHitClustering.h.
31 LowEtaLowPhi = 0,
32 LowEtaHighPhi,
33 HighEtaLowPhi,
34 HighEtaHighPhi
35 };
◆ TgcClusterObj3D()
| Muon::TgcClusterObj3D::TgcClusterObj3D |
( |
const HitList & | etaC, |
|
|
const HitList & | phiC ) |
|
inline |
◆ getEdge() [1/2]
Definition at line 36 of file TgcHitClustering.h.
36 {
38 }
std::array< Amg::Vector3D, 4 > m_edgePoints
◆ getEdge() [2/2]
◆ etaCluster
| HitList Muon::TgcClusterObj3D::etaCluster {} |
◆ m_edgePoints
Definition at line 44 of file TgcHitClustering.h.
constexpr std::array< T, N > make_array(const T &def_val)
Helper function to initialize in-place arrays with non-zero values.
◆ phiCluster
| HitList Muon::TgcClusterObj3D::phiCluster {} |
The documentation for this class was generated from the following file: