ATLAS Offline Software
|
#include <HoughDataPerSec.h>
Public Types | |
using | HitVec = MuonHough::HitVec |
using | PhiHitVec = MuonHough::PhiHitVec |
using | MaximumVec = std::vector< std::shared_ptr< MuonHough::MuonLayerHough::Maximum > > |
using | PhiMaximumVec = std::vector< std::shared_ptr< MuonHough::MuonPhiLayerHough::Maximum > > |
typedef std::vector< HitVec > | RegionHitVec |
typedef std::vector< PhiHitVec > | RegionPhiHitVec |
typedef std::map< MuonHough::MuonLayerHough::Maximum *, MaximumVec > | MaximumAssociationMap |
typedef std::vector< MaximumVec > | RegionMaximumVec |
typedef std::vector< PhiMaximumVec > | RegionPhiMaximumVec |
Public Member Functions | |
HoughDataPerSec () | |
~HoughDataPerSec ()=default | |
int | maxEtaHits () const |
Public Attributes | |
int | sector |
RegionHitVec | hitVec |
RegionPhiHitVec | phiHitVec |
RegionMaximumVec | maxVec |
RegionPhiMaximumVec | phiMaxVec |
std::vector< int > | nlayersWithMaxima |
std::vector< int > | nphilayersWithMaxima |
std::vector< int > | nmaxHitsInRegion |
std::vector< int > | nphimaxHitsInRegion |
MaximumAssociationMap | maxAssociationMap |
std::set< MuonHough::MuonLayerHough::Maximum * > | associatedToOtherSector |
Definition at line 20 of file HoughDataPerSec.h.
Definition at line 21 of file HoughDataPerSec.h.
typedef std::map<MuonHough::MuonLayerHough::Maximum*, MaximumVec> Muon::HoughDataPerSec::MaximumAssociationMap |
Definition at line 29 of file HoughDataPerSec.h.
using Muon::HoughDataPerSec::MaximumVec = std::vector<std::shared_ptr<MuonHough::MuonLayerHough::Maximum> > |
Definition at line 24 of file HoughDataPerSec.h.
Definition at line 22 of file HoughDataPerSec.h.
using Muon::HoughDataPerSec::PhiMaximumVec = std::vector<std::shared_ptr<MuonHough::MuonPhiLayerHough::Maximum> > |
Definition at line 25 of file HoughDataPerSec.h.
typedef std::vector<HitVec> Muon::HoughDataPerSec::RegionHitVec |
Definition at line 27 of file HoughDataPerSec.h.
typedef std::vector<MaximumVec> Muon::HoughDataPerSec::RegionMaximumVec |
Definition at line 30 of file HoughDataPerSec.h.
typedef std::vector<PhiHitVec> Muon::HoughDataPerSec::RegionPhiHitVec |
Definition at line 28 of file HoughDataPerSec.h.
typedef std::vector<PhiMaximumVec> Muon::HoughDataPerSec::RegionPhiMaximumVec |
Definition at line 31 of file HoughDataPerSec.h.
|
inline |
Definition at line 33 of file HoughDataPerSec.h.
|
default |
|
inline |
Definition at line 62 of file HoughDataPerSec.h.
std::set<MuonHough::MuonLayerHough::Maximum*> Muon::HoughDataPerSec::associatedToOtherSector |
Definition at line 59 of file HoughDataPerSec.h.
RegionHitVec Muon::HoughDataPerSec::hitVec |
Definition at line 49 of file HoughDataPerSec.h.
MaximumAssociationMap Muon::HoughDataPerSec::maxAssociationMap |
Definition at line 57 of file HoughDataPerSec.h.
RegionMaximumVec Muon::HoughDataPerSec::maxVec |
Definition at line 51 of file HoughDataPerSec.h.
std::vector<int> Muon::HoughDataPerSec::nlayersWithMaxima |
Definition at line 53 of file HoughDataPerSec.h.
std::vector<int> Muon::HoughDataPerSec::nmaxHitsInRegion |
Definition at line 55 of file HoughDataPerSec.h.
std::vector<int> Muon::HoughDataPerSec::nphilayersWithMaxima |
Definition at line 54 of file HoughDataPerSec.h.
std::vector<int> Muon::HoughDataPerSec::nphimaxHitsInRegion |
Definition at line 56 of file HoughDataPerSec.h.
RegionPhiHitVec Muon::HoughDataPerSec::phiHitVec |
Definition at line 50 of file HoughDataPerSec.h.
RegionPhiMaximumVec Muon::HoughDataPerSec::phiMaxVec |
Definition at line 52 of file HoughDataPerSec.h.
int Muon::HoughDataPerSec::sector |
Definition at line 48 of file HoughDataPerSec.h.