Go to the source code of this file.
◆ initThe2DPhiProjMatrix()
◆ initThe2DZProjMatrix()
◆ initThe4DProjectionMatrix()
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const DTRecSegment4D & |
seg |
|
) |
| |
Definition at line 217 of file DTRecSegment4D.cc.
References DTRecSegment4D::chi2(), DTRecSegment4D::degreesOfFreedom(), DTRecSegment4D::dimension(), DTRecSegment4D::hasPhi(), DTRecSegment4D::hasZed(), DTRecSegment4D::localDirection(), DTRecSegment4D::localPosition(), l1tGTMenu_BTagSeeds_cff::os, DTRecSegment4D::phiSegment(), DTRecSegment2D::recHits(), and DTRecSegment4D::zSegment().
bool hasPhi() const
Does it have the Phi projection?
LocalVector localDirection() const override
Local direction in Chamber frame.
int dimension() const override
Dimension (in parameter space)
LocalPoint localPosition() const override
Local position in Chamber frame.
const DTSLRecSegment2D * zSegment() const
The Z segment: 0 if not zed projection available.
std::vector< const TrackingRecHit * > recHits() const override
Access to component RecHits (if any)
const DTChamberRecSegment2D * phiSegment() const
The superPhi segment: 0 if no phi projection available.
int degreesOfFreedom() const override
Degrees of freedom of the segment fit.
bool hasZed() const
Does it have the Z projection?
double chi2() const override
Chi2 of the segment fit.
◆ the2DPhiProjMatrix
◆ the2DZProjMatrix
◆ the4DProjectionMatrix