Validation
RecoTrack
interface
trackFromSeedFitFailed.h
Go to the documentation of this file.
1
#ifndef Validation_RecoTrack_trackFomSeedFitFailed_h
2
#define Validation_RecoTrack_trackFomSeedFitFailed_h
3
4
#include "
DataFormats/TrackReco/interface/Track.h
"
5
6
inline
bool
trackFromSeedFitFailed
(
const
reco::Track
&
track
) {
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
Generated for CMSSW Reference Manual by
1.8.16