Skip to content

Commit 4faebfe

Browse files
committed
full Hadronic cards: recover regions
1 parent 219e948 commit 4faebfe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

script/bwsFullHadTB.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,15 @@ def mergeCategory(tfile,toget):
375375
# if "_one_lowj" in x and (y=="t1b") and "below" in reg: continue
376376
# if "_three" in x and y=="t0b" and "below" in reg: continue
377377

378-
#2500,3000 if "_three_highj" in x and (y=="t0b") and "in" in reg missing ST
378+
if opts.kMass=="500":
379+
if "_one_lowj" in x and y=="wbb" and "in" in reg: continue
380+
if "_one_lowj" in x and y=="wbb" and "below" in reg: continue
381+
if "_one" in x and y=="wbb" and "all" in reg: continue
382+
if "_three_lowj" in x and y=="wbb" and "below" in reg: continue
383+
384+
if opts.kMass=="1500":
385+
if "_three_highj" in x and y=="wbb" and "in" in reg: continue
386+
if "_three_lowj" in x and y=="wbb" and "in" in reg: continue
379387

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

0 commit comments

Comments
 (0)