Skip to content

Commit

Permalink
Correct for run 3 bkg & signal prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoon2610 authored May 17, 2020
1 parent ff73803 commit 86b0b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blind-plots/MakeBlindPlots.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def GetErrors(xobs,CL=0.6827):
with open("BeamQualityFilter.pickle","wb") as handle: PassBeamQuality = pickle.load(handle)

TARGET_POT = float(argv[2])
KEEP_N = int(6*TARGET_POT / 1.0e20)
KEEP_N = int(8*TARGET_POT / 1.0e20)

ChooseMe = {}
for event in INPUT_TREE:
Expand Down

0 comments on commit 86b0b61

Please sign in to comment.