 |
ATLAS Offline Software
|
Go to the documentation of this file.
3 #ifndef MUONR4_MUONPATTERNEVENT_HOUGHSEGMENTSEED__H
4 #define MUONR4_MUONPATTERNEVENT_HOUGHSEGMENTSEED__H
30 std::vector<HitType>&&
hits,
const SpacePointBucket * parentBucket() const
Returns the bucket out of which the seed was formed.
std::vector< HitType > m_hits
List of associated hits.
Amg::Vector3D localPosition() const
Returns the position of the seed in the sector frame.
A spectrometer sector forms the envelope of all chambers that are placed in the same MS sector & laye...
: The muon space point bucket represents a collection of points that will bre processed together in t...
double tanPhi() const
Returns the angle from the phi extension.
SegmentFit::Parameters Parameters
double m_counts
Effective countsfrom the hough seed.
SegmentSeed(double tanTheta, double interceptY, double tanPhi, double interceptX, double counts, std::vector< HitType > &&hits, const SpacePointBucket *bucket)
Constructor to write a segment seed from an eta maximum and a valid phi extension.
double tanTheta() const
Returns the angular coordinate of the eta transform.
bool hasPhiExtension() const
check whether the segment seed includes a valid phi extension
double interceptY() const
Returns the intercept coordinate of the eta transform.
const std::vector< HitType > & getHitsInMax() const
Returns the list of assigned hits.
bool m_hasPhiExt
Does the sed have a phi extension.
const SpacePointBucket * m_parent
Pointer to the parent.
Parameters m_pars
Set of defining parameters.
const SpacePoint * HoughHitType
The muon space point is the combination of two uncalibrated measurements one of them measures the eta...
double interceptX() const
Returns the intercept from the phi extension.
Eigen::Matrix< double, 3, 1 > Vector3D
This header ties the generic definitions in this package.
Amg::Vector3D localDirection() const
Returns the direction of the seed in the sector frame.
Data class to represent an eta maximum in hough space.
Representation of a segment seed (a fully processed hough maximum) produced by the hough transform.
const Parameters & parameters() const
Returns the parameter array.
AmgVector(Acts::toUnderlying(ParamDefs::nPars)) Parameters
const MuonGMR4::SpectrometerSector * msSector() const
Returns the associated chamber.