You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While one may not expect the dst-maker to properly continue on a corrupt LCIO file, it may be desirable to only put out a warning of the corruption and then continue.
Specifically, a file was encountered that had:
OtherElectron particles with an invalid track index of [0000000]
UnconstrainedVcCandidate particles with invalid daughter particles.
UnconstrainedVcCandidate particles with invalid ecal clusters.
A test is added to detect these conditions. If encountered, the corresponding track, daughter or cluster is skipped and a warning is printed.
The text was updated successfully, but these errors were encountered:
While one may not expect the dst-maker to properly continue on a corrupt LCIO file, it may be desirable to only put out a warning of the corruption and then continue.
Specifically, a file was encountered that had:
A test is added to detect these conditions. If encountered, the corresponding track, daughter or cluster is skipped and a warning is printed.
The text was updated successfully, but these errors were encountered: