CMS 3D CMS Logo

trackFromSeedFitFailed.h
Go to the documentation of this file.
1 #ifndef Validation_RecoTrack_trackFomSeedFitFailed_h
2 #define Validation_RecoTrack_trackFomSeedFitFailed_h
3 
5 
7  // these magic values denote a case where the fit has failed
8  return track.chi2() < 0 && track.ndof() < 0 && track.charge() == 0;
9 }
10 
11 #endif
HLT_FULL_cff.track
track
Definition: HLT_FULL_cff.py:11779
Track.h
reco::Track
Definition: Track.h:27
trackFromSeedFitFailed
bool trackFromSeedFitFailed(const reco::Track &track)
Definition: trackFromSeedFitFailed.h:6