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,
7  TrackQuality quality, float t0, float beta,
8  float covt0t0, float covbetabeta) :
9  TrackBase(chi2, ndof, vertex, momentum, charge, cov, algo, quality,
10  0,0, // nloops and stop reason
11  t0,beta,covt0t0,covbetabeta)
12 {
13  ;
14 }
15 
17 {
18 
19 }
20 
~Track() override
virtual destructor
Definition: Track.cc:16
Track()
default constructor
Definition: Track.h:34
TrackAlgorithm
track algorithm
Definition: TrackBase.h:99
This class analyses the reconstruction quality for a given track.
Definition: TrackQuality.h:28
fixed size matrix
Structure Point Contains parameters of Gaussian fits to DMRs.
Definition: DMRtrends.cc:55
math::XYZVector Vector
spatial vector
Definition: TrackBase.h:80