Skip to content

Commit

Permalink
hotfix: fixing pt range of fixed WP histos (#118)
Browse files Browse the repository at this point in the history
* fixing pt range of fixed WP histos

* Updated unfo for JECs in Summer23BPix campaing

---------

Co-authored-by: Agostino De Iorio <agostino.de.iorio@cern.ch>
  • Loading branch information
adeiorio and Agostino De Iorio authored Feb 11, 2025
1 parent db0f1a0 commit d6d4d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BTVNanoCommissioning/utils/AK4_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"lumiMask": "Cert_Collisions2023_366442_370790_Golden.json",
"PU": "puwei_Summer23BPix.histo.root",
"JME": {
"MC": "Summer23BPixPrompt23_V1",
"MC": "Summer23BPixPrompt23_V1 Summer23BPixPrompt23_RunD_JRV1",
"Run2023D": "Summer23BPixPrompt23_RunD_V1",
},
# "JME": "jec_compiled.pkl.gz",
Expand Down
2 changes: 1 addition & 1 deletion src/BTVNanoCommissioning/utils/histogrammer.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def histogrammer(events, workflow, year="2022", campaign="Summer22"):
syst_axis,
flav_axis,
osss_axis,
jpt_axis,
pt_axis,
Hist.storage.Weight(),
)

Expand Down

0 comments on commit d6d4d00

Please sign in to comment.