Skip to content

Commit

Permalink
full Hadronic cards: recover regions
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadalfonso committed Sep 6, 2018
1 parent 219e948 commit 62fa54b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion script/bwsFullHadTB.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,16 @@ def mergeCategory(tfile,toget):
# if "_one_lowj" in x and (y=="t1b") and "below" in reg: continue
# if "_three" in x and y=="t0b" and "below" in reg: continue

#2500,3000 if "_three_highj" in x and (y=="t0b") and "in" in reg missing ST

if opts.kMass=="500":
if "OneBOneMirrorFat_one_lowj" in x and y=="wbb" and "in" in reg: continue
if "OneBOneFat_one_lowj" in x and y=="wbb" and "below" in reg: continue
if "_one" in x and y=="wbb" and "all" in reg: continue
if "OneBOneFat_three_lowj" in x and y=="wbb" and "below" in reg: continue

if opts.kMass=="1500":
if "OneBOneMirrorFat_three_highj" in x and y=="wbb" and "in" in reg: continue
if "OneBOneMirrorFat_three_lowj" in x and y=="wbb" and "in" in reg: continue

if opts.kMass=="3000":
if "_three_lowj" in x and ( y=="t1b" or y=="t0b" ) and "above" in reg: continue
Expand Down

0 comments on commit 62fa54b

Please sign in to comment.