Skip to content

Collection of small fixes

Sebastien Wertz requested to merge smallFixes into master
  • Unfolding config files:
    • Dump latex strings as raw strings in YAML
    • Fix latex format for MPL (no ensuremath), add explicit $$ environment (Note: this change will have to be propagated to the unfolding code!)
    • Add nice latex strings for phase spaces (Note: this change will have to be propagated to the unfolding code!)
  • Make sure delta phi variable is in [0,pi]
  • Unfolding observables on collections of objects: introduce starting index in collection, and only produce templates for final list of observables (e.g. bjet_pt[3] only in 5j3b instead of bjet_pt[1], bjet_pt[2] and bjet_pt[3]). (+ remove jet_pt/eta[1..6], which are not unfolded)
  • Analysis config file:
    • Merge back ttV=ttW+ttZ and VJets=WJets+ZJets for stat. analysis
    • Add MPL-friendly latex process legends (Note: this change will have to be propagated to the unfolding code!)
Edited by Sebastien Wertz

Merge request reports