Smearing

jetSmearerRDF

class Corrections.JME.smearing.jetSmearerRDF(**kwargs)[source]

Bases:

Module to compute jet smearing factors (nom, up, down) and jet_pt_resolution Note: UL2016_preVFP is not implemented

YAML sintaxis:

codename:
    name: jetSmearerRDF
    path: Corrections.JME.smearing
    parameters:
        year: self.config.year
        isMC: self.dataset.process.isMC
        jerTag: self.config.year
        isUL: self.dataset.has_tag('ul')
        ispreVFP: self.config.get_aux("isPreVFP", False)

jetVarRDF

class Corrections.JME.smearing.jetVarRDF(**kwargs)[source]

Bases:

Module to compute jet pt and mass after applying smearing factors

YAML sintaxis:

codename:
    name: jetVarRDF
    path: Base.Modules.smearing
    parameters:
        isMC: self.dataset.process.isMC

metSmearerRDF

class Corrections.JME.smearing.metSmearerRDF(**kwargs)[source]

Bases:

Module to compute MET pt and phi after applying smearing to all jets and up and down variations

YAML sintaxis:

codename:
    name: metSmearerRDF
    path: Base.Modules.smearing
    parameters:
        isMC: self.dataset.process.isMC