Skip to content

Resolve "Jet veto maps for 2022 postEE events"

Jie Xiao requested to merge 49-jet-veto-maps-for-2022-postee-events into master

Closes #49 (closed)

@jspah @chpan @czhou @tbevilac I've updated several scripts to apply the jetvetomap selections. Option --skipJetVetoMap is used to control if the jetvetomap selections are applied or not. E.g., I ran with commands:

### skip jetvetomap
python ../scripts/run_analysis.py --json-analysis test_jetmet.json --dump output --skipCQR --no-trigger --executor futures -j 4 --skipJetVetoMap

### consider jetvetomap
python ../scripts/run_analysis.py --json-analysis test_jetmet.json --dump output --skipCQR --no-trigger --executor futures -j 4

the json config I used is:

{
    "samplejson": "samples_v11.json",
    "workflow": "dystudies",
    "metaconditions": "Era2018_legacy_v1",
    "year": {
        "egamma": [
            "2022postEE"
        ],
        "muon": [
            "2022postEE"
        ],
        "dy": [
            "2022postEE"
        ],
        "gjet": [
            "2022postEE"
        ]
    },
    "taggers": [],
    "systematics": {
                },
    "corrections": {
          }
}

Merge request reports