Skip to content

fix bugs, add TruthMatcherAlg

Frederic Renner requested to merge truthMatcher into master
  • fix a few bugs
  • TruthMatcherAlg matches the paired jets from the resolved analysis to the truths coming from H and S. It adds a truth_match_resolved option to the RunConfig.yaml and decorates a few vars for the resolved analysis:
                    "h1_closestTruthBsHaveSameInitialParticle",
                    "h2_closestTruthBsHaveSameInitialParticle",
                    "h1_dR_leadingJet_closestTruthB",
                    "h1_dR_subleadingJet_closestTruthB",
                    "h2_dR_leadingJet_closestTruthB",
                    "h2_dR_subleadingJet_closestTruthB",

related #21 (closed)

Edited by Frederic Renner

Merge request reports