Skip to content

Update theoretical uncertainties.

Jie Xiao requested to merge jixiao/HiggsDNA:master into master

I updated the format of the theoretical systematics. The AlphaS and PartonShower (optional) systematics are handled by coffea Weights class. The LHEScale and LHEPdf weights are stored in vectors.

An example of adding these uncertainties by using JSON configuration is:

{
    "samplejson": "/gridgroup/cms/jxiao/hgg/HiggsDNA/tests/sample.json",
    "workflow": "dystudies",
    "metaconditions": "Era2018_legacy_xgb_v1",
    "taggers": [],
    "systematics": {
        "gjet": ["SF_photon_ID", "Scale_2016postVFP","LHEPdf","LHEScale","AlphaS","PartonShower"],
        "DY": ["SF_photon_ID","Scale_2016postVFP","LHEPdf","LHEScale","AlphaS","PartonShower"]
    },
    "corrections": {
        "gjet": ["SF_photon_ID", "Scale_2016postVFP"],
        "DY": ["SF_photon_ID", "Scale_2016postVFP"]
    }
}

Merge request reports