|
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.
A spectrometer sector forms the envelope of all chambers that are placed in the same MS sector & laye...
AmgVector(toInt(ParamDefs::nPars)) Parameters
: 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
Amg::Vector3D positionInChamber() const
Returns the position of the seed in the sector frame.
double m_counts
Effective countsfrom the hough seed.
HoughMaximum::HitType HoughHitType
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.
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.
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.
Amg::Vector3D directionInChamber() const
Returns the direction of the seed in the sector frame.
const MuonGMR4::SpectrometerSector * msSector() const
Returns the associated chamber.