Skip to content

Draft: Add Xbb Truth Labelling Tool

Samuel Van Stroud requested to merge (removed):22.0-addXbbLabel into 22.0

Add a small tool to decorate large-R jets. The tool decorates AntiKt10UFOCSSKSoftDropBeta100Zcut10Jets during FTAG derivations. The result is saved by default in the output files.

For the moment the labels are:

namespace Xbb {
  enum XbbLabel {
    QCDother=0,
    Top,
    WBoson,
    ZBoson,
    Hbb,
    Hcc,
  };
}

Tagging @dguest @biliu @fdibello @vdao @arelycg @vvecchio

Edited by Samuel Van Stroud

Merge request reports