Skip to content
Snippets Groups Projects

Subsamples implementation

Merged Davide Valsecchi requested to merge github/fork/valsdav/subsamples into main

Adding the possibility to define subsamples as sample specific cuts. Histograms are created separately for each subsample.

"dataset" : {
        "jsons": ["datasets/signal_ttHTobb_local.json",
                  "datasets/backgrounds_MC_TTbb_local.json",
                  "datasets/backgrounds_MC_ttbar_local.json",
                  "datasets/DATA_SingleMuon_local.json",
                  "datasets/DATA_SingleEle.json"],
        "filter" : {
            "samples": [
              
                "TTbbSemiLeptonic",
            ],
            "samples_exclude" : [],
            "year": ['2018']
        },
        "subsamples": {
            "TTbbSemiLeptonic":
            {
                "tt+3b": [get_nObj_eq(3, coll="BJetGood")],
                "tt+4b": [get_nObj_eq(4, coll="BJetGood")],
                "tt+5b": [get_nObj_eq(5, coll="BJetGood")],
            }
        }
    },

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading