File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,15 @@ def mergeCategory(tfile,toget):
375
375
# if "_one_lowj" in x and (y=="t1b") and "below" in reg: continue
376
376
# if "_three" in x and y=="t0b" and "below" in reg: continue
377
377
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
379
387
380
388
if opts .kMass == "3000" :
381
389
if "_three_lowj" in x and ( y == "t1b" or y == "t0b" ) and "above" in reg : continue
You can’t perform that action at this time.
0 commit comments