Skip to content

Commit

Permalink
Use column collections.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 5, 2024
1 parent 0c52163 commit 116d7df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ data
.data
.law
.setups
.mypy_cache
.vscode
5 changes: 2 additions & 3 deletions hbt/config/configs_run2ul.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
get_root_processes_from_campaign, add_shift_aliases, get_shifts_from_sources,
verify_config_processes,
)
from columnflow.columnar_util import ColumnCollection


thisdir = os.path.dirname(os.path.abspath(__file__))
Expand Down Expand Up @@ -661,9 +662,7 @@ def add_config(
"MET.pt", "MET.phi", "MET.significance", "MET.covXX", "MET.covXY", "MET.covYY",
"PV.npvs",
# columns added during selection
"channel_id", "process_id", "category_ids", "mc_weight", "pdf_weight*", "murmuf_weight*",
"leptons_os", "tau2_isolated", "single_triggered", "cross_triggered",
"deterministic_seed", "pu_weight*", "btag_weight*", "cutflow.*",
ColumnCollection.ALL_FROM_SELECTOR,
},
"cf.MergeSelectionMasks": {
"cutflow.*",
Expand Down

0 comments on commit 116d7df

Please sign in to comment.