#include <RecSegment.h>
Public Member Functions | |
virtual double | chi2 () const =0 |
Chi2 of the segment fit. | |
virtual int | degreesOfFreedom () const =0 |
Degrees of freedom of the segment fit. | |
virtual int | dimension () const =0 |
Dimension (in parameter space) | |
virtual LocalVector | localDirection () const =0 |
Local direction. | |
virtual LocalError | localDirectionError () const =0 |
Error on the local direction. | |
RecSegment (TrackingRecHit::id_type id=0) | |
RecSegment (DetId id) | |
virtual | ~RecSegment () |
Destructor. |
Base class for reconstructed segments.
In addition to RecHit, it has direction, chi2 and other stuff
Definition at line 29 of file RecSegment.h.
RecSegment::RecSegment | ( | DetId | id | ) | [inline] |
Definition at line 32 of file RecSegment.h.
: TrackingRecHit(id) {}
RecSegment::RecSegment | ( | TrackingRecHit::id_type | id = 0 | ) | [inline] |
Definition at line 33 of file RecSegment.h.
: TrackingRecHit(id) {}
virtual RecSegment::~RecSegment | ( | ) | [inline, virtual] |
virtual double RecSegment::chi2 | ( | ) | const [pure virtual] |
Chi2 of the segment fit.
Implemented in GCC11_FINAL< T, TOPO >, DTRecSegment2D, and DTRecSegment4D.
virtual int RecSegment::degreesOfFreedom | ( | ) | const [pure virtual] |
Degrees of freedom of the segment fit.
Implemented in GCC11_FINAL< T, TOPO >, DTRecSegment2D, and DTRecSegment4D.
virtual int RecSegment::dimension | ( | ) | const [pure virtual] |
Dimension (in parameter space)
Implements TrackingRecHit.
Implemented in GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, DTRecSegment2D, DTRecSegment4D, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
virtual LocalVector RecSegment::localDirection | ( | ) | const [pure virtual] |
Local direction.
Implemented in GCC11_FINAL< T, TOPO >, DTRecSegment2D, and DTRecSegment4D.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch().
virtual LocalError RecSegment::localDirectionError | ( | ) | const [pure virtual] |
Error on the local direction.
Implemented in GCC11_FINAL< T, TOPO >, DTRecSegment2D, and DTRecSegment4D.
Referenced by TrackDetectorAssociator::addTAMuonSegmentMatch().