From 62fa54b5acbcda0b153c07396e8651035e53bb66 Mon Sep 17 00:00:00 2001 From: maria Date: Thu, 6 Sep 2018 20:00:30 +0200 Subject: [PATCH] full Hadronic cards: recover regions --- script/bwsFullHadTB.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/script/bwsFullHadTB.py b/script/bwsFullHadTB.py index 43a1110c..f900dbc1 100644 --- a/script/bwsFullHadTB.py +++ b/script/bwsFullHadTB.py @@ -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