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
bool trackFromSeedFitFailed(const reco::Track &track)