8 #define EVENT_TRACK_H 1
48 virtual int getType()
const = 0;
53 virtual float getD0()
const = 0;
58 virtual float getPhi()
const = 0;
69 virtual float getZ0()
const = 0;
94 virtual float getChi2()
const = 0;
98 virtual int getNdf()
const = 0;
102 virtual float getdEdx()
const = 0;
virtual const TrackVec & getTracks() const =0
The tracks that have been combined to this track.
Track lcobject_type
Useful typedef for template programming with LCIO.
The generic object that is held in an LCCollection.
virtual const TrackStateVec & getTrackStates() const =0
Returns track states associtated to this track.
std::vector< Track * > TrackVec
Vector of (pointers to) Tracks.
virtual const float * getReferencePoint() const =0
Reference point of the track parameters.
virtual ~Track()
Destructor.
virtual const TrackerHitVec & getTrackerHits() const =0
Optionaly ( check/set flag(LCIO::TRBIT_HITS)==1) return the hits that have been used to create this t...
virtual float getRadiusOfInnermostHit() const =0
The radius of the innermost hit that has been used in the track fit.
The LCIO TrackState class.
virtual float getdEdx() const =0
dEdx of the track.
virtual float getD0() const =0
Impact paramter of the track in (r-phi).
virtual const FloatVec & getCovMatrix() const =0
Covariance matrix of the track parameters.
virtual const TrackState * getClosestTrackState(float x, float y, float z) const =0
Returns track state closest to the given point.
virtual float getdEdxError() const =0
Error of dEdx.
virtual int getNdf() const =0
Number of degrees of freedom of the track fit.
virtual float getZ0() const =0
Impact paramter of the track in (r-z).
virtual float getChi2() const =0
True if the reference point is the point of closest approach.
virtual float getTanLambda() const =0
Lambda is the dip angle of the track in r-z at the reference point.
virtual const IntVec & getSubdetectorHitNumbers() const =0
A vector that holds the number of hits in particular subdetectors.
virtual float getOmega() const =0
Omega is the signed curvature of the track in [1/mm].
virtual float getPhi() const =0
Phi of the track at the reference point.
virtual int getType() const =0
Flagword that defines the type of track.
virtual const TrackState * getTrackState(int location) const =0
Returns track state for the given location - or NULL if not found.