JeffersonLab / sim-recon

Simulation and Reconstruction for GlueX
9 stars 14 forks source link

Missing track candidates? #1190

Closed zihlmann closed 6 years ago

zihlmann commented 6 years ago

when looping over Wire-based tracks and time-based tracks and checking their candidatid number it happens quite often that the number of candidate tracks is smaller than the candidateid number of the wirebased or timebased track! I would have expected that this should never be possible. formally:

DTrackCandidate.size() < DTrackWireBased.candidateid DTrackCandidate.size() < DTrackTimeBased.candidateid

can someone reproduce this?

zihlmann commented 6 years ago

wrong location for this issue moved it to halld_recon