![]() |
ATLAS Offline Software
|
#include <Cluster.h>
Public Member Functions | |
| SpacePoint (double eta_, double phi_, double z_, Muon::MuonStationIndex::TechnologyIndex tIndex_, Muon::MuonStationIndex::PhiIndex pIndex_, bool isMatch_, int barcode_, int eit_, int pit_) | |
| double | x () const |
| double | y () const |
| double | z () const |
| double | rSph () const |
| double | rCyl () const |
| double | phi () const |
| double | theta () const |
| double | eta () const |
| Muon::MuonStationIndex::TechnologyIndex | techIndex () const |
| Muon::MuonStationIndex::PhiIndex | phiIndex () const |
| bool | isMatch () const |
| int | barcode () const |
| int | eit () const |
| int | pit () const |
| bool | isTGC (int num) const |
| bool | isRPC (int num) const |
Public Attributes | |
| double | m_eta |
| double | m_phi |
| double | m_z |
| Muon::MuonStationIndex::TechnologyIndex | m_tIndex |
| Muon::MuonStationIndex::PhiIndex | m_pIndex |
| bool | m_isMatch |
| int | m_barcode |
| int | m_eit |
| int | m_pit |
Definition at line 48 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/MuonLinearSegmentMakerUtilities/Cluster.h.
| ClusterSeg::SpacePoint::SpacePoint | ( | double | eta_, |
| double | phi_, | ||
| double | z_, | ||
| Muon::MuonStationIndex::TechnologyIndex | tIndex_, | ||
| Muon::MuonStationIndex::PhiIndex | pIndex_, | ||
| bool | isMatch_, | ||
| int | barcode_, | ||
| int | eit_, | ||
| int | pit_ ) |
Definition at line 17 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/src/Cluster.cxx.
|
inline |
|
inline |
|
inline |
|
inline |
| bool ClusterSeg::SpacePoint::isRPC | ( | int | num | ) | const |
| bool ClusterSeg::SpacePoint::isTGC | ( | int | num | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 56 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/MuonLinearSegmentMakerUtilities/Cluster.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 52 of file MuonSpectrometer/MuonReconstruction/MuonRecUtils/MuonLinearSegmentMakerUtilities/MuonLinearSegmentMakerUtilities/Cluster.h.
|
inline |
|
inline |
| int ClusterSeg::SpacePoint::m_barcode |
| int ClusterSeg::SpacePoint::m_eit |
| double ClusterSeg::SpacePoint::m_eta |
| bool ClusterSeg::SpacePoint::m_isMatch |
| double ClusterSeg::SpacePoint::m_phi |
| Muon::MuonStationIndex::PhiIndex ClusterSeg::SpacePoint::m_pIndex |
| int ClusterSeg::SpacePoint::m_pit |
| Muon::MuonStationIndex::TechnologyIndex ClusterSeg::SpacePoint::m_tIndex |
| double ClusterSeg::SpacePoint::m_z |