trackreco / mkFit

Vectorized, Parallelized Tracking
https://trackreco.github.io/
Apache License 2.0
17 stars 15 forks source link

filter out candidates with nans and negative diagonal covariance elements #373

Open slava77 opened 2 years ago

slava77 commented 2 years ago

this is a follow-up to cms-sw/cmssw#35798

unlike in the standalone setup, the run_OneIteration used in cmssw is missing check_nan_n_silly_*. This issue is to propose to add these checks and to track the progress.