File size: 14,486 Bytes
8a08525 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 |
{
"QCD": {
"cut_0: all": 30442519,
"cut_1: n_jet >= 2": 20635385,
"cut_2: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 18850277
},
"TTHadronics": {
"cut_0: all": 80039297,
"cut_1: (n_bjet >= 2) & (n_jet >= 6)": 28527167,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 25967179,
"cut_3: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 20615192
},
"TTHadronics_mlm": {
"cut_0: all": 38608000,
"cut_1: (n_bjet >= 2) & (n_jet >= 6)": 13120635,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 12014235,
"cut_3: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 9850145
},
"TT1L": {
"cut_0: all": 90160000,
"cut_1: n_lep >= 1": 45158749,
"cut_2: (n_bjet >= 2) & (n_jet >= 4)": 18469364,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 18469364,
"cut_4: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 16512019,
"cut_5: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 14811777
},
"TT1L_mlm": {
"cut_0: all": 36746160,
"cut_1: n_lep >= 1": 17092118,
"cut_2: (n_bjet >= 2) & (n_jet >= 4)": 7126365,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 7126365,
"cut_4: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 6393651,
"cut_5: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 5814220
},
"TT2L": {
"cut_0: all": 128389900,
"cut_1: n_lep >= 2": 43186848,
"cut_2: n_bjet >= 2": 15843795,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 15843795,
"cut_4: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 13981650
},
"TT2L_mlm": {
"cut_0: all": 47954236,
"cut_1: n_lep >= 2": 14888990,
"cut_2: n_bjet >= 2": 5572771,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 5572771,
"cut_4: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 4925678
},
"ttW_FullHadronics": {
"cut_0: all": 92497466,
"cut_1: (n_bjet >= 2) & (n_jet >= 8)": 26903973,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 25071725,
"cut_3: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 5) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 5, axis=-1)[:, 5] > 20)": 14974348
},
"ttW_Leptonic": {
"cut_0: all": 168280000,
"cut_1: (n_bjet >= 2) & (n_lep >= 1) & (n_jet >= 6)": 32168353,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 32168353,
"cut_3: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 29344834,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 20766452
},
"ttW_tHtLWH": {
"cut_0: all": 115623627,
"cut_1: (n_bjet >= 2) & (n_lep >= 1) & (n_jet >= 6)": 16173038,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 14699218,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 14699218,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 10331980
},
"ttW_tHtLWL": {
"cut_0: all": 315787440,
"cut_1: (n_bjet >= 2) & (n_lep >= 2) & (n_jet >= 4)": 21106708,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 18989984,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 18989984,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 15988976
},
"ttZ_FullHadronics": {
"cut_0: all": 85857700,
"cut_1: (n_bjet >= 2) & (n_jet >= 8)": 32586662,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 31072744,
"cut_3: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 5) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 5, axis=-1)[:, 5] > 20)": 20285517
},
"ttZ_Leptonic": {
"cut_0: all": 119091500,
"cut_1: (n_bjet >= 2) & (n_lep >= 2) & (n_jet >= 6)": 14344834,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 14344834,
"cut_3: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 13196284,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 10535560
},
"ttZ_tHtLZH": {
"cut_0: all": 114159800,
"cut_1: (n_bjet >= 2) & (n_lep >= 1) & (n_jet >= 6)": 20432636,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 19041472,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 19041472,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 14355001
},
"ttZ_tHtLZL": {
"cut_0: all": 310990141,
"cut_1: (n_bjet >= 2) & (n_lep >= 3) & (n_jet >= 4)": 13106909,
"cut_2: (np.sum(is_bjet.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_bjet.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 11841351,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 2) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 2, axis=-1)[:, 2] > 10)": 11841351,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 10644400
},
"WJetsToQQ": {
"cut_0: all": 55441196,
"cut_1: n_jet >= 2": 45850185,
"cut_2: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 31722996
},
"WJetsToLNu": {
"cut_0: all": 65839629,
"cut_1: n_lep >= 1": 16714209,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 16714209
},
"ZJetsToQQ": {
"cut_0: all": 63846019,
"cut_1: n_jet >= 2": 53513017,
"cut_2: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 36488932
},
"ZJetsToLL": {
"cut_0: all": 64842885,
"cut_1: n_lep >= 2": 16560523,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 16560523
},
"WW_1L": {
"cut_0: all": 130100339,
"cut_1: n_lep >= 1": 48153653,
"cut_2: n_jet >= 2": 45480052,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 45480052,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 35291762
},
"WW_2L": {
"cut_0: all": 131456859,
"cut_1: n_lep >= 2": 29599148,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 29599148
},
"ZZ_4L": {
"cut_0: all": 115452550,
"cut_1: n_lep >= 4": 17782171,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 3) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 3, axis=-1)[:, 3] > 10)": 17782171
},
"ZZ_2L": {
"cut_0: all": 80798372,
"cut_1: n_lep >= 2": 24923547,
"cut_2: n_jet >= 2": 23577015,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 23577015,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 17470188
},
"WZ_1L": {
"cut_0: all": 74922120,
"cut_1: n_lep >= 1": 36484529,
"cut_2: n_jet >= 2": 35001450,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 35001450,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 27681514
},
"WZ_2L": {
"cut_0: all": 75342822,
"cut_1: n_lep >= 2": 23331755,
"cut_2: n_jet >= 2": 22208892,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 22208892,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 18324834
},
"WZ_3L": {
"cut_0: all": 106028310,
"cut_1: n_lep >= 3": 20131078,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 2) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 2, axis=-1)[:, 2] > 10)": 20131078
},
"HWW_WpLepWmLep": {
"cut_0: all": 48089520,
"cut_1: n_lep >= 2": 19656129,
"cut_2: (np.sum(is_lep.astype(bool), axis=-1) > 1) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 1, axis=-1)[:, 1] > 10)": 19656129
},
"HWW_WpHadWmHad": {
"cut_0: all": 47759900,
"cut_1: n_jet >= 4": 35183454,
"cut_2: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 3) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 3, axis=-1)[:, 3] > 20)": 16606587
},
"HWW_WpLepWmHad": {
"cut_0: all": 48233020,
"cut_1: n_lep >= 1": 20140509,
"cut_2: n_jet >= 2": 19496796,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 19496796,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 15263639
},
"HWW_WpHadWmLep": {
"cut_0: all": 48414899,
"cut_1: n_lep >= 1": 20116054,
"cut_2: n_jet >= 2": 19469114,
"cut_3: (np.sum(is_lep.astype(bool), axis=-1) > 0) & (-np.partition(-np.where(is_lep.astype(bool), pt, -np.inf), 0, axis=-1)[:, 0] > 10)": 19469114,
"cut_4: (np.sum((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, axis=-1) > 1) & (-np.partition(-np.where((~is_bjet.astype(bool)) & (~is_lep.astype(bool)) & is_valid, pt, -np.inf), 1, axis=-1)[:, 1] > 20)": 15223546
}
} |