Skip to content

Commit

Permalink
bf
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Feb 8, 2025
1 parent 828feb7 commit 81374e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/HHbbVV/postprocessing/bash_scripts/ResSigTemplates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
MAIN_DIR="../../.."
# data_dir="$MAIN_DIR/../data/skimmer/24Mar14UpdateData"
# signal_data_dir="/ceph/cms/store/user/rkansal/bbVV/skimmer/25Jan29UpdateXHYLP"
signal_data_dir="/ceph/cms/store/user/rkansal/bbVV/skimmer/24Feb5LPMatchingFix"
# signal_data_dir="/ceph/cms/store/user/rkansal/bbVV/skimmer/24Feb5LPMatchingFix"
signal_data_dir="/eos/uscms/store/user/rkansal/bbVV/skimmer/24Feb5LPMatchingFix"
TAG=""


Expand Down
2 changes: 0 additions & 2 deletions src/HHbbVV/postprocessing/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,8 +890,6 @@ def _load_samples(args, samples, sig_samples, cutflow, variations=True):
bg_samples.pop(data_key)
data_samples = {data_key: samples[data_key]}

print(bg_samples, data_samples)

for d in args.bg_data_dirs:
print(f"Loading backgrounds from {d}")
events_dict = {
Expand Down

0 comments on commit 81374e4

Please sign in to comment.