![]() |
ATLAS Offline Software
|
#include <Cluster.h>
Public Member Functions | |
| Cluster (double x_, double y_, double z_, bool isPhi_, Muon::MuonStationIndex::TechnologyIndex tIndex_, Muon::MuonStationIndex::PhiIndex pIndex_, bool isMatch_, int barcode_) | |
| Cluster (double x_, double y_, double z_, bool isPhi_, int tIndex_, int pIndex_, bool isMatch_, int barcode_) | |
| double | x () const |
| double | y () const |
| double | z () const |
| double | rSph () const |
| double | rCyl () const |
| double | phi () const |
| double | theta () const |
| double | eta () const |
| bool | isPhi () const |
| Muon::MuonStationIndex::TechnologyIndex | techIndex () const |
| Muon::MuonStationIndex::PhiIndex | phiIndex () const |
| bool | isMatch () const |
| int | barcode () const |
| bool | isSideA () const |
Public Attributes | |
| double | m_x |
| double | m_y |
| double | m_z |
| bool | m_isPhi |
| Muon::MuonStationIndex::TechnologyIndex | m_tIndex |
| Muon::MuonStationIndex::PhiIndex | m_pIndex |
| bool | m_isMatch |
| int | m_barcode |
| std::string | m_chamberId |
Definition at line 14 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/MuonLinearSegmentMakerUtilities/Cluster.h.
| Cluster::Cluster | ( | double | x_, |
| double | y_, | ||
| double | z_, | ||
| bool | isPhi_, | ||
| Muon::MuonStationIndex::TechnologyIndex | tIndex_, | ||
| Muon::MuonStationIndex::PhiIndex | pIndex_, | ||
| bool | isMatch_, | ||
| int | barcode_ ) |
Definition at line 14 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/src/Cluster.cxx.
| Cluster::Cluster | ( | double | x_, |
| double | y_, | ||
| double | z_, | ||
| bool | isPhi_, | ||
| int | tIndex_, | ||
| int | pIndex_, | ||
| bool | isMatch_, | ||
| int | barcode_ ) |
Definition at line 15 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/src/Cluster.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int ClusterSeg::Cluster::m_barcode |
| std::string ClusterSeg::Cluster::m_chamberId |
| bool ClusterSeg::Cluster::m_isMatch |
| bool ClusterSeg::Cluster::m_isPhi |
| Muon::MuonStationIndex::PhiIndex ClusterSeg::Cluster::m_pIndex |
| Muon::MuonStationIndex::TechnologyIndex ClusterSeg::Cluster::m_tIndex |
| double ClusterSeg::Cluster::m_x |
| double ClusterSeg::Cluster::m_y |
| double ClusterSeg::Cluster::m_z |