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
The tests comparing the edm4hep and delphes outputs are broken with the current delphes master. Some bisecting points to this commit where things start to break (tested with [email protected]/06 and [email protected]/00). The tests break with something along the lines:
[...] lots of the following**** WARNING: No matching ReconstructedParticle was found for a Jet constituent**** WARNING: No matching ReconstructedParticle was found for a Jet constituent**** WARNING: No matching ReconstructedParticle was found for a Jet constituent**** WARNING: No matching ReconstructedParticle was found for a Delphes muon**** WARNING: No matching ReconstructedParticle was found for a Jet constituent**** WARNING: No matching ReconstructedParticle was found for a Jet constituent**** WARNING: No matching ReconstructedParticle was found for a Jet constituent[...] and then further downEVENT: 0MC relations of candidate 0 are different between delphes and edm4hep output+ seeds_file_cleanup+ cat /home/tmadlener/work/k4SimDelphes/build_root_6.24.00/tests/random_seeds.2JdYYVG5RANDOM SEED FOR DELPHES CARD = 5515RANDOM SEED FOR PYTHIA CMD = 4435
So basically the comparison fails at the first element already.
Previously there were 0 warnings for No matching ReconstructedParticle was found for a Jet constituent and essentially 0 for Delphes muons (the ones that appear are probably related to #48). After the commit mentioned above, it seems that not a single candidate can be matched any longer. From the diff in the commit it is not immediately clear to me why the candidate matching breaks so badly.
Additionally, the matching seems to be completely broken with [email protected]/08, or at least I cannot even find a good commit to start bisecting on with that version (e.g. 3.4.3pre10 works with 6.22/06 and 6.24/00 but not with 6.22/08).
The text was updated successfully, but these errors were encountered:
The tests comparing the edm4hep and delphes outputs are broken with the current delphes master. Some bisecting points to this commit where things start to break (tested with [email protected]/06 and [email protected]/00). The tests break with something along the lines:
So basically the comparison fails at the first element already.
Previously there were 0 warnings for
No matching ReconstructedParticle was found for a Jet constituent
and essentially 0 for Delphes muons (the ones that appear are probably related to #48). After the commit mentioned above, it seems that not a single candidate can be matched any longer. From the diff in the commit it is not immediately clear to me why the candidate matching breaks so badly.Additionally, the matching seems to be completely broken with [email protected]/08, or at least I cannot even find a good commit to start bisecting on with that version (e.g. 3.4.3pre10 works with 6.22/06 and 6.24/00 but not with 6.22/08).
The text was updated successfully, but these errors were encountered: