CMS 3D CMS Logo

Track.cc
Go to the documentation of this file.
2 
3 using namespace reco;
4 
5 Track::Track(double chi2, double ndof, const Point &vertex, const Vector &momentum,
8  TrackBase(chi2, ndof, vertex, momentum, charge, cov, algo, quality)
9 {
10  ;
11 }
12 
14 {
15 
16 }
17 
Track()
default constructor
Definition: Track.h:34
TrackAlgorithm
track algorithm
Definition: TrackBase.h:99
virtual ~Track()
virtual destructor
Definition: Track.cc:13
math::XYZPoint Point
point in the space
Definition: TrackBase.h:83
This class analyses the reconstruction quality for a given track.
Definition: TrackQuality.h:28
fixed size matrix
math::XYZVector Vector
spatial vector
Definition: TrackBase.h:80