From 55fb72a19b5d5107322a9bff89a8e5cffaf19c66 Mon Sep 17 00:00:00 2001 From: Ming-Yan Date: Thu, 11 Apr 2024 12:52:17 +0200 Subject: [PATCH] fix: dump processed --- prescales.ipynb | 27584 ---------------- ps_weight_JSON_PFJet140.json | 1 - scripts/dump_processed.py | 19 +- arguments.txt => scripts/submit/arguments.txt | 0 .../submit/createremotedir.sh | 0 ctag_DY.sh => scripts/submit/ctag_DY.sh | 0 ctag_wc.sh => scripts/submit/ctag_wc.sh | 0 master.sh => scripts/submit/master.sh | 0 ttdilep.sh => scripts/submit/ttdilep.sh | 0 ttsemilep.sh => scripts/submit/ttsemilep.sh | 0 10 files changed, 14 insertions(+), 27590 deletions(-) delete mode 100644 prescales.ipynb delete mode 100644 ps_weight_JSON_PFJet140.json rename arguments.txt => scripts/submit/arguments.txt (100%) rename createremotedir.sh => scripts/submit/createremotedir.sh (100%) rename ctag_DY.sh => scripts/submit/ctag_DY.sh (100%) rename ctag_wc.sh => scripts/submit/ctag_wc.sh (100%) rename master.sh => scripts/submit/master.sh (100%) rename ttdilep.sh => scripts/submit/ttdilep.sh (100%) rename ttsemilep.sh => scripts/submit/ttsemilep.sh (100%) diff --git a/prescales.ipynb b/prescales.ipynb deleted file mode 100644 index d1834388..00000000 --- a/prescales.ipynb +++ /dev/null @@ -1,27584 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 48, - "id": "77ab51a8", - "metadata": {}, - "outputs": [], - "source": [ - "import json\n", - "import argparse\n", - "import pandas\n", - "import numpy as np\n", - "from correctionlib import convert\n", - "import correctionlib.schemav2 as cs" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "id": "9bb04cec", - "metadata": {}, - "outputs": [], - "source": [ - "ps_csvData = pandas.read_csv(\"src/BTVNanoCommissioning/data/Prescales/Prescales_PFJet140.csv\")\n", - "ps_csvData = ps_csvData[ps_csvData['cmsls']!='None']\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "55a36b4a", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "64df36a7", - "metadata": {}, - "outputs": [], - "source": [ - "### convert ps csv into correctionlib json following along from github.com/cms-nanoAOD/correctionlib/blob/master/data/conversion.py\n", - "def get_ps(ps):\n", - " if len(ps) != 1:\n", - " print(\"Length of ps after selection \", len(ps)) \n", - " raise ValueError(ps)\n", - " print(\"Final prescale weight: \", ps.iloc[0][\"totprescval\"])\n", - " return float(ps.iloc[0][\"totprescval\"])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "30397a13", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 52, - "id": "5c6e105e", - "metadata": {}, - "outputs": [], - "source": [ - "def build_lumibins(ps):\n", - " ##### to sort as bin edges properly, starting lumi sections need to be stored as floats \n", - " print(\"Path: \", ps[\"hltpath/prescval\"].iloc[0], type(ps[\"hltpath/prescval\"].iloc[0]))\n", - " edges = sorted(set(ps[\"cmsls\"].astype(float)))\n", - " if len(edges)==1:\n", - " return get_ps(ps)\n", - " elif len(edges) > 1:\n", - " #print(\"Prescale changed\")\n", - " edges.append(float('inf'))\n", - " print(\"Lumi bin edges: \", list(zip(edges[:-1],edges[1:])))\n", - " content = [get_ps(ps[(ps[\"cmsls\"].astype(float)>=lo) & (ps[\"cmsls\"].astype(float) make array of path name separate\n", - " paths = HLT_paths\n", - " print(\"Type of path key: \", type(paths[0])) \n", - " return cs.Category.parse_obj({\n", - " \"nodetype\": \"category\",\n", - " \"input\":\"path\",\n", - " \"content\":[{\"key\":str(path), \"value\":build_lumibins(ps[ps['hltpath/prescval'].str.contains(path+\"_v\")])} for path in paths],\n", - " })" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "id": "b0b7efa8", - "metadata": {}, - "outputs": [], - "source": [ - "HLT_paths =['PFJet140']" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "id": "1866f189", - "metadata": {}, - "outputs": [], - "source": [ - "def build_runs(ps):\n", - " runs = sorted(ps[\"# run\"].unique())\n", - " print(\"Selected \", len(runs), \": \", runs)\n", - " return cs.Category.parse_obj({\n", - " \"nodetype\":\"category\",\n", - " \"input\":\"run\",\n", - " \"content\":[{\"key\":int(run), \"value\":build_paths(ps[ps['# run']==run], HLT_paths)} for run in runs],\n", - " })" - ] - }, - { - "cell_type": "code", - "execution_count": 57, - "id": "30f54aaa", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Selected 4690 : [190456, 190459, 190462, 190465, 190482, 190488, 190490, 190491, 190492, 190538, 190539, 190591, 190592, 190593, 190595, 190645, 190646, 190659, 190661, 190662, 190663, 190678, 190679, 190688, 190702, 190703, 190704, 190705, 190706, 190707, 190708, 190710, 190733, 190734, 190735, 190736, 190738, 190782, 190895, 190906, 190945, 190949, 191043, 191046, 191056, 191057, 191062, 191086, 191090, 191201, 191202, 191226, 191242, 191244, 191247, 191248, 191264, 191271, 191276, 191277, 191367, 191387, 191404, 191406, 191411, 191419, 191421, 191424, 191691, 191692, 191693, 191694, 191695, 191697, 191700, 191701, 191718, 191720, 191721, 191723, 191726, 191800, 191808, 191810, 191811, 191830, 191832, 191833, 191834, 191837, 191839, 191842, 191845, 191849, 191856, 191857, 191858, 191859, 193093, 193112, 193115, 193116, 193123, 193124, 193192, 193193, 193207, 193334, 193336, 193541, 193556, 193557, 193575, 193621, 193833, 193834, 193835, 193836, 193878, 193898, 193904, 193905, 193917, 193919, 193922, 193925, 193928, 193998, 193999, 194027, 194050, 194051, 194052, 194075, 194076, 194108, 194115, 194116, 194117, 194119, 194120, 194150, 194151, 194153, 194199, 194210, 194223, 194224, 194225, 194270, 194303, 194304, 194305, 194314, 194315, 194317, 194424, 194427, 194428, 194429, 194439, 194455, 194464, 194479, 194480, 194533, 194535, 194619, 194627, 194631, 194643, 194644, 194691, 194699, 194702, 194704, 194711, 194712, 194735, 194778, 194785, 194786, 194787, 194788, 194789, 194790, 194825, 194896, 194897, 194912, 194914, 194915, 195013, 195014, 195015, 195016, 195099, 195109, 195110, 195111, 195112, 195113, 195114, 195115, 195147, 195163, 195164, 195165, 195249, 195251, 195265, 195266, 195303, 195304, 195378, 195379, 195385, 195387, 195390, 195396, 195397, 195398, 195399, 195522, 195523, 195524, 195526, 195527, 195528, 195529, 195530, 195540, 195551, 195552, 195633, 195634, 195644, 195645, 195647, 195649, 195655, 195656, 195658, 195664, 195747, 195748, 195749, 195757, 195758, 195773, 195774, 195775, 195776, 195841, 195868, 195913, 195915, 195916, 195917, 195918, 195919, 195923, 195925, 195926, 195927, 195929, 195930, 195936, 195937, 195947, 195948, 195950, 195963, 195970, 196019, 196023, 196027, 196046, 196047, 196048, 196090, 196094, 196095, 196096, 196097, 196098, 196099, 196103, 196107, 196122, 196131, 196135, 196197, 196199, 196200, 196201, 196202, 196203, 196218, 196239, 196249, 196250, 196251, 196252, 196334, 196349, 196350, 196351, 196352, 196353, 196357, 196359, 196361, 196362, 196363, 196364, 196430, 196431, 196432, 196433, 196437, 196438, 196452, 196453, 196458, 196495, 196497, 196501, 196508, 196509, 196531, 198022, 198023, 198040, 198041, 198044, 198045, 198046, 198047, 198048, 198049, 198050, 198063, 198116, 198202, 198207, 198208, 198210, 198211, 198212, 198213, 198214, 198215, 198229, 198230, 198249, 198268, 198269, 198270, 198271, 198272, 198346, 198372, 198485, 198486, 198487, 198522, 198523, 198898, 198941, 198954, 198955, 198969, 199008, 199011, 199021, 199103, 199318, 199319, 199336, 199356, 199409, 199428, 199429, 199435, 199436, 199563, 199564, 199565, 199566, 199567, 199568, 199569, 199570, 199571, 199572, 199573, 199574, 199608, 199698, 199699, 199701, 199703, 199739, 199745, 199751, 199752, 199753, 199754, 199804, 199812, 199832, 199833, 199834, 199862, 199863, 199864, 199867, 199868, 199875, 199876, 199877, 199960, 199961, 199967, 199973, 200041, 200042, 200049, 200075, 200091, 200152, 200160, 200161, 200174, 200176, 200177, 200178, 200180, 200185, 200186, 200187, 200188, 200190, 200228, 200229, 200243, 200244, 200245, 200253, 200368, 200369, 200381, 200466, 200473, 200491, 200515, 200518, 200519, 200525, 200532, 200599, 200600, 200601, 200602, 200960, 200961, 200976, 200990, 200991, 200992, 201005, 201062, 201097, 201113, 201114, 201115, 201159, 201164, 201168, 201173, 201174, 201176, 201191, 201193, 201195, 201196, 201197, 201199, 201200, 201202, 201228, 201229, 201278, 201366, 201383, 201384, 201390, 201391, 201393, 201418, 201419, 201420, 201535, 201554, 201602, 201611, 201612, 201613, 201624, 201625, 201657, 201658, 201668, 201669, 201671, 201676, 201678, 201679, 201692, 201705, 201706, 201707, 201708, 201718, 201727, 201729, 201794, 201802, 201803, 201804, 201805, 201806, 201807, 201808, 201809, 201810, 201812, 201813, 201815, 201816, 201817, 201818, 201819, 201824, 202000, 202012, 202013, 202014, 202016, 202044, 202045, 202046, 202047, 202050, 202051, 202054, 202060, 202074, 202075, 202084, 202086, 202087, 202088, 202090, 202091, 202092, 202093, 202116, 202178, 202205, 202207, 202208, 202209, 202237, 202272, 202299, 202301, 202303, 202304, 202305, 202314, 202328, 202331, 202332, 202333, 202389, 202469, 202471, 202472, 202476, 202477, 202478, 202504, 202869, 202873, 202876, 202880, 202909, 202972, 202973, 203002, 203709, 203739, 203742, 203777, 203778, 203780, 203830, 203832, 203833, 203834, 203835, 203836, 203853, 203894, 203909, 203912, 203980, 203981, 203985, 203986, 203987, 203991, 203992, 203994, 204100, 204101, 204113, 204114, 204238, 204250, 204484, 204506, 204511, 204541, 204544, 204545, 204550, 204551, 204552, 204553, 204554, 204555, 204563, 204564, 204565, 204566, 204567, 204576, 204577, 204599, 204600, 204601, 204792, 204795, 204797, 204798, 204799, 204800, 204803, 204809, 204812, 205086, 205111, 205158, 205193, 205214, 205215, 205217, 205233, 205235, 205236, 205237, 205238, 205303, 205310, 205311, 205339, 205344, 205515, 205519, 205526, 205595, 205598, 205599, 205600, 205604, 205605, 205611, 205614, 205617, 205618, 205620, 205627, 205666, 205667, 205683, 205690, 205694, 205718, 205774, 205777, 205781, 205826, 205833, 205834, 205908, 205921, 205937, 206066, 206088, 206098, 206102, 206187, 206188, 206199, 206207, 206208, 206210, 206243, 206245, 206246, 206257, 206258, 206297, 206301, 206302, 206303, 206304, 206331, 206389, 206390, 206391, 206401, 206446, 206448, 206466, 206476, 206477, 206478, 206484, 206512, 206513, 206539, 206540, 206541, 206542, 206550, 206572, 206573, 206574, 206575, 206594, 206595, 206596, 206598, 206605, 206744, 206745, 206859, 206866, 206867, 206868, 206869, 206897, 206901, 206906, 206939, 206940, 207099, 207100, 207214, 207217, 207219, 207220, 207221, 207222, 207231, 207233, 207269, 207273, 207279, 207299, 207316, 207320, 207328, 207371, 207372, 207397, 207398, 207454, 207468, 207469, 207477, 207487, 207488, 207490, 207491, 207492, 207515, 207517, 207518, 207714, 207779, 207788, 207789, 207790, 207813, 207875, 207882, 207883, 207884, 207885, 207886, 207887, 207889, 207897, 207898, 207905, 207920, 207921, 207922, 207924, 208296, 208297, 208298, 208299, 208300, 208302, 208303, 208304, 208307, 208339, 208341, 208351, 208352, 208353, 208357, 208390, 208391, 208392, 208393, 208394, 208395, 208397, 208402, 208406, 208407, 208427, 208428, 208429, 208487, 208509, 208535, 208538, 208540, 208541, 208551, 208552, 208553, 208686, 209089, 209106, 209109, 209146, 209148, 209151, 251121, 251161, 251162, 251163, 251164, 251167, 251168, 251244, 251251, 251252, 251491, 251493, 251496, 251497, 251498, 251499, 251500, 251521, 251522, 251523, 251548, 251559, 251560, 251561, 251562, 251604, 251612, 251633, 251635, 251636, 251637, 251638, 251640, 251642, 251643, 251716, 251721, 251781, 251864, 251883, 252102, 252116, 252126, 253886, 253887, 253888, 253890, 253943, 253944, 253946, 253947, 253948, 253950, 253951, 253952, 253954, 254226, 254227, 254229, 254230, 254231, 254232, 254279, 254280, 254282, 254283, 254284, 254285, 254289, 254290, 254292, 254293, 254294, 254306, 254307, 254308, 254309, 254310, 254313, 254314, 254315, 254316, 254317, 254318, 254319, 254331, 254332, 254340, 254341, 254342, 254349, 254362, 254367, 254368, 254380, 254415, 254416, 254437, 254450, 254451, 254453, 254454, 254455, 254456, 254457, 254458, 254459, 254511, 254512, 254530, 254532, 254607, 254608, 254790, 254833, 254852, 254879, 254905, 254906, 254907, 254913, 254914, 256629, 256630, 256672, 256673, 256674, 256675, 256676, 256677, 256725, 256727, 256728, 256729, 256730, 256733, 256734, 256796, 256798, 256801, 256842, 256843, 256865, 256866, 256867, 256868, 256869, 256924, 256925, 256926, 256935, 256936, 256941, 257024, 257025, 257026, 257027, 257393, 257394, 257395, 257396, 257397, 257398, 257399, 257400, 257460, 257461, 257487, 257490, 257529, 257531, 257598, 257599, 257611, 257612, 257613, 257614, 257644, 257645, 257682, 257721, 257722, 257723, 257732, 257735, 257748, 257750, 257751, 257804, 257805, 257816, 257818, 257819, 257821, 257822, 257823, 257824, 257825, 257968, 257969, 258125, 258126, 258129, 258136, 258152, 258155, 258156, 258157, 258158, 258159, 258174, 258175, 258177, 258210, 258211, 258213, 258214, 258215, 258282, 258287, 258310, 258311, 258312, 258313, 258319, 258320, 258334, 258335, 258403, 258423, 258425, 258426, 258427, 258428, 258432, 258434, 258440, 258442, 258443, 258444, 258445, 258446, 258448, 258655, 258656, 258690, 258692, 258694, 258702, 258703, 258705, 258706, 258712, 258713, 258714, 258741, 258742, 258745, 258749, 258750, 258959, 259453, 259456, 259457, 259458, 259464, 259626, 259636, 259637, 259681, 259682, 259683, 259685, 259686, 259721, 259809, 259810, 259811, 259812, 259813, 259817, 259818, 259820, 259821, 259822, 259857, 259859, 259861, 259862, 259884, 259890, 259891, 260366, 260371, 260373, 260422, 260423, 260424, 260425, 260426, 260427, 260431, 260433, 260439, 260478, 260507, 260510, 260527, 260528, 260532, 260533, 260534, 260536, 260538, 260540, 260541, 260570, 260571, 260572, 260575, 260576, 260577, 260583, 260593, 260627, 260727, 272023, 272612, 272617, 272674, 272680, 272681, 272682, 272728, 272729, 272746, 272747, 272748, 272750, 272760, 272761, 272762, 272771, 272774, 272775, 272776, 272782, 272783, 272784, 272785, 272786, 272787, 272791, 272798, 272807, 272809, 272811, 272812, 272814, 272815, 272816, 272818, 272827, 272828, 272829, 272907, 272908, 272921, 272922, 272923, 272924, 272926, 272927, 272930, 272935, 272936, 273006, 273012, 273013, 273017, 273063, 273136, 273138, 273143, 273145, 273146, 273150, 273158, 273276, 273286, 273287, 273290, 273291, 273292, 273295, 273296, 273299, 273301, 273302, 273373, 273385, 273386, 273402, 273403, 273404, 273405, 273406, 273408, 273409, 273410, 273411, 273412, 273424, 273425, 273426, 273429, 273433, 273440, 273442, 273443, 273445, 273446, 273447, 273448, 273449, 273450, 273492, 273493, 273494, 273502, 273503, 273504, 273514, 273523, 273526, 273537, 273554, 273555, 273589, 273590, 273592, 273725, 273728, 273730, 274079, 274080, 274081, 274083, 274087, 274088, 274094, 274102, 274103, 274104, 274105, 274106, 274107, 274108, 274125, 274142, 274146, 274147, 274157, 274159, 274160, 274161, 274169, 274170, 274171, 274172, 274197, 274198, 274199, 274200, 274236, 274239, 274240, 274241, 274243, 274244, 274249, 274250, 274251, 274278, 274282, 274283, 274284, 274285, 274286, 274303, 274314, 274315, 274316, 274317, 274318, 274319, 274334, 274335, 274336, 274337, 274338, 274339, 274344, 274345, 274373, 274382, 274387, 274388, 274420, 274421, 274422, 274440, 274441, 274442, 274443, 274733, 274748, 274799, 274806, 274861, 274868, 274877, 274880, 274888, 274889, 274894, 274895, 274904, 274905, 274909, 274913, 274917, 274943, 274945, 274953, 274954, 274955, 274957, 274958, 274959, 274966, 274967, 274968, 274969, 274970, 274971, 274978, 274980, 274981, 274982, 274983, 274985, 274990, 274998, 274999, 275000, 275001, 275021, 275030, 275034, 275035, 275045, 275046, 275059, 275062, 275063, 275064, 275066, 275067, 275068, 275073, 275074, 275124, 275125, 275134, 275189, 275234, 275260, 275282, 275283, 275284, 275286, 275289, 275290, 275291, 275292, 275293, 275308, 275309, 275310, 275311, 275319, 275326, 275337, 275338, 275344, 275345, 275370, 275371, 275375, 275376, 275420, 275451, 275476, 275588, 275601, 275603, 275656, 275657, 275658, 275659, 275674, 275752, 275757, 275758, 275759, 275760, 275761, 275763, 275764, 275765, 275766, 275767, 275768, 275769, 275772, 275773, 275774, 275776, 275777, 275778, 275781, 275782, 275783, 275828, 275829, 275831, 275832, 275833, 275834, 275835, 275836, 275837, 275838, 275841, 275846, 275847, 275865, 275886, 275887, 275890, 275911, 275912, 275913, 275918, 275920, 275921, 275922, 275923, 275931, 275958, 275960, 275963, 276044, 276049, 276062, 276063, 276064, 276071, 276072, 276074, 276092, 276093, 276094, 276095, 276096, 276097, 276181, 276183, 276185, 276186, 276190, 276235, 276237, 276242, 276243, 276244, 276271, 276276, 276279, 276282, 276283, 276315, 276317, 276318, 276326, 276327, 276347, 276349, 276350, 276351, 276352, 276355, 276357, 276360, 276361, 276362, 276363, 276384, 276434, 276437, 276453, 276454, 276455, 276456, 276457, 276458, 276494, 276495, 276501, 276502, 276508, 276525, 276527, 276528, 276542, 276543, 276544, 276545, 276581, 276582, 276583, 276584, 276585, 276586, 276587, 276653, 276655, 276659, 276765, 276767, 276769, 276775, 276776, 276794, 276807, 276808, 276810, 276811, 276824, 276830, 276831, 276832, 276834, 276835, 276836, 276837, 276864, 276870, 276886, 276922, 276923, 276935, 276940, 276941, 276942, 276944, 276945, 276946, 276947, 276948, 276950, 277069, 277070, 277071, 277072, 277073, 277075, 277076, 277081, 277086, 277087, 277093, 277094, 277096, 277112, 277125, 277126, 277127, 277148, 277166, 277168, 277180, 277194, 277201, 277202, 277216, 277217, 277218, 277219, 277220, 277277, 277278, 277279, 277305, 277420, 277534, 277536, 277559, 277580, 277816, 277819, 277820, 277822, 277823, 277824, 277826, 277828, 277829, 277832, 277833, 277835, 277842, 277847, 277853, 277854, 277856, 277860, 277861, 277862, 277863, 277864, 277932, 277933, 277934, 277981, 277991, 277992, 277998, 278001, 278017, 278018, 278050, 278062, 278072, 278136, 278167, 278175, 278193, 278239, 278240, 278270, 278273, 278274, 278287, 278288, 278289, 278290, 278308, 278309, 278310, 278315, 278322, 278337, 278345, 278346, 278349, 278366, 278395, 278406, 278417, 278418, 278419, 278474, 278509, 278572, 278690, 278761, 278765, 278769, 278770, 278800, 278801, 278802, 278803, 278804, 278805, 278806, 278807, 278808, 278816, 278817, 278819, 278820, 278821, 278822, 278873, 278874, 278875, 278904, 278922, 278923, 278941, 278954, 278957, 278962, 278963, 278969, 278975, 278976, 278986, 279024, 279028, 279029, 279071, 279072, 279073, 279080, 279085, 279115, 279116, 279289, 279296, 279297, 279298, 279356, 279403, 279405, 279479, 279480, 279484, 279487, 279488, 279489, 279538, 279539, 279543, 279546, 279553, 279557, 279584, 279588, 279653, 279654, 279656, 279657, 279658, 279667, 279681, 279682, 279683, 279684, 279685, 279691, 279694, 279715, 279716, 279760, 279766, 279767, 279794, 279822, 279823, 279840, 279841, 279844, 279845, 279846, 279848, 279849, 279850, 279851, 279852, 279853, 279854, 279855, 279856, 279857, 279858, 279859, 279860, 279861, 279862, 279864, 279865, 279887, 279931, 279966, 279967, 279975, 279990, 279991, 279993, 279994, 279995, 280001, 280002, 280006, 280007, 280013, 280014, 280015, 280016, 280017, 280018, 280019, 280020, 280021, 280022, 280023, 280024, 280181, 280182, 280186, 280187, 280188, 280189, 280190, 280191, 280192, 280193, 280194, 280226, 280233, 280234, 280235, 280236, 280238, 280239, 280240, 280241, 280242, 280249, 280251, 280307, 280327, 280330, 280349, 280361, 280362, 280363, 280364, 280383, 280384, 280385, 280938, 280946, 280947, 280948, 280952, 280953, 280955, 280958, 280960, 281010, 281084, 281085, 281088, 281089, 281090, 281103, 281117, 281130, 281131, 281145, 281155, 281156, 281164, 281165, 281166, 281167, 281178, 281189, 281200, 281201, 281202, 281207, 281208, 281209, 281213, 281216, 281222, 281227, 281231, 281242, 281256, 281265, 281280, 281285, 281286, 281382, 281393, 281398, 281403, 281419, 281439, 281443, 281454, 281508, 281545, 281546, 281565, 281588, 281589, 281590, 281611, 281612, 281613, 281616, 281624, 281626, 281632, 281636, 281637, 281638, 281639, 281641, 281658, 281659, 281662, 281663, 281671, 281674, 281680, 281685, 281686, 281689, 281691, 281693, 281707, 281726, 281727, 281731, 281797, 281824, 281885, 281964, 281974, 281975, 281976, 282033, 282034, 282035, 282036, 282037, 282092, 282175, 282181, 282184, 282188, 282189, 282190, 282193, 282194, 282196, 282205, 282218, 282304, 282310, 282374, 282377, 282399, 282403, 282408, 282412, 282467, 282498, 282508, 282515, 282521, 282523, 282536, 282544, 282567, 282577, 282585, 282586, 282599, 282601, 282603, 282659, 282660, 282661, 282662, 282663, 282707, 282708, 282709, 282710, 282711, 282712, 282730, 282731, 282732, 282733, 282734, 282735, 282796, 282799, 282800, 282807, 282814, 282842, 282905, 282906, 282917, 282918, 282919, 282920, 282921, 282922, 282923, 282924, 283034, 283039, 283040, 283041, 283042, 283043, 283049, 283050, 283052, 283059, 283067, 283108, 283122, 283136, 283142, 283151, 283163, 283270, 283283, 283305, 283306, 283307, 283308, 283340, 283353, 283358, 283359, 283407, 283408, 283413, 283414, 283415, 283416, 283451, 283453, 283469, 283478, 283548, 283617, 283618, 283620, 283623, 283628, 283630, 283633, 283634, 283635, 283636, 283639, 283640, 283642, 283643, 283644, 283645, 283646, 283648, 283672, 283675, 283676, 283680, 283681, 283682, 283685, 283818, 283820, 283830, 283834, 283835, 283858, 283859, 283860, 283861, 283863, 283865, 283876, 283877, 283878, 283884, 283885, 283920, 283933, 283934, 283946, 283964, 284006, 284014, 284025, 284029, 284035, 284036, 284037, 284038, 284039, 284040, 284041, 284042, 284043, 284044, 284066, 284068, 297031, 297039, 297046, 297047, 297048, 297049, 297050, 297054, 297055, 297056, 297057, 297062, 297063, 297065, 297067, 297068, 297098, 297099, 297100, 297101, 297107, 297109, 297110, 297111, 297112, 297113, 297114, 297115, 297116, 297149, 297150, 297160, 297161, 297162, 297163, 297168, 297169, 297170, 297171, 297172, 297173, 297174, 297175, 297176, 297177, 297178, 297179, 297180, 297181, 297182, 297199, 297200, 297209, 297211, 297215, 297218, 297219, 297224, 297225, 297227, 297228, 297229, 297260, 297264, 297268, 297281, 297282, 297283, 297284, 297285, 297286, 297287, 297288, 297289, 297290, 297291, 297292, 297293, 297296, 297308, 297316, 297341, 297351, 297355, 297359, 297406, 297411, 297424, 297425, 297426, 297427, 297428, 297429, 297430, 297431, 297432, 297433, 297434, 297435, 297462, 297467, 297468, 297469, 297474, 297480, 297483, 297484, 297485, 297486, 297487, 297488, 297494, 297495, 297496, 297497, 297498, 297499, 297500, 297501, 297502, 297503, 297504, 297505, 297537, 297552, 297557, 297558, 297559, 297560, 297562, 297563, 297597, 297598, 297599, 297603, 297604, 297605, 297606, 297618, 297620, 297653, 297656, 297657, 297658, 297659, 297660, 297661, 297662, 297663, 297664, 297665, 297666, 297669, 297670, 297671, 297672, 297673, 297674, 297675, 297678, 297711, 297712, 297713, 297714, 297715, 297722, 297723, 298652, 298653, 298671, 298674, 298678, 298679, 298681, 298831, 298835, 298850, 298853, 298854, 298855, 298906, 298991, 298996, 298997, 298998, 299000, 299005, 299038, 299042, 299061, 299062, 299064, 299065, 299067, 299094, 299096, 299149, 299178, 299180, 299184, 299185, 299316, 299317, 299318, 299321, 299322, 299324, 299325, 299326, 299327, 299329, 299338, 299368, 299369, 299370, 299380, 299381, 299390, 299392, 299393, 299394, 299395, 299396, 299414, 299419, 299420, 299440, 299443, 299450, 299477, 299478, 299479, 299480, 299481, 299496, 299592, 299593, 299594, 299595, 299597, 299598, 299614, 299616, 299617, 299649, 299662, 299663, 299664, 299711, 299731, 299764, 299774, 299775, 299780, 299786, 299799, 299804, 299806, 299807, 299808, 299809, 299813, 299815, 299819, 299825, 299829, 299831, 299833, 299913, 299958, 300061, 300063, 300064, 300078, 300079, 300087, 300101, 300104, 300105, 300106, 300107, 300117, 300122, 300123, 300124, 300155, 300156, 300157, 300167, 300226, 300233, 300234, 300235, 300236, 300237, 300238, 300239, 300240, 300241, 300273, 300280, 300281, 300282, 300283, 300284, 300293, 300308, 300309, 300310, 300312, 300313, 300314, 300328, 300360, 300361, 300364, 300365, 300366, 300367, 300368, 300369, 300370, 300371, 300372, 300373, 300374, 300375, 300389, 300390, 300391, 300392, 300393, 300394, 300395, 300396, 300397, 300398, 300399, 300400, 300401, 300424, 300438, 300459, 300461, 300462, 300463, 300464, 300466, 300467, 300488, 300497, 300498, 300499, 300500, 300501, 300514, 300515, 300516, 300517, 300538, 300539, 300545, 300548, 300551, 300552, 300558, 300560, 300561, 300574, 300575, 300576, 300584, 300631, 300632, 300633, 300634, 300635, 300636, 300673, 300674, 300675, 300676, 300742, 300777, 300780, 300781, 300785, 300806, 300811, 300812, 300816, 300817, 300927, 300933, 300952, 300958, 300973, 300974, 300975, 301046, 301057, 301080, 301086, 301087, 301088, 301094, 301112, 301120, 301141, 301142, 301147, 301161, 301165, 301172, 301179, 301180, 301183, 301249, 301281, 301283, 301293, 301298, 301313, 301323, 301330, 301359, 301383, 301384, 301391, 301392, 301393, 301394, 301395, 301396, 301397, 301398, 301399, 301414, 301417, 301427, 301439, 301447, 301448, 301449, 301450, 301457, 301461, 301472, 301473, 301474, 301475, 301476, 301480, 301519, 301521, 301524, 301525, 301526, 301528, 301529, 301530, 301531, 301532, 301544, 301550, 301554, 301557, 301567, 301579, 301627, 301664, 301665, 301674, 301694, 301809, 301891, 301897, 301904, 301909, 301912, 301913, 301914, 301919, 301941, 301951, 301959, 301960, 301969, 301970, 301983, 301984, 301985, 301986, 301987, 301997, 301998, 302015, 302019, 302023, 302026, 302027, 302029, 302030, 302031, 302032, 302033, 302034, 302036, 302037, 302038, 302040, 302041, 302042, 302043, 302044, 302124, 302131, 302132, 302153, 302159, 302163, 302165, 302166, 302225, 302228, 302229, 302237, 302238, 302239, 302240, 302262, 302263, 302277, 302278, 302279, 302280, 302322, 302328, 302337, 302342, 302343, 302344, 302349, 302350, 302388, 302392, 302393, 302448, 302472, 302473, 302474, 302475, 302476, 302479, 302484, 302485, 302486, 302487, 302488, 302489, 302490, 302491, 302492, 302494, 302503, 302509, 302513, 302522, 302523, 302524, 302525, 302526, 302533, 302543, 302548, 302550, 302551, 302552, 302553, 302554, 302555, 302563, 302564, 302565, 302566, 302567, 302570, 302571, 302572, 302573, 302596, 302597, 302620, 302624, 302626, 302634, 302635, 302646, 302649, 302650, 302651, 302654, 302660, 302661, 302662, 302663, 302694, 302695, 302804, 302806, 302820, 302821, 302827, 302828, 302829, 302839, 302926, 302975, 302978, 302995, 303569, 303572, 303573, 303574, 303575, 303576, 303595, 303600, 303601, 303676, 303808, 303813, 303816, 303817, 303824, 303825, 303832, 303838, 303885, 303948, 303989, 303998, 303999, 304000, 304013, 304062, 304119, 304120, 304125, 304144, 304149, 304153, 304156, 304157, 304158, 304169, 304170, 304185, 304189, 304190, 304196, 304197, 304198, 304199, 304200, 304204, 304209, 304254, 304257, 304291, 304292, 304326, 304333, 304350, 304354, 304364, 304366, 304435, 304446, 304447, 304448, 304449, 304451, 304452, 304453, 304505, 304506, 304507, 304508, 304562, 304616, 304625, 304626, 304654, 304655, 304661, 304662, 304663, 304671, 304672, 304711, 304722, 304737, 304738, 304739, 304740, 304775, 304776, 304777, 304778, 304784, 304789, 304796, 304797, 304821, 304822, 304826, 304956, 305024, 305027, 305033, 305034, 305035, 305036, 305040, 305043, 305044, 305045, 305046, 305059, 305060, 305061, 305062, 305063, 305064, 305081, 305112, 305113, 305114, 305141, 305178, 305179, 305180, 305181, 305182, 305183, 305184, 305185, 305186, 305187, 305188, 305202, 305203, 305204, 305207, 305208, 305234, 305235, 305236, 305237, 305247, 305248, 305249, 305250, 305252, 305282, 305310, 305311, 305312, 305313, 305314, 305336, 305338, 305341, 305349, 305350, 305351, 305358, 305359, 305364, 305365, 305366, 305376, 305377, 305388, 305398, 305405, 305406, 305427, 305440, 305441, 305511, 305515, 305516, 305517, 305518, 305586, 305588, 305589, 305590, 305617, 305636, 305721, 305744, 305766, 305790, 305809, 305814, 305818, 305821, 305832, 305833, 305839, 305840, 305841, 305842, 305862, 305898, 305902, 305947, 305963, 305964, 305965, 305966, 305967, 306005, 306011, 306012, 306015, 306017, 306029, 306030, 306036, 306037, 306038, 306039, 306040, 306041, 306042, 306048, 306049, 306051, 306091, 306092, 306093, 306094, 306095, 306096, 306115, 306116, 306119, 306121, 306122, 306125, 306126, 306134, 306135, 306137, 306138, 306139, 306153, 306154, 306155, 306169, 306170, 306171, 306240, 306414, 306415, 306416, 306417, 306418, 306419, 306420, 306421, 306422, 306423, 306425, 306432, 306454, 306455, 306456, 306457, 306458, 306459, 306460, 315229, 315240, 315252, 315255, 315257, 315259, 315264, 315265, 315266, 315267, 315268, 315270, 315273, 315300, 315320, 315322, 315339, 315343, 315345, 315346, 315349, 315350, 315351, 315357, 315361, 315362, 315363, 315365, 315366, 315376, 315382, 315385, 315390, 315398, 315400, 315402, 315403, 315404, 315405, 315406, 315420, 315447, 315488, 315489, 315490, 315499, 315506, 315509, 315510, 315512, 315533, 315543, 315554, 315555, 315556, 315557, 315587, 315633, 315640, 315641, 315642, 315644, 315645, 315646, 315647, 315648, 315687, 315688, 315689, 315690, 315702, 315703, 315704, 315705, 315713, 315721, 315741, 315764, 315770, 315775, 315784, 315785, 315786, 315787, 315788, 315789, 315790, 315800, 315801, 315840, 315941, 315944, 315945, 315947, 315949, 315951, 315953, 315962, 315963, 315964, 315965, 315966, 315973, 315974, 316058, 316059, 316060, 316061, 316062, 316069, 316082, 316095, 316109, 316110, 316111, 316112, 316113, 316114, 316142, 316144, 316149, 316150, 316151, 316153, 316186, 316187, 316199, 316200, 316201, 316202, 316216, 316217, 316218, 316219, 316238, 316239, 316240, 316241, 316260, 316262, 316271, 316291, 316360, 316361, 316362, 316363, 316376, 316377, 316378, 316379, 316380, 316412, 316413, 316414, 316440, 316441, 316442, 316455, 316456, 316457, 316469, 316470, 316472, 316477, 316478, 316505, 316568, 316569, 316577, 316590, 316613, 316614, 316615, 316638, 316664, 316665, 316666, 316667, 316700, 316701, 316702, 316715, 316716, 316717, 316718, 316719, 316720, 316721, 316722, 316723, 316740, 316746, 316757, 316758, 316766, 316797, 316798, 316799, 316808, 316839, 316876, 316877, 316878, 316879, 316897, 316900, 316911, 316928, 316944, 316984, 316985, 316993, 316994, 316995, 317080, 317087, 317088, 317089, 317170, 317182, 317212, 317213, 317239, 317264, 317279, 317291, 317292, 317295, 317296, 317297, 317313, 317314, 317315, 317319, 317320, 317338, 317339, 317340, 317382, 317383, 317391, 317392, 317415, 317416, 317420, 317434, 317435, 317438, 317463, 317475, 317478, 317479, 317480, 317481, 317482, 317484, 317488, 317505, 317508, 317509, 317510, 317511, 317512, 317527, 317553, 317554, 317580, 317591, 317626, 317639, 317640, 317641, 317648, 317649, 317650, 317661, 317663, 317683, 317696, 317709, 317744, 317787, 317789, 317861, 317864, 317875, 317880, 317884, 317891, 317907, 317908, 317913, 317927, 317930, 317949, 318013, 318015, 318016, 318017, 318018, 318070, 318182, 318432, 318562, 318563, 318651, 318733, 318816, 318819, 318820, 318827, 318828, 318856, 318872, 318874, 318876, 318877, 318885, 318944, 319068, 319077, 319310, 319337, 319347, 319348, 319349, 319449, 319450, 319452, 319453, 319456, 319459, 319486, 319503, 319506, 319521, 319523, 319524, 319525, 319526, 319527, 319528, 319579, 319606, 319623, 319625, 319639, 319656, 319657, 319658, 319659, 319678, 319687, 319697, 319698, 319756, 319800, 319809, 319811, 319815, 319816, 319833, 319840, 319841, 319847, 319848, 319849, 319851, 319852, 319853, 319854, 319856, 319897, 319907, 319908, 319909, 319910, 319912, 319913, 319914, 319915, 319928, 319941, 319942, 319950, 319984, 319991, 319992, 319993, 320002, 320003, 320004, 320005, 320006, 320007, 320008, 320009, 320010, 320011, 320012, 320022, 320023, 320024, 320025, 320026, 320038, 320039, 320040, 320058, 320059, 320060, 320061, 320062, 320063, 320064, 320065, 320077, 320090, 320094, 320097, 320128, 320177, 320178, 320185, 320186, 320189, 320190, 320191, 320192, 320195, 320258, 320275, 320276, 320277, 320283, 320285, 320321, 320328, 320336, 320338, 320340, 320342, 320344, 320347, 320369, 320383, 320393, 320395, 320396, 320397, 320398, 320399, 320400, 320413, 320416, 320434, 320497, 320500, 320543, 320548, 320553, 320555, 320561, 320566, 320569, 320570, 320571, 320654, 320673, 320674, 320688, 320712, 320757, 320804, 320807, 320808, 320809, 320821, 320822, 320823, 320824, 320838, 320839, 320840, 320841, 320853, 320854, 320855, 320856, 320857, 320858, 320859, 320887, 320888, 320916, 320917, 320920, 320933, 320934, 320936, 320941, 320980, 320994, 320995, 320996, 321004, 321005, 321006, 321007, 321009, 321010, 321011, 321012, 321051, 321055, 321067, 321068, 321069, 321078, 321119, 321121, 321122, 321123, 321124, 321126, 321134, 321138, 321140, 321149, 321162, 321164, 321165, 321166, 321167, 321177, 321178, 321218, 321219, 321221, 321230, 321231, 321232, 321233, 321260, 321261, 321262, 321283, 321294, 321295, 321296, 321305, 321309, 321310, 321311, 321312, 321313, 321323, 321383, 321386, 321388, 321393, 321396, 321397, 321402, 321414, 321415, 321431, 321432, 321433, 321434, 321436, 321457, 321461, 321475, 321528, 321536, 321586, 321607, 321636, 321640, 321650, 321652, 321653, 321665, 321674, 321679, 321683, 321685, 321709, 321710, 321712, 321728, 321729, 321730, 321731, 321732, 321735, 321755, 321758, 321759, 321760, 321773, 321774, 321775, 321776, 321777, 321778, 321780, 321781, 321794, 321795, 321796, 321813, 321815, 321817, 321818, 321819, 321820, 321831, 321832, 321833, 321834, 321870, 321879, 321880, 321887, 321908, 321909, 321917, 321919, 321933, 321949, 321959, 321960, 321961, 321973, 321975, 321988, 321990, 322012, 322013, 322014, 322022, 322040, 322049, 322057, 322068, 322079, 322088, 322106, 322113, 322118, 322165, 322167, 322179, 322201, 322204, 322222, 322247, 322252, 322317, 322319, 322322, 322323, 322324, 322332, 322339, 322348, 322355, 322356, 322381, 322397, 322407, 322430, 322431, 322480, 322483, 322484, 322485, 322487, 322492, 322510, 322599, 322602, 322603, 322605, 322616, 322617, 322625, 322633, 322672, 322701, 322702, 322704, 322705, 322707, 322709, 322713, 322714, 322715, 322716, 322752, 323292, 323318, 323326, 323327, 323328, 323336, 323344, 323345, 323347, 323348, 323349, 323413, 323414, 323415, 323416, 323417, 323418, 323419, 323420, 323421, 323423, 323470, 323471, 323472, 323473, 323474, 323475, 323487, 323488, 323491, 323492, 323493, 323495, 323523, 323524, 323525, 323526, 323558, 323560, 323639, 323641, 323650, 323653, 323692, 323693, 323696, 323697, 323698, 323699, 323700, 323701, 323702, 323716, 323725, 323726, 323727, 323755, 323775, 323778, 323790, 323794, 323825, 323841, 323857, 323940, 323954, 323976, 323978, 323980, 323983, 323997, 324021, 324022, 324077, 324078, 324087, 324089, 324101, 324131, 324161, 324162, 324163, 324164, 324167, 324200, 324201, 324202, 324205, 324206, 324207, 324209, 324237, 324245, 324293, 324313, 324314, 324315, 324317, 324318, 324408, 324420, 324432, 324543, 324564, 324570, 324571, 324645, 324661, 324729, 324747, 324764, 324765, 324769, 324772, 324785, 324791, 324818, 324835, 324840, 324841, 324846, 324857, 324863, 324877, 324878, 324896, 324897, 324967, 324970, 324980, 324997, 324998, 324999, 325000, 325001, 325022, 325057, 325065, 325097, 325098, 325099, 325100, 325101, 325110, 325111, 325113, 325114, 325117, 325159, 325167, 325168, 325169, 325170, 325172, 325175, 325199, 325200, 325202, 325203, 325204, 325342, 325343, 325421, 325422, 325430, 325464, 325465, 325492, 325511, 325517, 325520, 325605, 325861, 325862, 355058, 355100, 355101, 355102, 355103, 355104, 355105, 355106, 355107, 355108, 355109, 355110, 355111, 355112, 355113, 355114, 355116, 355117, 355118, 355119, 355120, 355121, 355122, 355123, 355124, 355125, 355126, 355127, 355128, 355129, 355130, 355133, 355134, 355135, 355203, 355204, 355205, 355206, 355207, 355208, 355374, 355375, 355376, 355379, 355380, 355381, 355382, 355383, 355404, 355405, 355406, 355407, 355408, 355409, 355410, 355411, 355414, 355415, 355417, 355418, 355419, 355429, 355435, 355437, 355438, 355439, 355440, 355441, 355442, 355443, 355444, 355445, 355454, 355455, 355456, 355457, 355458, 355459, 355460, 355461, 355462, 355463, 355558, 355559, 355679, 355680, 355768, 355769, 355862, 355863, 355865, 355870, 355871, 355872, 355892, 355912, 355913, 355921, 355933, 355942, 355988, 355989, 355990, 355991, 355992, 355993, 355994, 355995, 355996, 355997, 355998, 355999, 356001, 356002, 356003, 356004, 356005, 356041, 356042, 356043, 356046, 356047, 356048, 356071, 356073, 356074, 356075, 356076, 356077, 356135, 356158, 356161, 356162, 356163, 356164, 356165, 356170, 356174, 356177, 356309, 356316, 356321, 356322, 356323, 356371, 356375, 356378, 356381, 356383, 356384, 356385, 356386, 356426, 356427, 356428, 356431, 356432, 356433, 356434, 356435, 356436, 356446, 356466, 356467, 356468, 356469, 356470, 356471, 356472, 356473, 356474, 356475, 356476, 356478, 356479, 356480, 356481, 356488, 356489, 356523, 356524, 356525, 356526, 356527, 356528, 356529, 356530, 356531, 356563, 356568, 356569, 356570, 356576, 356577, 356578, 356580, 356581, 356582, 356613, 356614, 356615, 356616, 356617, 356618, 356619, 356709, 356719, 356720, 356721, 356722, 356788, 356789, 356810, 356811, 356812, 356813, 356814, 356815, 356824, 356825, 356902, 356906, 356908, 356919, 356937, 356943, 356944, 356945, 356946, 356947, 356948, 356949, 356950, 356951, 356952, 356953, 356954, 356955, 356956, 356968, 356969, 356970, 356977, 356997, 356998, 356999, 357000, 357001, 357005, 357059, 357070, 357076, 357077, 357078, 357079, 357080, 357081, 357096, 357098, 357100, 357101, 357102, 357103, 357104, 357105, 357106, 357110, 357112, 357268, 357269, 357270, 357271, 357328, 357329, 357330, 357331, 357332, 357333, 357401, 357406, 357438, 357440, 357441, 357442, 357447, 357472, 357478, 357479, 357482, 357538, 357539, 357540, 357542, 357550, 357610, 357611, 357612, 357613, 357687, 357688, 357696, 357697, 357698, 357699, 357700, 357701, 357704, 357705, 357706, 357720, 357732, 357733, 357734, 357735, 357754, 357755, 357756, 357757, 357758, 357759, 357760, 357766, 357767, 357769, 357770, 357771, 357776, 357777, 357778, 357779, 357780, 357781, 357802, 357803, 357804, 357805, 357806, 357807, 357808, 357809, 357812, 357813, 357814, 357815, 357885, 357886, 357887, 357888, 357889, 357890, 357891, 357892, 357893, 357894, 357895, 357896, 357897, 357898, 357899, 357900, 357902, 359111, 359113, 359115, 359136, 359137, 359147, 359149, 359150, 359156, 359160, 359188, 359190, 359349, 359356, 359361, 359363, 359364, 359365, 359366, 359369, 359370, 359374, 359421, 359434, 359448, 359449, 359455, 359542, 359562, 359564, 359567, 359568, 359569, 359571, 359575, 359595, 359597, 359602, 359609, 359612, 359661, 359685, 359686, 359691, 359693, 359694, 359699, 359717, 359718, 359750, 359751, 359762, 359763, 359764, 359776, 359806, 359808, 359809, 359810, 359812, 359813, 359814, 359867, 359868, 359869, 359870, 359871, 359887, 359899, 359901, 359903, 359904, 359905, 359906, 359908, 359909, 359915, 359917, 359920, 359934, 359936, 359998, 360017, 360018, 360019, 360075, 360088, 360090, 360116, 360121, 360122, 360123, 360125, 360126, 360127, 360128, 360129, 360130, 360131, 360141, 360190, 360217, 360224, 360225, 360274, 360286, 360295, 360296, 360327, 360389, 360390, 360391, 360392, 360393, 360400, 360413, 360414, 360428, 360429, 360430, 360432, 360433, 360434, 360435, 360437, 360438, 360439, 360440, 360441, 360442, 360444, 360445, 360458, 360459, 360460, 360486, 360490, 360491, 360736, 360737, 360761, 360788, 360794, 360795, 360796, 360797, 360819, 360820, 360821, 360825, 360826, 360856, 360874, 360876, 360886, 360887, 360888, 360889, 360890, 360892, 360893, 360894, 360895, 360912, 360919, 360920, 360921, 360927, 360940, 360941, 360942, 360945, 360946, 360948, 360950, 360951, 360991, 360992, 361020, 361032, 361044, 361045, 361050, 361052, 361053, 361054, 361059, 361082, 361083, 361091, 361092, 361105, 361106, 361107, 361108, 361110, 361188, 361193, 361195, 361196, 361197, 361198, 361223, 361239, 361240, 361269, 361270, 361271, 361272, 361280, 361283, 361284, 361297, 361303, 361318, 361319, 361320, 361333, 361361, 361362, 361363, 361364, 361365, 361366, 361398, 361400, 361417, 361442, 361443, 361464, 361467, 361468, 361475, 361503, 361512, 361569, 361573, 361579, 361580, 361677, 361685, 361686, 361740, 361790, 361808, 361859, 361860, 361872, 361881, 361885, 361887, 361889, 361890, 361893, 361906, 361948, 361954, 361956, 361957, 361971, 361974, 361989, 361990, 361992, 361993, 361994, 362009, 362058, 362059, 362060, 362061, 362062, 362063, 362064, 362085, 362087, 362091, 362104, 362105, 362106, 362107, 362148, 362152, 362153, 362154, 362159, 362160, 362161, 362163, 362166, 362167, 362362, 362399, 362401, 362402, 362411, 362426, 362427, 362430, 362433, 362434, 362435, 362437, 362438, 362439, 362452, 362457, 362459, 362469, 362482, 362485, 362487, 362497, 362503, 362524, 362528, 362587, 362596, 362597, 362613, 362614, 362615, 362616, 362617, 362618, 362628, 362653, 362654, 362655, 362656, 362657, 362695, 362696, 362697, 362698, 362720, 362721, 362722, 362723, 362724, 362725, 362726, 362727, 362728, 362757, 362758, 362759, 362760, 366403, 366406, 366409, 366410, 366413, 366419, 366422, 366424, 366426, 366427, 366429, 366432, 366433, 366434, 366436, 366437, 366438, 366439, 366440, 366441, 366442, 366449, 366450, 366451, 366469, 366470, 366471, 366485, 366494, 366495, 366496, 366497, 366498, 366499, 366500, 366504, 366530, 366533]\n", - "Run: 190456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 10\n", - "Prescales: [300.0, 10.0]\n", - "Run: 190459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 10\n", - "Prescales: [300.0, 10.0]\n", - "Run: 190462 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190465 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190482 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1\n", - "Run: 190490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 10\n", - "Prescales: [300.0, 10.0]\n", - "Run: 190539 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190591 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 120\n", - "Prescales: [300.0, 120.0]\n", - "Run: 190592 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 120\n", - "Prescales: [300.0, 120.0]\n", - "Run: 190593 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190646 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/10 \n", - "Final prescale weight: 10\n", - "Run: 190659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Lumi bin edges: [(1.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 120\n", - "Final prescale weight: 300\n", - "Prescales: [120.0, 300.0]\n", - "Run: 190661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190678 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190679 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190688 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 120\n", - "Final prescale weight: 300\n", - "Prescales: [120.0, 300.0]\n", - "Run: 190702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, inf)]\n", - "Final prescale weight: 120\n", - "Final prescale weight: 180\n", - "Prescales: [120.0, 180.0]\n", - "Run: 190703 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Final prescale weight: 180\n", - "Run: 190704 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Final prescale weight: 180\n", - "Run: 190705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Lumi bin edges: [(1.0, 95.0), (95.0, inf)]\n", - "Final prescale weight: 180\n", - "Final prescale weight: 120\n", - "Prescales: [180.0, 120.0]\n", - "Run: 190706 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/6 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 120\n", - "Prescales: [300.0, 120.0]\n", - "Run: 190707 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190708 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190710 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/120 \n", - "Final prescale weight: 120\n", - "Run: 190733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Final prescale weight: 180\n", - "Run: 190734 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1\n", - "Run: 190735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1\n", - "Run: 190736 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Final prescale weight: 180\n", - "Run: 190738 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/180 \n", - "Final prescale weight: 180\n", - "Run: 190782 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 190895 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 190906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 190945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 190949 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Lumi bin edges: [(1.0, 82.0), (82.0, inf)]\n", - "Final prescale weight: 180\n", - "Final prescale weight: 8\n", - "Prescales: [180.0, 8.0]\n", - "Run: 191043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191056 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Final prescale weight: 300\n", - "Run: 191057 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 180\n", - "Prescales: [300.0, 180.0]\n", - "Run: 191062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191086 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 180\n", - "Final prescale weight: 8\n", - "Prescales: [180.0, 8.0]\n", - "Run: 191201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191226 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 180\n", - "Prescales: [300.0, 180.0]\n", - "Run: 191242 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 191244 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 191247 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191248 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/180 \n", - "Final prescale weight: 180\n", - "Run: 191264 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 76.0), (76.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 180\n", - "Final prescale weight: 300\n", - "Prescales: [300.0, 180.0, 300.0]\n", - "Run: 191271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Final prescale weight: 300\n", - "Run: 191276 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Final prescale weight: 300\n", - "Run: 191277 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Final prescale weight: 300\n", - "Run: 191367 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 8\n", - "Prescales: [300.0, 8.0]\n", - "Run: 191387 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 8\n", - "Prescales: [300.0, 8.0]\n", - "Run: 191404 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/10 \n", - "Final prescale weight: 10\n", - "Run: 191406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/10 \n", - "Final prescale weight: 10\n", - "Run: 191411 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Final prescale weight: 300\n", - "Run: 191419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/6 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 10\n", - "Prescales: [300.0, 10.0]\n", - "Run: 191421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/10 \n", - "Final prescale weight: 10\n", - "Run: 191424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/10 \n", - "Final prescale weight: 10\n", - "Run: 191691 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/180 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, inf)]\n", - "Final prescale weight: 180\n", - "Final prescale weight: 300\n", - "Prescales: [180.0, 300.0]\n", - "Run: 191692 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 180\n", - "Prescales: [300.0, 180.0]\n", - "Run: 191693 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 191694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191695 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191697 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 191700 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191718 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191720 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191723 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 191726 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 191810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191830 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 191833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191837 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191839 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191842 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191845 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191849 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191858 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 191859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193093 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 10\n", - "Prescales: [300.0, 10.0]\n", - "Run: 193112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 8\n", - "Final prescale weight: 120\n", - "Final prescale weight: 8\n", - "Prescales: [8.0, 120.0, 8.0]\n", - "Run: 193115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 4\n", - "Run: 193116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 8\n", - "Run: 193123 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/120 \n", - "Final prescale weight: 120\n", - "Run: 193124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 120\n", - "Prescales: [300.0, 120.0]\n", - "Run: 193192 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, 39.0), (39.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 120\n", - "Final prescale weight: 8\n", - "Final prescale weight: 300\n", - "Prescales: [300.0, 120.0, 8.0, 300.0]\n", - "Run: 193193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/3 \n", - "Final prescale weight: 300\n", - "Run: 193334 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Lumi bin edges: [(1.0, 608.0), (608.0, inf)]\n", - "Final prescale weight: 300\n", - "Final prescale weight: 180\n", - "Prescales: [300.0, 180.0]\n", - "Run: 193541 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193556 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193557 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193621 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/6 \n", - "Final prescale weight: 300\n", - "Run: 193833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193836 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193878 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193898 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193904 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193925 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193928 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 193999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194027 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 701.0), (701.0, 1777.0), (1777.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0, 200.0]\n", - "Run: 194051 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194052 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194076 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 564.0), (564.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194108 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 821.0), (821.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 713.0), (713.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 194117 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194119 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194120 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 334.0), (334.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194150 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194151 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 498.0), (498.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194210 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 422.0), (422.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194223 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194224 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194225 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194305 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194464 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 312.0), (312.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194533 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194535 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194619 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194627 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194631 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194643 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194644 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194691 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194699 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194704 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 382.0), (382.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194711 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 515.0), (515.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 194735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194785 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194786 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 194787 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 194788 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194896 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 194914 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 17.0), (17.0, 21.0), (21.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 400.0, 200.0, 400.0, 200.0]\n", - "Run: 194915 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195014 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195015 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195016 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 440.0), (440.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 400\n", - "Prescales: [200.0, 400.0]\n", - "Run: 195099 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195109 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195147 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195251 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195265 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195266 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195378 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 1301.0), (1301.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [600.0, 400.0, 200.0]\n", - "Run: 195379 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195385 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195387 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 188.0), (188.0, 1313.0), (1313.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0, 200.0]\n", - "Run: 195399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195522 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195529 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195530 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195540 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195551 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 1307.0), (1307.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 195633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 195634 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195644 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195647 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195649 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195655 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 195664 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 200\n", - "Prescales: [200.0, 200.0]\n", - "Run: 195747 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 50\n", - "Final prescale weight: 200\n", - "Final prescale weight: 50\n", - "Prescales: [50.0, 200.0, 50.0]\n", - "Run: 195748 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 195749 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195773 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 426.0), (426.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 195841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195915 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195916 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195918 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195925 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195926 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195927 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195929 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195930 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 150.0), (150.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 195936 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 50\n", - "Run: 195937 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 195947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 195948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 849.0), (849.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 195963 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 195970 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196019 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196027 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196047 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196048 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 200\n", - "Run: 196095 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 200\n", - "Run: 196096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196097 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196098 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196099 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 200\n", - "Final prescale weight: 400\n", - "Prescales: [200.0, 400.0]\n", - "Run: 196131 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196135 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196197 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 200\n", - "Run: 196202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196203 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 835.0), (835.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 196249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196250 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196251 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196252 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196334 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 600.0, 400.0]\n", - "Run: 196352 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196353 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196357 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196359 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 200\n", - "Run: 196362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 815.0), (815.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 196430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 521.0), (521.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 196452 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 805.0), (805.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 200\n", - "Prescales: [400.0, 200.0]\n", - "Run: 196458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/4 \n", - "Final prescale weight: 200\n", - "Run: 196495 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 196497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196501 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 196531 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 400\n", - "Run: 198022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/0 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 101.0), (101.0, 109.0), (109.0, 113.0), (113.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 10\n", - "Final prescale weight: 800\n", - "Final prescale weight: 10\n", - "Final prescale weight: 800\n", - "Prescales: [0.0, 10.0, 800.0, 10.0, 800.0]\n", - "Run: 198023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 200\n", - "Run: 198041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198045 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 200\n", - "Run: 198047 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198048 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198210 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198211 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198212 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 264.0), (264.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 800\n", - "Prescales: [400.0, 800.0]\n", - "Run: 198213 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198214 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198215 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/4 \n", - "Final prescale weight: 800\n", - "Run: 198229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 198230 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198268 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198269 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 463.0), (463.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 198272 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198346 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198372 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198486 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 451.0), (451.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 198522 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 200\n", - "Run: 198898 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 125.0), (125.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0, 400.0]\n", - "Run: 198941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 198955 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 351.0), (351.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 198969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 673.0), (673.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199008 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199011 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199021 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 683.0), (683.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/0 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 199318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 686.0), (686.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199356 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199409 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 616.0), (616.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 595.0), (595.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 590.0), (590.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199436 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 642.0), (642.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 200\n", - "Run: 199564 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199565 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 200\n", - "Run: 199566 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199568 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 354.0), (354.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199573 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199574 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 400\n", - "Run: 199608 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 602.0), (602.0, 2267.0), (2267.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0, 400.0]\n", - "Run: 199698 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 199699 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 389.0), (389.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 199703 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199739 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 199745 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199751 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199752 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199753 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199754 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 561.0), (561.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 629.0), (629.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 411.0), (411.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 656.0), (656.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199863 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 199864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199867 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199875 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 344.0), (344.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199961 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 188.0), (188.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 199967 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 199973 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 652.0), (652.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 320.0), (320.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 200091 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 701.0), (701.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0, 400.0]\n", - "Run: 200152 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200160 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200174 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200176 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200187 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 200188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200228 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200243 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200244 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 612.0), (612.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200245 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200253 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200368 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200369 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200381 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 200466 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 91.0), (91.0, 142.0), (142.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0, 400.0]\n", - "Run: 200473 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 498.0), (498.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200518 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 200519 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 528.0), (528.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 749.0), (749.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200532 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200600 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 642.0), (642.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200601 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200602 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 200961 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200976 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 200990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 200991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 550.0), (550.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 200992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 201097 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 500.0), (500.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1\n", - "Run: 201114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 201164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201168 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 198.0), (198.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201173 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201174 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 415.0), (415.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201176 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 201191 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 88.0), (88.0, 140.0), (140.0, 875.0), (875.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0, 600.0, 400.0, 400.0]\n", - "Run: 201193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201195 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 201196 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201197 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 157.0), (157.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201228 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201278 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 126.0), (126.0, 790.0), (790.0, 2193.0), (2193.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 400.0, 400.0, 600.0]\n", - "Run: 201366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201384 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201418 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201535 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 10\n", - "Prescales: [600.0, 10.0]\n", - "Run: 201554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201602 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201611 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 132.0), (132.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 201613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201624 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 176.0), (176.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201625 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 738.0), (738.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201668 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201669 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201671 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 559.0), (559.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201676 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 201678 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201679 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201692 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 130.0), (130.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201706 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201707 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 579.0), (579.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201708 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201718 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 201729 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 600\n", - "Run: 201802 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 172.0), (172.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 201803 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201805 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 201807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 201819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 231.0), (231.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 201824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/0 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 202012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202014 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202016 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 203.0), (203.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202045 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 340.0), (340.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202047 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202051 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202054 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202060 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 715.0), (715.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202074 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 616.0), (616.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202084 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202086 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 501.0), (501.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202091 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202092 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202093 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, 664.0), (664.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202205 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202209 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 102.0), (102.0, 986.0), (986.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202272 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 637.0), (637.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202299 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 165.0), (165.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202301 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202305 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 190.0), (190.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 136.0), (136.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202331 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202332 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202333 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202389 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 127.0), (127.0, 211.0), (211.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 0\n", - "Prescales: [600.0, 400.0, 0.0]\n", - "Run: 202469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 141.0), (141.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 202471 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 200\n", - "Run: 202477 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 400\n", - "Run: 202478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 230.0), (230.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 202504 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 83.0), (83.0, 735.0), (735.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202869 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 202873 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 202876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 202880 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 202909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 202972 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 530.0), (530.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 202973 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 1312.0), (1312.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 203002 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 103.0), (103.0, 766.0), (766.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 400.0]\n", - "Run: 203709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203739 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203742 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 203778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 203780 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203830 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 86.0), (86.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 203832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 318.0), (318.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 203836 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 0\n", - "Prescales: [400.0, 0.0]\n", - "Run: 203853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 122.0), (122.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 203894 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 86.0), (86.0, 485.0), (485.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 203909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 192.0), (192.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 203912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 382.0), (382.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 203980 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203981 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203985 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203986 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203987 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 310.0), (310.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 203991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 203994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 144.0), (144.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 200\n", - "Prescales: [600.0, 200.0]\n", - "Run: 204101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 183.0), (183.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 204114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 259.0), (259.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 204238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 204250 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 204484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 204506 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 204511 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204541 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 83.0), (83.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 204544 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204545 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 204550 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 200\n", - "Run: 204551 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204555 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 204564 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 436.0), (436.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 204565 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204566 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204576 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 204577 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 633.0), (633.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 204599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 143.0), (143.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 204600 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 204601 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 488.0), (488.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 204792 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Prescales: [600.0, 0.0]\n", - "Run: 204795 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 204797 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 204798 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 204799 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 204800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 204803 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 204809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 204812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 205086 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 57.0), (57.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 205111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 89.0), (89.0, 92.0), (92.0, 114.0), (114.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 600.0, 400.0]\n", - "Run: 205158 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 102.0), (102.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 205193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 61.0), (61.0, 65.0), (65.0, 100.0), (100.0, 805.0), (805.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 600.0, 400.0, 400.0]\n", - "Run: 205214 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 200\n", - "Run: 205215 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 200\n", - "Run: 205217 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205233 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 205235 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 205236 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 164.0), (164.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205311 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 168.0), (168.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 377.0), (377.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 84.0), (84.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205519 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 281.0), (281.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 205598 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 205599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 205600 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205604 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 200\n", - "Run: 205605 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205611 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 200\n", - "Run: 205614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 169.0), (169.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205618 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205620 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205627 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 123.0), (123.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205666 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 99.0), (99.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205667 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 202.0), (202.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205683 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205690 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 205718 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 168.0), (168.0, 703.0), (703.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 205774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205826 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 168.0), (168.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 205834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 205908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 205921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 205937 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 206066 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 134.0), (134.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 206088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206098 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 206102 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 64.0), (64.0, 83.0), (83.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 600.0, 400.0]\n", - "Run: 206187 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 148.0), (148.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 206208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 231.0), (231.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 206210 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 486.0), (486.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 206243 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 165.0), (165.0, 909.0), (909.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 400.0]\n", - "Run: 206245 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206246 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206257 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206258 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206297 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 206301 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 206302 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206331 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 187.0), (187.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206389 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 206390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206401 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 181.0), (181.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206446 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 147.0), (147.0, 967.0), (967.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 400.0]\n", - "Run: 206448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206466 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 206477 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 224.0), (224.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 206512 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 96.0), (96.0, 883.0), (883.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 400.0]\n", - "Run: 206513 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206539 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 206540 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 206541 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 206542 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 17.0), (17.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 600.0, 400.0]\n", - "Run: 206550 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 400.0, 600.0]\n", - "Run: 206573 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206574 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206594 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 108.0), (108.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206596 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 324.0), (324.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 206598 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206605 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206744 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206745 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 349.0), (349.0, 1965.0), (1965.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0, 400.0]\n", - "Run: 206859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 162.0), (162.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 206866 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 216.0), (216.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 206867 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206869 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 206901 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 206939 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 206940 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 596.0), (596.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207099 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 150.0), (150.0, 923.0), (923.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 207100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207214 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 151.0), (151.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 207217 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207219 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207220 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207221 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207222 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207231 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 181.0), (181.0, 985.0), (985.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 207233 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207269 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 88.0), (88.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 207273 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 310.0), (310.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 902.0), (902.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 207299 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207320 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 8\n", - "Run: 207371 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 72.0), (72.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207372 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 32.0), (32.0, 60.0), (60.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 600.0, 400.0]\n", - "Run: 207398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 138.0), (138.0, 982.0), (982.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 207468 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 207477 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 178.0), (178.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, 35.0), (35.0, 144.0), (144.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 0.0, 600.0, 400.0]\n", - "Run: 207488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 213.0), (213.0, 1072.0), (1072.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 400.0]\n", - "Run: 207517 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207518 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207714 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 8\n", - "Prescales: [0.0, 600.0, 8.0]\n", - "Run: 207779 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 8\n", - "Run: 207788 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 4\n", - "Run: 207789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 8\n", - "Run: 207790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 8\n", - "Run: 207813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 8\n", - "Prescales: [0.0, 8.0]\n", - "Run: 207875 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 8\n", - "Prescales: [600.0, 8.0]\n", - "Run: 207882 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207883 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207884 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 400\n", - "Run: 207887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207889 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 92.0), (92.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 207898 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 207905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 74.0), (74.0, 78.0), (78.0, 136.0), (136.0, 931.0), (931.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0, 600.0, 400.0, 400.0]\n", - "Run: 207920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 125.0), (125.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 207921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 207922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 207924 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208297 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208298 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 208299 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208300 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208302 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 208303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 300\n", - "Run: 208304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208307 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 630.0), (630.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 208339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 208341 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 407.0), (407.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 208351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 135.0), (135.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 208352 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208353 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208357 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 208390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 157.0), (157.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 208391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 685.0), (685.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 208392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208394 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208402 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208407 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 208428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 208509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 208535 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Final prescale weight: 600\n", - "Run: 208540 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0]\n", - "Run: 208541 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208551 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/2 \n", - "Lumi bin edges: [(1.0, 105.0), (105.0, 290.0), (290.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [600.0, 400.0, 400.0]\n", - "Run: 208552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 100\n", - "Run: 208553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 208686 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 148.0), (148.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 600.0, 400.0]\n", - "Run: 209089 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 35.0), (35.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0, 400.0, 400.0]\n", - "Run: 209106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 209109 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 209146 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 400\n", - "Prescales: [0.0, 400.0]\n", - "Run: 209148 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Final prescale weight: 400\n", - "Run: 209151 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/4 \n", - "Lumi bin edges: [(1.0, 311.0), (311.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 400.0]\n", - "Run: 251121 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 65537\n", - "Run: 251161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Final prescale weight: 0\n", - "Run: 251162 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(32.0, 46.0), (46.0, 52.0), (52.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0, 2000.0]\n", - "Run: 251163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251168 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251244 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251251 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0]\n", - "Run: 251252 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Final prescale weight: 0\n", - "Run: 251493 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251496 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 227.0), (227.0, 243.0), (243.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0, 2000.0]\n", - "Run: 251497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251498 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251499 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251500 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251521 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251522 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251548 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251559 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251560 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 251561 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251562 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251604 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 251633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 65537\n", - "Run: 251635 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 65537\n", - "Run: 251636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 65537\n", - "Run: 251637 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 65537\n", - "Run: 251638 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 8.0), (8.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0, 0.0, 2000.0]\n", - "Run: 251640 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251642 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251643 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251716 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 2000\n", - "Run: 251721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 90.0), (90.0, 98.0), (98.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0, 2000.0, 2000.0]\n", - "Run: 251781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0]\n", - "Run: 251864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0]\n", - "Run: 251883 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 70.0), (70.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0, 2000.0]\n", - "Run: 252102 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0]\n", - "Run: 252116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 43.0), (43.0, 91.0), (91.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0, 262139.0, 2000.0]\n", - "Run: 252126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(5.0, 6.0), (6.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 2000.0, 2000.0]\n", - "Run: 253886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(8.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 50\n", - "Prescales: [1000.0, 50.0]\n", - "Run: 253887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253888 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(104.0, 161.0), (161.0, 204.0), (204.0, 240.0), (240.0, 253.0), (253.0, inf)]\n", - "Final prescale weight: 50\n", - "Final prescale weight: 50\n", - "Final prescale weight: 100\n", - "Final prescale weight: 100\n", - "Final prescale weight: 50\n", - "Prescales: [50.0, 50.0, 100.0, 100.0, 50.0]\n", - "Run: 253943 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Final prescale weight: 4000\n", - "Run: 253944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0]\n", - "Run: 253946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253951 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253952 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 253954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0]\n", - "Run: 254226 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254227 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Final prescale weight: 4000\n", - "Run: 254230 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 50\n", - "Prescales: [1000.0, 50.0]\n", - "Run: 254231 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254232 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 9.0), (9.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0, 4000.0, 50.0]\n", - "Run: 254280 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(6.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0]\n", - "Run: 254283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(5.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0]\n", - "Run: 254284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254285 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(65.0, 296.0), (296.0, inf)]\n", - "Final prescale weight: 50\n", - "Final prescale weight: 50\n", - "Prescales: [50.0, 50.0]\n", - "Run: 254289 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254290 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254294 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254306 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 10.0), (10.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 50.0, 4000.0, 50.0]\n", - "Run: 254307 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 50\n", - "Run: 254331 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 1000\n", - "Run: 254332 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(12.0, 14.0), (14.0, 73.0), (73.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 50\n", - "Prescales: [4000.0, 262139.0, 50.0]\n", - "Run: 254340 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 13.0), (13.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 50\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 50.0, 262139.0, 100.0]\n", - "Run: 254341 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254342 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(6.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 100\n", - "Prescales: [262139.0, 100.0]\n", - "Run: 254362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254367 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254368 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254380 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(8.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 1000\n", - "Run: 254416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 100\n", - "Prescales: [262139.0, 100.0]\n", - "Run: 254437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 54.0), (54.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 100\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 262139.0, 100.0, 100.0]\n", - "Run: 254450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254451 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254511 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254512 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254530 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 6.0), (6.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0, 4000.0, 100.0]\n", - "Run: 254532 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Final prescale weight: 100\n", - "Run: 254607 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254608 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/1 \n", - "Lumi bin edges: [(1.0, 515.0), (515.0, 656.0), (656.0, inf)]\n", - "Final prescale weight: 100\n", - "Final prescale weight: 100\n", - "Final prescale weight: 100\n", - "Prescales: [100.0, 100.0, 100.0]\n", - "Run: 254790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 126.0), (126.0, 317.0), (317.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 200\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 200.0, 100.0]\n", - "Run: 254852 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 55.0), (55.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254879 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 100\n", - "Prescales: [4000.0, 100.0]\n", - "Run: 254905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 200\n", - "Prescales: [4000.0, 200.0]\n", - "Run: 254906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/2 \n", - "Final prescale weight: 200\n", - "Run: 254907 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/2 \n", - "Final prescale weight: 200\n", - "Run: 254913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Final prescale weight: 4000\n", - "Run: 254914 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v2/4 \n", - "Final prescale weight: 4000\n", - "Run: 256629 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256630 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256672 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 256673 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256675 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256676 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256677 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256725 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 256727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256728 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256729 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256730 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 256733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 256734 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256796 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 256798 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256801 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256842 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 256843 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256865 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256866 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256867 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, 55.0), (55.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 800\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 800\n", - "Prescales: [2400.0, 800.0, 2400.0, 800.0]\n", - "Run: 256868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 382.0), (382.0, inf)]\n", - "Final prescale weight: 800\n", - "Final prescale weight: 2400\n", - "Prescales: [800.0, 2400.0]\n", - "Run: 256869 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256924 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 3000\n", - "Prescales: [12000.0, 3000.0]\n", - "Run: 256925 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Final prescale weight: 3000\n", - "Run: 256926 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 256935 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 256936 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 256941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257024 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 257025 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 257026 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 257027 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 257394 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 257399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257460 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 257461 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 38.0), (38.0, 69.0), (69.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0, 3000.0, 2400.0]\n", - "Run: 257487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 257490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257529 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 11.0), (11.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0, 12000.0, 2400.0]\n", - "Run: 257531 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257598 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257611 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 257613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257644 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257682 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 800\n", - "Prescales: [2400.0, 800.0]\n", - "Run: 257721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 800\n", - "Prescales: [12000.0, 800.0]\n", - "Run: 257722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Final prescale weight: 800\n", - "Run: 257723 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Final prescale weight: 800\n", - "Run: 257732 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Final prescale weight: 800\n", - "Run: 257735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 4.0), (4.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 800\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 800\n", - "Prescales: [12000.0, 800.0, 12000.0, 800.0]\n", - "Run: 257748 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257750 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 257751 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 800\n", - "Final prescale weight: 2400\n", - "Prescales: [800.0, 2400.0]\n", - "Run: 257805 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 257819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257823 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 257968 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 11.0), (11.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0, 12000.0, 2400.0]\n", - "Run: 257969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 258126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 258129 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 258136 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258152 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 258155 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 258156 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258157 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258158 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258174 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 161.0), (161.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [12000.0, 2400.0, 3000.0]\n", - "Run: 258175 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258210 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 258211 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 258213 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0]\n", - "Run: 258214 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258215 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Final prescale weight: 12000\n", - "Run: 258287 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 258311 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258312 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258320 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258334 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 3000\n", - "Run: 258335 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/4 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 18.0), (18.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 12000\n", - "Final prescale weight: 2400\n", - "Prescales: [12000.0, 2400.0, 12000.0, 2400.0]\n", - "Run: 258423 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258425 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258444 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258445 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258446 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/3 \n", - "Final prescale weight: 2400\n", - "Run: 258655 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 6000\n", - "Final prescale weight: 800\n", - "Final prescale weight: 1500\n", - "Prescales: [6000.0, 800.0, 1500.0]\n", - "Run: 258656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 800\n", - "Prescales: [1500.0, 800.0]\n", - "Run: 258690 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258692 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258703 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Lumi bin edges: [(1.0, 262.0), (262.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 800\n", - "Prescales: [1500.0, 800.0]\n", - "Run: 258705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258706 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258713 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258714 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 800\n", - "Run: 258741 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258742 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258745 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258749 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258750 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 1500\n", - "Run: 258959 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 6000\n", - "Final prescale weight: 800\n", - "Prescales: [6000.0, 800.0]\n", - "Run: 259453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 80\n", - "Run: 259456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 80\n", - "Run: 259457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 80\n", - "Run: 259458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 80\n", - "Run: 259464 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/1 \n", - "Final prescale weight: 80\n", - "Run: 259626 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v3/2 \n", - "Lumi bin edges: [(1.0, 98.0), (98.0, inf)]\n", - "Final prescale weight: 6000\n", - "Final prescale weight: 400\n", - "Prescales: [6000.0, 400.0]\n", - "Run: 259636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 6.0), (6.0, 7.0), (7.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [3000.0, 700.0, 3000.0, 700.0, 400.0]\n", - "Run: 259637 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 400\n", - "Prescales: [3000.0, 400.0]\n", - "Run: 259681 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 700.0]\n", - "Run: 259682 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 259683 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 259685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 400.0), (400.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [700.0, 400.0]\n", - "Run: 259686 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 200\n", - "Run: 259809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 259810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 112.0), (112.0, 227.0), (227.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Prescales: [700.0, 400.0, 700.0]\n", - "Run: 259811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, 18.0), (18.0, 19.0), (19.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [400.0, 700.0, 400.0, 700.0, 400.0]\n", - "Run: 259821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 259822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, 232.0), (232.0, 233.0), (233.0, inf)]\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Prescales: [400.0, 700.0, 400.0, 700.0]\n", - "Run: 259857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 700.0]\n", - "Run: 259859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 259861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 259862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 271.0), (271.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [700.0, 400.0]\n", - "Run: 259884 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 41.0), (41.0, 82.0), (82.0, 115.0), (115.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 400.0, 700.0, 400.0, 700.0]\n", - "Run: 259890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [700.0, 400.0]\n", - "Run: 259891 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 3000\n", - "Run: 260371 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 3000\n", - "Run: 260373 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 200\n", - "Run: 260422 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260423 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260425 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [700.0, 400.0]\n", - "Run: 260431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1450\n", - "Run: 260507 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 262139\n", - "Run: 260510 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 262139\n", - "Final prescale weight: 6000\n", - "Prescales: [262139.0, 6000.0]\n", - "Run: 260527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 6000\n", - "Run: 260528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 6000\n", - "Run: 260532 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 686.0), (686.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 400\n", - "Prescales: [700.0, 400.0]\n", - "Run: 260533 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260534 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260536 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260540 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260541 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 400\n", - "Run: 260570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 260572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260576 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260577 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 260583 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 700.0]\n", - "Run: 260593 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 7.0), (7.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 700.0, 3000.0, 700.0]\n", - "Run: 260627 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 108.0), (108.0, 128.0), (128.0, 213.0), (213.0, 575.0), (575.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [3000.0, 700.0, 1000.0, 700.0, 1000.0, 700.0]\n", - "Run: 260727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 3000\n", - "Run: 272023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 0\n", - "Run: 272612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 0\n", - "Run: 272674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272680 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 4\n", - "Final prescale weight: 40\n", - "Prescales: [4.0, 40.0]\n", - "Run: 272681 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 140000\n", - "Prescales: [0.0, 140000.0]\n", - "Run: 272682 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Final prescale weight: 0\n", - "Run: 272728 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 0.0, 4.0]\n", - "Run: 272729 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272746 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272747 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272748 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272750 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272761 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272762 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272771 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 8\n", - "Prescales: [0.0, 8.0]\n", - "Run: 272775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/8 \n", - "Lumi bin edges: [(1.0, 119.0), (119.0, 125.0), (125.0, inf)]\n", - "Final prescale weight: 8\n", - "Final prescale weight: 4\n", - "Final prescale weight: 8\n", - "Prescales: [8.0, 4.0, 8.0]\n", - "Run: 272776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/8 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, 48.0), (48.0, inf)]\n", - "Final prescale weight: 8\n", - "Final prescale weight: 4\n", - "Final prescale weight: 8\n", - "Prescales: [8.0, 4.0, 8.0]\n", - "Run: 272782 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 48.0), (48.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 8\n", - "Prescales: [0.0, 8.0]\n", - "Run: 272783 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/8 \n", - "Final prescale weight: 8\n", - "Run: 272784 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272785 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272786 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272787 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 4\n", - "Run: 272791 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272798 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 12\n", - "Final prescale weight: 8\n", - "Prescales: [12.0, 8.0]\n", - "Run: 272807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 272812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 272814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 272815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 30\n", - "Prescales: [0.0, 30.0]\n", - "Run: 272816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/30 \n", - "Final prescale weight: 30\n", - "Run: 272818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/30 \n", - "Final prescale weight: 30\n", - "Run: 272827 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Prescales: [0.0, 40.0]\n", - "Run: 272828 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 40\n", - "Final prescale weight: 30\n", - "Prescales: [40.0, 30.0]\n", - "Run: 272829 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/30 \n", - "Final prescale weight: 30\n", - "Run: 272907 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4\n", - "Prescales: [0.0, 4.0]\n", - "Run: 272921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Final prescale weight: 0\n", - "Run: 272922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 700\n", - "Prescales: [0.0, 700.0]\n", - "Run: 272923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 700\n", - "Run: 272924 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 272926 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 272927 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 64.0), (64.0, inf)]\n", - "Final prescale weight: 1\n", - "Final prescale weight: 700\n", - "Final prescale weight: 1\n", - "Prescales: [1.0, 700.0, 1.0]\n", - "Run: 272930 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 156.0), (156.0, 160.0), (160.0, inf)]\n", - "Final prescale weight: 40\n", - "Final prescale weight: 28000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 28000\n", - "Prescales: [40.0, 28000.0, 0.0, 28000.0]\n", - "Run: 272935 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 30.0), (30.0, 66.0), (66.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Prescales: [0.0, 40.0, 0.0, 40.0]\n", - "Run: 272936 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 273006 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 273017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Prescales: [0.0, 40.0]\n", - "Run: 273063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 273136 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Prescales: [0.0, 40.0]\n", - "Run: 273138 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 273143 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 273145 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 273146 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 40\n", - "Run: 273150 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/80 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 40\n", - "Final prescale weight: 28000\n", - "Prescales: [0.0, 40.0, 28000.0]\n", - "Run: 273158 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 32.0), (32.0, inf)]\n", - "Final prescale weight: 28000\n", - "Final prescale weight: 40\n", - "Final prescale weight: 28000\n", - "Prescales: [28000.0, 40.0, 28000.0]\n", - "Run: 273276 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 273286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 0\n", - "Run: 273287 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14000\n", - "Prescales: [0.0, 14000.0]\n", - "Run: 273290 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 20\n", - "Prescales: [0.0, 14000.0, 20.0]\n", - "Run: 273291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273295 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 273296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 20\n", - "Final prescale weight: 14000\n", - "Prescales: [20.0, 14000.0]\n", - "Run: 273299 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 14000\n", - "Run: 273301 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 14000\n", - "Run: 273302 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 14000\n", - "Run: 273373 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 1400.0]\n", - "Run: 273385 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273386 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273402 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 46.0), (46.0, 59.0), (59.0, 79.0), (79.0, 190.0), (190.0, 255.0), (255.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 17500\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 17500\n", - "Prescales: [0.0, 14000.0, 17500.0, 14000.0, 1400.0, 14000.0, 17500.0]\n", - "Run: 273403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273404 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273405 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273408 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 700\n", - "Final prescale weight: 1\n", - "Prescales: [700.0, 1.0]\n", - "Run: 273409 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273410 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273411 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273412 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 15\n", - "Prescales: [0.0, 15.0]\n", - "Run: 273425 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 54.0), (54.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 10500\n", - "Final prescale weight: 15\n", - "Final prescale weight: 10500\n", - "Prescales: [0.0, 10500.0, 15.0, 10500.0]\n", - "Run: 273426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 10500\n", - "Run: 273429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/20 \n", - "Final prescale weight: 20\n", - "Run: 273440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 273443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 21000\n", - "Prescales: [0.0, 21000.0]\n", - "Run: 273445 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1400\n", - "Run: 273446 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 21000\n", - "Run: 273447 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 21000\n", - "Run: 273448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Lumi bin edges: [(1.0, 379.0), (379.0, inf)]\n", - "Final prescale weight: 21000\n", - "Final prescale weight: 10500\n", - "Prescales: [21000.0, 10500.0]\n", - "Run: 273449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 10500\n", - "Prescales: [0.0, 10500.0]\n", - "Run: 273450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 10500\n", - "Run: 273492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 41.0), (41.0, 55.0), (55.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 49000\n", - "Final prescale weight: 2\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 49000.0, 2.0, 1400.0]\n", - "Run: 273493 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 1400.0]\n", - "Run: 273494 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273502 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 1400.0]\n", - "Run: 273503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 1400\n", - "Run: 273504 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Final prescale weight: 0\n", - "Run: 273514 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 15\n", - "Final prescale weight: 15\n", - "Prescales: [15.0, 15.0]\n", - "Run: 273523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 273526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 15\n", - "Final prescale weight: 15\n", - "Prescales: [15.0, 15.0]\n", - "Run: 273537 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 273554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/40 \n", - "Lumi bin edges: [(1.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2800\n", - "Prescales: [0.0, 2800.0]\n", - "Run: 273555 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2800\n", - "Run: 273589 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 273590 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 273592 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 273725 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 109.0), (109.0, 1224.0), (1224.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 350\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [0.0, 350.0, 1400.0, 350.0]\n", - "Run: 273728 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 350\n", - "Run: 273730 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Lumi bin edges: [(1.0, 287.0), (287.0, 295.0), (295.0, 1491.0), (1491.0, inf)]\n", - "Final prescale weight: 350\n", - "Final prescale weight: 15\n", - "Final prescale weight: 350\n", - "Final prescale weight: 15\n", - "Prescales: [350.0, 15.0, 350.0, 15.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 274079 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2\n", - "Prescales: [0.0, 2.0]\n", - "Run: 274080 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2\n", - "Run: 274081 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2\n", - "Run: 274083 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2\n", - "Run: 274087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2\n", - "Run: 274088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 2\n", - "Run: 274094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 350\n", - "Run: 274102 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 274103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 274104 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 15\n", - "Final prescale weight: 15\n", - "Prescales: [15.0, 15.0]\n", - "Run: 274105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 274106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 274107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 1\n", - "Run: 274108 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/15 \n", - "Final prescale weight: 15\n", - "Run: 274125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Final prescale weight: 0\n", - "Run: 274142 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 1400\n", - "Run: 274146 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 1400.0]\n", - "Run: 274147 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 350\n", - "Run: 274157 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, 355.0), (355.0, 359.0), (359.0, 484.0), (484.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 4270.0, 0.0, 2200.0, 1400.0]\n", - "Run: 274159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 1400\n", - "Run: 274160 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 1400\n", - "Run: 274161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/4 \n", - "Final prescale weight: 1400\n", - "Run: 274169 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 610\n", - "Run: 274170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 610\n", - "Prescales: [0.0, 610.0]\n", - "Run: 274171 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 0\n", - "Run: 274172 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 55.0), (55.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Prescales: [0.0, 4270.0, 2200.0]\n", - "Run: 274197 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Prescales: [0.0, 2200.0]\n", - "Run: 274198 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/5 \n", - "Lumi bin edges: [(1.0, 115.0), (115.0, inf)]\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 4270\n", - "Prescales: [2200.0, 4270.0]\n", - "Run: 274199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Prescales: [4270.0, 2200.0]\n", - "Run: 274200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Prescales: [0.0, 2200.0, 1400.0]\n", - "Run: 274236 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4270\n", - "Prescales: [0.0, 4270.0]\n", - "Run: 274239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274241 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 442.0), (442.0, 853.0), (853.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Prescales: [4270.0, 2200.0, 1400.0]\n", - "Run: 274243 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Final prescale weight: 0\n", - "Run: 274244 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 152.0), (152.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [0.0, 1400.0, 350.0]\n", - "Run: 274249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274250 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274251 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 273.0), (273.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Prescales: [4270.0, 2200.0]\n", - "Run: 274278 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274285 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 610\n", - "Run: 274286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/1 \n", - "Final prescale weight: 610\n", - "Run: 274318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274334 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 4270\n", - "Prescales: [0.0, 4270.0]\n", - "Run: 274335 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274337 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Prescales: [4270.0, 2200.0]\n", - "Run: 274339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/5 \n", - "Final prescale weight: 2200\n", - "Run: 274344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 35.0), (35.0, 398.0), (398.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [0.0, 2200.0, 1400.0, 350.0]\n", - "Run: 274345 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/2 \n", - "Final prescale weight: 350\n", - "Run: 274373 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274382 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274387 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274388 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 756.0), (756.0, 1755.0), (1755.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Prescales: [4270.0, 2200.0, 1400.0]\n", - "Run: 274420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4270\n", - "Run: 274422 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 363.0), (363.0, 1159.0), (1159.0, 1734.0), (1734.0, inf)]\n", - "Final prescale weight: 4270\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [4270.0, 2200.0, 1400.0, 350.0]\n", - "Run: 274440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Final prescale weight: 4900\n", - "Run: 274441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/7 \n", - "Lumi bin edges: [(1.0, 333.0), (333.0, inf)]\n", - "Final prescale weight: 4900\n", - "Final prescale weight: 2500\n", - "Prescales: [4900.0, 2500.0]\n", - "Run: 274442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/5 \n", - "Final prescale weight: 2500\n", - "Run: 274443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/5 \n", - "Final prescale weight: 2500\n", - "Run: 274733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v4/12 \n", - "Final prescale weight: 0\n", - "Run: 274748 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/40 \n", - "Final prescale weight: 0\n", - "Run: 274799 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/40 \n", - "Final prescale weight: 0\n", - "Run: 274806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 350\n", - "Final prescale weight: 4\n", - "Prescales: [14000.0, 350.0, 4.0]\n", - "Run: 274861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Final prescale weight: 14000\n", - "Run: 274868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Final prescale weight: 14000\n", - "Run: 274877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 69.0), (69.0, inf)]\n", - "Final prescale weight: 14000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2\n", - "Prescales: [14000.0, 0.0, 2.0]\n", - "Run: 274880 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2\n", - "Run: 274888 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274889 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274894 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274895 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274904 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274943 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 274945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 274953 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [1400.0, 350.0]\n", - "Run: 274954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Prescales: [1400.0, 350.0]\n", - "Run: 274955 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 274957 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 11.0), (11.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Final prescale weight: 0\n", - "Final prescale weight: 350\n", - "Prescales: [1400.0, 350.0, 0.0, 350.0]\n", - "Run: 274958 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 274959 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 274966 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 350\n", - "Final prescale weight: 1400\n", - "Prescales: [1400.0, 350.0, 1400.0]\n", - "Run: 274967 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274968 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 270.0), (270.0, 277.0), (277.0, 314.0), (314.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1400\n", - "Prescales: [1400.0, 2000.0, 1400.0, 2000.0, 1400.0]\n", - "Run: 274969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 115.0), (115.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 274970 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 274971 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 274978 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 274980 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274981 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274982 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274983 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274985 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 274990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1400.0, 1700.0, 1400.0]\n", - "Run: 274998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 274999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 218.0), (218.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 1086.0), (1086.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 275021 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275030 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275034 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275035 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275045 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 275046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 275059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 2000\n", - "Prescales: [1400.0, 1700.0, 2000.0]\n", - "Run: 275062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 850\n", - "Prescales: [1000.0, 850.0]\n", - "Run: 275064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275066 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275067 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 288.0), (288.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 826.0), (826.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275073 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275074 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, 309.0), (309.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1400.0, 1700.0, 1400.0]\n", - "Run: 275125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 757.0), (757.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275134 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275234 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275260 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 275282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 141.0), (141.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275289 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275290 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 278.0), (278.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 380.0), (380.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 1932.0), (1932.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 275311 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 700\n", - "Run: 275319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 142.0), (142.0, 280.0), (280.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1400.0, 1700.0, 1400.0]\n", - "Run: 275326 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275337 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 256.0), (256.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Prescales: [1400.0, 1700.0]\n", - "Run: 275345 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275370 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Prescales: [1400.0, 1700.0]\n", - "Run: 275371 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275375 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 250.0), (250.0, 1181.0), (1181.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 275376 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 1971.0), (1971.0, 3014.0), (3014.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Final prescale weight: 350\n", - "Prescales: [1000.0, 700.0, 350.0]\n", - "Run: 275420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275451 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 275476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275588 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275601 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275603 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 113.0), (113.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Prescales: [1400.0, 1700.0]\n", - "Run: 275657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [1700.0, 2000.0, 1700.0]\n", - "Run: 275658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 211.0), (211.0, 232.0), (232.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1700\n", - "Prescales: [1700.0, 1400.0, 1700.0]\n", - "Run: 275659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275752 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275759 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275761 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275763 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275764 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 275765 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 850\n", - "Run: 275766 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275767 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 850\n", - "Run: 275768 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275772 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275773 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 850\n", - "Run: 275774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 232.0), (232.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1400.0, 1000.0]\n", - "Run: 275782 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1000.0]\n", - "Run: 275783 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 1256.0), (1256.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 275828 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275829 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275831 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 202.0), (202.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 275833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 275834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 170.0), (170.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275836 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 769.0), (769.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275837 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275838 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275846 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 500\n", - "Run: 275847 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 671.0), (671.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 275865 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 275886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 22.0), (22.0, 25.0), (25.0, 69.0), (69.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 2000\n", - "Prescales: [2000.0, 1700.0, 2000.0, 1700.0, 2000.0]\n", - "Run: 275887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 504.0), (504.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [2000.0, 1700.0, 1400.0]\n", - "Run: 275911 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 259.0), (259.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 275912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 261.0), (261.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 275913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275918 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 275920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 275921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 500\n", - "Run: 275923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275931 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 275958 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 275960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 275963 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276071 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276072 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276074 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276092 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276093 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276095 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276097 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276181 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276183 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276235 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276242 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 465.0), (465.0, 1385.0), (1385.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276243 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276244 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276276 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 376.0), (376.0, 971.0), (971.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [2000.0, 1700.0, 1400.0]\n", - "Run: 276283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 778.0), (778.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 276315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 276318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 350.0), (350.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 276326 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 276327 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1400\n", - "Prescales: [2000.0, 1400.0]\n", - "Run: 276347 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276352 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276355 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276357 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276360 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 850\n", - "Run: 276361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 464.0), (464.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 276362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 276363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 503.0), (503.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 276384 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 240.0), (240.0, 762.0), (762.0, 1882.0), (1882.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1000.0]\n", - "Run: 276454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1000.0]\n", - "Run: 276455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 233.0), (233.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 276494 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276495 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276501 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 354.0), (354.0, 821.0), (821.0, 1849.0), (1849.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276502 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, 620.0), (620.0, 1490.0), (1490.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 328.0), (328.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 276542 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 321.0), (321.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 936.0), (936.0, inf)]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1700.0, 1400.0, 1000.0]\n", - "Run: 276544 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276545 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276581 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 330.0), (330.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276582 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 443.0), (443.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 276583 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 276584 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 700\n", - "Run: 276585 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 276586 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 276587 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 276653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 74.0), (74.0, 541.0), (541.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [2000.0, 1700.0, 1400.0]\n", - "Run: 276655 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 828.0), (828.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 276659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1000.0]\n", - "Run: 276765 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276767 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 184.0), (184.0, 780.0), (780.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [2000.0, 1700.0, 1400.0]\n", - "Run: 276776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 458.0), (458.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 276794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 413.0), (413.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [2000.0, 1000.0, 700.0]\n", - "Run: 276807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 158.0), (158.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Prescales: [2000.0, 1700.0]\n", - "Run: 276808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 512.0), (512.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [1700.0, 1400.0]\n", - "Run: 276810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 276811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 216.0), (216.0, 2170.0), (2170.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1400.0, 1000.0, 700.0]\n", - "Run: 276824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2000\n", - "Run: 276830 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1000\n", - "Run: 276831 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 125.0), (125.0, 665.0), (665.0, 1485.0), (1485.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1000\n", - "Prescales: [2000.0, 1000.0]\n", - "Run: 276834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 411.0), (411.0, inf)]\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [1000.0, 700.0]\n", - "Run: 276835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 350\n", - "Run: 276836 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 700\n", - "Run: 276837 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 700\n", - "Run: 276864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 276870 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, 137.0), (137.0, 488.0), (488.0, 1040.0), (1040.0, 1803.0), (1803.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 3000.0, 2400.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 276886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 276922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 276923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 276935 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 265.0), (265.0, 483.0), (483.0, 496.0), (496.0, 604.0), (604.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [4000.0, 3000.0, 2400.0, 1700.0, 2400.0, 1700.0]\n", - "Run: 276940 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 82.0), (82.0, 123.0), (123.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [4000.0, 3000.0, 2400.0]\n", - "Run: 276941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 2400\n", - "Run: 276942 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [2400.0, 3000.0]\n", - "Run: 276944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 3000\n", - "Run: 276945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1500\n", - "Run: 276946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 276947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 96.0), (96.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [2400.0, 1700.0]\n", - "Run: 276948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1700\n", - "Run: 276950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 881.0), (881.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1700.0, 1400.0, 1000.0]\n", - "Run: 277069 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, 89.0), (89.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0, 4000.0, 3000.0]\n", - "Run: 277070 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 39.0), (39.0, 67.0), (67.0, 323.0), (323.0, 803.0), (803.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [3000.0, 2400.0, 3000.0, 2400.0, 1700.0, 1400.0]\n", - "Run: 277071 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1400\n", - "Run: 277072 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 306.0), (306.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1400.0, 1000.0]\n", - "Run: 277073 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 1000.0]\n", - "Run: 277075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 277076 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 1000\n", - "Run: 277081 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277086 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 168.0), (168.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 700\n", - "Prescales: [4000.0, 700.0]\n", - "Run: 277093 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 277094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 253.0), (253.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 277096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 556.0), (556.0, 1319.0), (1319.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [2400.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 277112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 1000.0]\n", - "Run: 277125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 277127 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 356.0), (356.0, 855.0), (855.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [3000.0, 2400.0, 1700.0, 1400.0]\n", - "Run: 277148 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 84.0), (84.0, 395.0), (395.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [4000.0, 2400.0, 1700.0]\n", - "Run: 277166 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 102.0), (102.0, 193.0), (193.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [4000.0, 2400.0, 1700.0]\n", - "Run: 277168 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 267.0), (267.0, 973.0), (973.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 277180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, 147.0), (147.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [4000.0, 3000.0, 2400.0]\n", - "Run: 277194 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 336.0), (336.0, 711.0), (711.0, 1275.0), (1275.0, 2028.0), (2028.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [3000.0, 2400.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 277201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 1000.0]\n", - "Run: 277216 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277217 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 277219 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 3000\n", - "Run: 277220 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 277277 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277278 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277305 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, 319.0), (319.0, 681.0), (681.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [4000.0, 3000.0, 2400.0, 1700.0]\n", - "Run: 277420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 78.0), (78.0, 84.0), (84.0, 237.0), (237.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [4000.0, 2400.0, 4000.0, 3000.0, 2400.0]\n", - "Run: 277534 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277536 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277559 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277580 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277823 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277826 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277828 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277829 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277842 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277847 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 277854 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277860 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Final prescale weight: 20\n", - "Run: 277861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 700\n", - "Run: 277862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 700\n", - "Run: 277863 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 277932 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Final prescale weight: 20\n", - "Run: 277933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/20 \n", - "Final prescale weight: 20\n", - "Run: 277934 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 1\n", - "Run: 277981 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 700\n", - "Prescales: [1400.0, 700.0]\n", - "Run: 277991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 350\n", - "Prescales: [4000.0, 350.0]\n", - "Run: 277992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 350\n", - "Run: 277998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 278001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 278017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 429.0), (429.0, 455.0), (455.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [4000.0, 3000.0, 2400.0]\n", - "Run: 278018 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 195.0), (195.0, 702.0), (702.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Prescales: [2400.0, 1700.0, 1400.0]\n", - "Run: 278050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 278062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n", - "Run: 278072 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Final prescale weight: 4000\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 278136 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/1 \n", - "Final prescale weight: 2000\n", - "Run: 278167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 86.0), (86.0, 431.0), (431.0, 1098.0), (1098.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [4000.0, 1700.0, 1400.0, 1000.0]\n", - "Run: 278175 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 1000\n", - "Final prescale weight: 700\n", - "Prescales: [4000.0, 1000.0, 700.0]\n", - "Run: 278193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 76.0), (76.0, 122.0), (122.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [4000.0, 2400.0, 3000.0, 2400.0]\n", - "Run: 278239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 381.0), (381.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1700\n", - "Prescales: [4000.0, 2400.0, 1700.0]\n", - "Run: 278240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v5/2 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, 778.0), (778.0, inf)]\n", - "Final prescale weight: 1700\n", - "Final prescale weight: 1400\n", - "Final prescale weight: 1000\n", - "Prescales: [1700.0, 1400.0, 1000.0]\n", - "Run: 278270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 30\n", - "Prescales: [3000.0, 30.0]\n", - "Run: 278273 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, 84.0), (84.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 278274 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2550\n", - "Run: 278287 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 278288 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 2550.0]\n", - "Run: 278289 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2550\n", - "Run: 278290 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2550\n", - "Run: 278308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 325.0), (325.0, 986.0), (986.0, 1330.0), (1330.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 278310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 674.0), (674.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0]\n", - "Run: 278315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 233.0), (233.0, 488.0), (488.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3600.0, 2550.0, 2040.0]\n", - "Run: 278322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 3600\n", - "Run: 278337 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 3600\n", - "Run: 278345 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 309.0), (309.0, 620.0), (620.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3600.0, 2550.0, 2040.0]\n", - "Run: 278346 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 112.0), (112.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 1800.0]\n", - "Run: 278349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 318.0), (318.0, 325.0), (325.0, 467.0), (467.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0, 1800.0, 1260.0]\n", - "Run: 278366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1260\n", - "Run: 278395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 3600\n", - "Run: 278406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 183.0), (183.0, 477.0), (477.0, 650.0), (650.0, 1017.0), (1017.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1200\n", - "Run: 278418 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 3600\n", - "Run: 278419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 3600\n", - "Run: 278474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1200\n", - "Run: 278509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, 191.0), (191.0, 529.0), (529.0, 691.0), (691.0, 1044.0), (1044.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278690 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278761 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 30\n", - "Prescales: [3000.0, 30.0]\n", - "Run: 278765 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 278769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278770 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 435.0), (435.0, 645.0), (645.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 278800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278801 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278802 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278803 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 278804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1200\n", - "Run: 278805 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 88.0), (88.0, 285.0), (285.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3600.0, 2550.0, 2040.0]\n", - "Run: 278806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 278807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 278808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 343.0), (343.0, 1235.0), (1235.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2040.0, 1800.0, 1260.0]\n", - "Run: 278816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 25.0), (25.0, 106.0), (106.0, 411.0), (411.0, 645.0), (645.0, 956.0), (956.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 278822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 218.0), (218.0, 1472.0), (1472.0, 1504.0), (1504.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Final prescale weight: 510\n", - "Prescales: [1800.0, 1260.0, 900.0, 510.0]\n", - "Run: 278873 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, 95.0), (95.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 2550.0, 2040.0]\n", - "Run: 278874 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 53.0), (53.0, 197.0), (197.0, 404.0), (404.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278875 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 219.0), (219.0, 224.0), (224.0, 422.0), (422.0, 424.0), (424.0, 533.0), (533.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0, 1800.0, 1260.0, 1800.0, 1260.0]\n", - "Run: 278904 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1\n", - "Run: 278922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 348.0), (348.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 278941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 278957 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 278962 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 195.0), (195.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 278963 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 108.0), (108.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3600.0, 2550.0]\n", - "Run: 278969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 373.0), (373.0, 644.0), (644.0, 872.0), (872.0, 1198.0), (1198.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 278975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 600.0), (600.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0]\n", - "Run: 278976 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1260\n", - "Run: 278986 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279024 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 86.0), (86.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 1800.0]\n", - "Run: 279028 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279029 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279071 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 158.0), (158.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 1800.0, 1260.0]\n", - "Run: 279072 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 420\n", - "Run: 279073 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 420\n", - "Run: 279080 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 80.0), (80.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 900\n", - "Prescales: [3000.0, 900.0]\n", - "Run: 279085 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 123.0), (123.0, 216.0), (216.0, 248.0), (248.0, 295.0), (295.0, 351.0), (351.0, 564.0), (564.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 1800.0, 2040.0, 2550.0, 3600.0, 3000.0, 1260.0]\n", - "Run: 279116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 163.0), (163.0, 391.0), (391.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3600.0, 2550.0, 2040.0]\n", - "Run: 279289 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 279297 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279298 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279356 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279405 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 900\n", - "Prescales: [3000.0, 2550.0, 900.0]\n", - "Run: 279480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 279484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 38.0), (38.0, 55.0), (55.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [1800.0, 1800.0, 1800.0, 1800.0]\n", - "Run: 279488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279489 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 850\n", - "Prescales: [1500.0, 850.0]\n", - "Run: 279539 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279546 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279557 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279584 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279588 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 206.0), (206.0, 208.0), (208.0, 281.0), (281.0, 464.0), (464.0, 706.0), (706.0, 990.0), (990.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 279653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279654 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 306.0), (306.0, 506.0), (506.0, 831.0), (831.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 279656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 279657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 600\n", - "Run: 279658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 173.0), (173.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0]\n", - "Run: 279667 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, 145.0), (145.0, 310.0), (310.0, 584.0), (584.0, 785.0), (785.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 279681 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 279682 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 279683 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279684 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 10.0), (10.0, 43.0), (43.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0]\n", - "Run: 279691 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 279694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, 248.0), (248.0, 524.0), (524.0, 745.0), (745.0, 1036.0), (1036.0, 1913.0), (1913.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 279715 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, 531.0), (531.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 279716 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 353.0), (353.0, 1271.0), (1271.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 279760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, 213.0), (213.0, 373.0), (373.0, 609.0), (609.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0, 2550.0]\n", - "Run: 279766 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 429.0), (429.0, 1395.0), (1395.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 279767 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1260\n", - "Run: 279794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 157.0), (157.0, 341.0), (341.0, 628.0), (628.0, 870.0), (870.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 279822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 279823 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, 50.0), (50.0, 366.0), (366.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0]\n", - "Run: 279840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, 748.0), (748.0, 957.0), (957.0, 1204.0), (1204.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 279844 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 83.0), (83.0, 207.0), (207.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 4000.0, 3000.0]\n", - "Run: 279845 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279846 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 279848 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 279849 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 109.0), (109.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3600.0, 2550.0]\n", - "Run: 279850 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 850\n", - "Final prescale weight: 680\n", - "Prescales: [850.0, 680.0]\n", - "Run: 279851 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2040\n", - "Run: 279852 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2040\n", - "Run: 279853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2040\n", - "Run: 279854 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279855 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279858 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279860 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 680\n", - "Run: 279862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2040\n", - "Run: 279864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 2040\n", - "Run: 279865 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 1800.0]\n", - "Run: 279887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, 78.0), (78.0, 298.0), (298.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0]\n", - "Run: 279931 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 71.0), (71.0, 74.0), (74.0, 262.0), (262.0, 521.0), (521.0, 752.0), (752.0, 1088.0), (1088.0, 1946.0), (1946.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 1800.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 279966 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, 275.0), (275.0, 402.0), (402.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0]\n", - "Run: 279967 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 279975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, 87.0), (87.0, 118.0), (118.0, 279.0), (279.0, 489.0), (489.0, 749.0), (749.0, 952.0), (952.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 279990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 279993 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 279994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 4000\n", - "Run: 279995 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 2000\n", - "Run: 280001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280002 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280006 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 280007 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 280013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280014 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280015 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 82.0), (82.0, 287.0), (287.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 280016 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 1800.0]\n", - "Run: 280017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1800\n", - "Run: 280018 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 160.0), (160.0, 596.0), (596.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [1800.0, 1260.0, 900.0]\n", - "Run: 280019 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 300\n", - "Run: 280020 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 900\n", - "Run: 280021 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 300\n", - "Run: 280022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 300\n", - "Run: 280023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 300\n", - "Run: 280024 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 900\n", - "Run: 280181 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280182 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280187 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 280188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, 219.0), (219.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [4000.0, 3000.0, 3600.0]\n", - "Run: 280189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1200\n", - "Run: 280190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1200\n", - "Run: 280191 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 205.0), (205.0, 406.0), (406.0, 728.0), (728.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 280192 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 600\n", - "Run: 280194 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 1800.0]\n", - "Run: 280226 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 280233 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280234 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280235 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280236 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280241 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280242 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 86.0), (86.0, 242.0), (242.0, 510.0), (510.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0, 2550.0]\n", - "Run: 280249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, 406.0), (406.0, 1268.0), (1268.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 280251 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Final prescale weight: 1260\n", - "Run: 280307 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 30\n", - "Prescales: [3000.0, 30.0]\n", - "Run: 280327 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280330 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 187.0), (187.0, 470.0), (470.0, 690.0), (690.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 280349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 151.0), (151.0, 471.0), (471.0, 481.0), (481.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 1800.0, 1260.0, 1800.0]\n", - "Run: 280361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 5.0), (5.0, 243.0), (243.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 1260.0, 1800.0, 1260.0]\n", - "Run: 280364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/3 \n", - "Lumi bin edges: [(1.0, 1202.0), (1202.0, inf)]\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [1260.0, 900.0]\n", - "Run: 280383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 280384 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 280385 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Lumi bin edges: [(1.0, 178.0), (178.0, 466.0), (466.0, 631.0), (631.0, 1011.0), (1011.0, 2002.0), (2002.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 280938 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280952 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280953 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280955 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/2 \n", - "Final prescale weight: 3000\n", - "Run: 280958 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 280960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v6/1 \n", - "Final prescale weight: 1500\n", - "Run: 281010 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281084 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1500\n", - "Run: 281085 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1500\n", - "Run: 281089 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1500\n", - "Run: 281090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281117 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281130 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281131 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281145 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281155 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 20\n", - "Run: 281156 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 20\n", - "Run: 281165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281166 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 281200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 20\n", - "Run: 281201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281209 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281213 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281216 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281222 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281227 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281231 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281242 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281256 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281265 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281280 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281285 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281382 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 60\n", - "Prescales: [3000.0, 60.0]\n", - "Run: 281508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 20\n", - "Prescales: [1500.0, 20.0]\n", - "Run: 281545 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 20\n", - "Prescales: [1500.0, 20.0]\n", - "Run: 281546 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 60\n", - "Run: 281565 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281588 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 900\n", - "Prescales: [3000.0, 900.0]\n", - "Run: 281589 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1500\n", - "Run: 281590 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281611 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 108.0), (108.0, 123.0), (123.0, 131.0), (131.0, 141.0), (141.0, 157.0), (157.0, 170.0), (170.0, 178.0), (178.0, 185.0), (185.0, 193.0), (193.0, 200.0), (200.0, 206.0), (206.0, 212.0), (212.0, 219.0), (219.0, 228.0), (228.0, 237.0), (237.0, 242.0), (242.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 126\n", - "Final prescale weight: 180\n", - "Final prescale weight: 270\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Final prescale weight: 510\n", - "Final prescale weight: 270\n", - "Final prescale weight: 180\n", - "Final prescale weight: 126\n", - "Final prescale weight: 180\n", - "Prescales: [3000.0, 126.0, 180.0, 270.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 510.0, 270.0, 180.0, 126.0, 180.0]\n", - "Run: 281616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 15.0), (15.0, 228.0), (228.0, 236.0), (236.0, 251.0), (251.0, 263.0), (263.0, 271.0), (271.0, 366.0), (366.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 180\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 180\n", - "Final prescale weight: 126\n", - "Final prescale weight: 180\n", - "Final prescale weight: 90\n", - "Final prescale weight: 126\n", - "Final prescale weight: 90\n", - "Prescales: [3000.0, 180.0, 1260.0, 180.0, 126.0, 180.0, 90.0, 126.0, 90.0]\n", - "Run: 281624 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281626 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281632 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 281636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 2550.0]\n", - "Run: 281637 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 850\n", - "Run: 281638 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Prescales: [2550.0, 3600.0, 3000.0]\n", - "Run: 281639 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, 32.0), (32.0, 111.0), (111.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0]\n", - "Run: 281641 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 24.0), (24.0, 33.0), (33.0, 36.0), (36.0, 139.0), (139.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 2550.0, 2040.0]\n", - "Run: 281658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, 121.0), (121.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 4000.0, 3000.0]\n", - "Run: 281671 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 4000.0, 3000.0]\n", - "Run: 281680 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 4000.0]\n", - "Run: 281685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2000\n", - "Run: 281686 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 4000\n", - "Run: 281689 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2000\n", - "Run: 281691 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 4000\n", - "Run: 281693 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 194.0), (194.0, 420.0), (420.0, 615.0), (615.0, 900.0), (900.0, 1721.0), (1721.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 281707 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 99.0), (99.0, 102.0), (102.0, 151.0), (151.0, 156.0), (156.0, 193.0), (193.0, 322.0), (322.0, 475.0), (475.0, 684.0), (684.0, 873.0), (873.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0]\n", - "Run: 281726 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 1800.0]\n", - "Run: 281727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 526.0), (526.0, 1529.0), (1529.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [1800.0, 1260.0, 900.0]\n", - "Run: 281731 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281797 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 185.0), (185.0, 386.0), (386.0, 564.0), (564.0, 776.0), (776.0, 984.0), (984.0, 1211.0), (1211.0, 2169.0), (2169.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 281824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281964 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 281974 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0]\n", - "Run: 281975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 166.0), (166.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 4000.0, 3000.0]\n", - "Run: 281976 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 203.0), (203.0, 311.0), (311.0, 531.0), (531.0, 710.0), (710.0, 1077.0), (1077.0, 1111.0), (1111.0, 1119.0), (1119.0, 1242.0), (1242.0, 1362.0), (1362.0, 2058.0), (2058.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 1260.0, 1800.0, 1260.0, 900.0]\n", - "Run: 282033 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 111.0), (111.0, 115.0), (115.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [3200.0, 5000.0, 4000.0, 3000.0]\n", - "Run: 282034 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 282035 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 282036 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1500\n", - "Run: 282037 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 67.0), (67.0, 203.0), (203.0, 426.0), (426.0, 645.0), (645.0, 865.0), (865.0, 1490.0), (1490.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 282092 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 96.0), (96.0, 111.0), (111.0, 248.0), (248.0, 429.0), (429.0, 598.0), (598.0, 815.0), (815.0, 1074.0), (1074.0, 1836.0), (1836.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 282175 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 5000\n", - "Prescales: [3200.0, 5000.0]\n", - "Run: 282181 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282184 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282194 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282196 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282205 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282304 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282374 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 5000\n", - "Prescales: [3200.0, 5000.0]\n", - "Run: 282377 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 5000\n", - "Prescales: [3200.0, 5000.0]\n", - "Run: 282399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282408 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282412 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 3000\n", - "Run: 282467 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282498 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282521 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282536 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282544 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282577 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282585 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282586 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282601 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 2550\n", - "Prescales: [3200.0, 2550.0]\n", - "Run: 282603 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282660 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3200\n", - "Run: 282662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 3000\n", - "Prescales: [3200.0, 3000.0]\n", - "Run: 282663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 223.0), (223.0, 233.0), (233.0, 1100.0), (1100.0, inf)]\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 126\n", - "Final prescale weight: 90\n", - "Final prescale weight: 5000\n", - "Prescales: [3200.0, 126.0, 90.0, 5000.0]\n", - "Run: 282707 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 282708 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 282709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 282710 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 282711 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 282712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [5000.0, 4000.0]\n", - "Run: 282730 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [5000.0, 3000.0, 5000.0]\n", - "Run: 282731 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 118.0), (118.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [5000.0, 4000.0]\n", - "Run: 282732 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 4000\n", - "Run: 282733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 172.0), (172.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [4000.0, 3000.0, 3600.0]\n", - "Run: 282734 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 207.0), (207.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3600.0, 2550.0]\n", - "Run: 282735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 308.0), (308.0, 1133.0), (1133.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 282796 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 282799 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 282800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 80.0), (80.0, 143.0), (143.0, 235.0), (235.0, 242.0), (242.0, 256.0), (256.0, 312.0), (312.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 4000.0, 3000.0, 3600.0, 3000.0, 3600.0, 3000.0]\n", - "Run: 282807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 243.0), (243.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 282814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 153.0), (153.0, 405.0), (405.0, 1116.0), (1116.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 282842 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [5000.0, 3000.0, 5000.0]\n", - "Run: 282905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 282906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 282917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 117.0), (117.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [5000.0, 4000.0]\n", - "Run: 282918 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 282919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 101.0), (101.0, 106.0), (106.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0, 3000.0, 3600.0]\n", - "Run: 282920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 1200\n", - "Run: 282921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 84.0), (84.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3600.0, 2550.0]\n", - "Run: 282922 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 123.0), (123.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [2550.0, 2040.0]\n", - "Run: 282923 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 219.0), (219.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 1800.0]\n", - "Run: 282924 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 283034 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 16.0), (16.0, 18.0), (18.0, 22.0), (22.0, 24.0), (24.0, 28.0), (28.0, 31.0), (31.0, 35.0), (35.0, 40.0), (40.0, 44.0), (44.0, 47.0), (47.0, 55.0), (55.0, 62.0), (62.0, 67.0), (67.0, 74.0), (74.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [5000.0, 3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1260.0, 900.0]\n", - "Run: 283039 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 53.0), (53.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [5000.0, 3000.0, 5000.0]\n", - "Run: 283041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 134.0), (134.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [5000.0, 4000.0]\n", - "Run: 283042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 2500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 2000\n", - "Prescales: [2500.0, 1200.0, 2000.0]\n", - "Run: 283043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 193.0), (193.0, 434.0), (434.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [4000.0, 3000.0, 3600.0, 2550.0]\n", - "Run: 283049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 88.0), (88.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [5000.0, 3000.0, 5000.0]\n", - "Run: 283050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 134.0), (134.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [3000.0, 5000.0, 4000.0]\n", - "Run: 283052 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [4000.0, 3000.0]\n", - "Run: 283059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 296.0), (296.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 283067 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 47.0), (47.0, 60.0), (60.0, 80.0), (80.0, 102.0), (102.0, 145.0), (145.0, 152.0), (152.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0]\n", - "Run: 283108 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283136 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283142 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283151 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, 154.0), (154.0, 304.0), (304.0, 498.0), (498.0, 663.0), (663.0, 912.0), (912.0, 1096.0), (1096.0, 1381.0), (1381.0, 1906.0), (1906.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 283283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 1315.0), (1315.0, inf)]\n", - "Final prescale weight: 1260\n", - "Final prescale weight: 900\n", - "Prescales: [1260.0, 900.0]\n", - "Run: 283305 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283306 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 133.0), (133.0, 278.0), (278.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 4000.0, 3000.0]\n", - "Run: 283307 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 158.0), (158.0, 297.0), (297.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3000.0, 3600.0, 2550.0]\n", - "Run: 283308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, 360.0), (360.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2550.0, 2040.0, 1800.0]\n", - "Run: 283340 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 3000\n", - "Run: 283353 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 167.0), (167.0, 309.0), (309.0, 461.0), (461.0, 656.0), (656.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0]\n", - "Run: 283358 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 213.0), (213.0, 515.0), (515.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 283359 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 372.0), (372.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0]\n", - "Run: 283407 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 88.0), (88.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 3000.0]\n", - "Run: 283408 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, 239.0), (239.0, 440.0), (440.0, 609.0), (609.0, 883.0), (883.0, 1073.0), (1073.0, 1085.0), (1085.0, 1295.0), (1295.0, 2122.0), (2122.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 1800.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 283413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 420\n", - "Run: 283414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 420\n", - "Run: 283415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 420\n", - "Run: 283416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1260\n", - "Run: 283451 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 154.0), (154.0, 163.0), (163.0, 302.0), (302.0, 491.0), (491.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 4000.0, 5000.0, 4000.0, 3000.0]\n", - "Run: 283469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 229.0), (229.0, 324.0), (324.0, 328.0), (328.0, 428.0), (428.0, 589.0), (589.0, 836.0), (836.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3200\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [5000.0, 4000.0, 3200.0, 4000.0, 3000.0, 3600.0, 2550.0]\n", - "Run: 283548 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 149.0), (149.0, 159.0), (159.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 2550\n", - "Prescales: [5000.0, 2040.0, 2550.0]\n", - "Run: 283617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283618 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283620 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283623 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283628 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283630 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283634 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283635 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283639 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283640 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283642 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283643 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283644 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283646 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283648 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283672 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283675 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283676 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283680 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 3000.0]\n", - "Run: 283681 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [3000.0, 3600.0]\n", - "Run: 283682 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 175.0), (175.0, 346.0), (346.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Prescales: [3600.0, 2550.0, 2040.0]\n", - "Run: 283685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 49.0), (49.0, 57.0), (57.0, 74.0), (74.0, 76.0), (76.0, 95.0), (95.0, 98.0), (98.0, 100.0), (100.0, 102.0), (102.0, 157.0), (157.0, 166.0), (166.0, 213.0), (213.0, 256.0), (256.0, 294.0), (294.0, inf)]\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 900\n", - "Final prescale weight: 510\n", - "Final prescale weight: 90\n", - "Final prescale weight: 180\n", - "Final prescale weight: 60\n", - "Final prescale weight: 90\n", - "Final prescale weight: 126\n", - "Final prescale weight: 180\n", - "Final prescale weight: 126\n", - "Final prescale weight: 180\n", - "Final prescale weight: 126\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2040.0, 1800.0, 900.0, 510.0, 90.0, 180.0, 60.0, 90.0, 126.0, 180.0, 126.0, 180.0, 126.0, 2040.0, 1800.0]\n", - "Run: 283818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, 1531.0), (1531.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [5000.0, 2040.0, 1800.0]\n", - "Run: 283830 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 414.0), (414.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [1800.0, 1260.0]\n", - "Run: 283834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1260\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 283835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1260\n", - "Run: 283858 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283860 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283863 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Final prescale weight: 5000\n", - "Run: 283865 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 143.0), (143.0, 324.0), (324.0, 484.0), (484.0, 722.0), (722.0, 932.0), (932.0, 1166.0), (1166.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 283876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 205.0), (205.0, 402.0), (402.0, 554.0), (554.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [5000.0, 4000.0, 3000.0, 3600.0]\n", - "Run: 283877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 64.0), (64.0, 249.0), (249.0, 503.0), (503.0, 1346.0), (1346.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 283878 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1260\n", - "Run: 283884 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 428.0), (428.0, 618.0), (618.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 4000.0, 3000.0]\n", - "Run: 283885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 249.0), (249.0, 444.0), (444.0, 740.0), (740.0, 1482.0), (1482.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1260\n", - "Prescales: [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0]\n", - "Run: 283920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 283933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, 119.0), (119.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [5000.0, 3000.0, 5000.0]\n", - "Run: 283934 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, 271.0), (271.0, 410.0), (410.0, 698.0), (698.0, 842.0), (842.0, 1075.0), (1075.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 283946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 133.0), (133.0, 263.0), (263.0, 425.0), (425.0, 583.0), (583.0, 826.0), (826.0, 1012.0), (1012.0, 1225.0), (1225.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0]\n", - "Run: 283964 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 1800\n", - "Prescales: [5000.0, 1800.0]\n", - "Run: 284006 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 105.0), (105.0, 162.0), (162.0, 190.0), (190.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2040\n", - "Prescales: [5000.0, 2040.0, 1800.0, 2040.0]\n", - "Run: 284014 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 2040\n", - "Run: 284025 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Lumi bin edges: [(1.0, 155.0), (155.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 5000\n", - "Prescales: [3000.0, 5000.0]\n", - "Run: 284029 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 4000\n", - "Prescales: [5000.0, 4000.0]\n", - "Run: 284035 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 74.0), (74.0, 278.0), (278.0, inf)]\n", - "Final prescale weight: 4000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3600\n", - "Prescales: [4000.0, 3000.0, 3600.0]\n", - "Run: 284036 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 3600\n", - "Final prescale weight: 2550\n", - "Prescales: [3600.0, 2550.0]\n", - "Run: 284037 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 258.0), (258.0, inf)]\n", - "Final prescale weight: 2550\n", - "Final prescale weight: 2040\n", - "Final prescale weight: 1800\n", - "Prescales: [2550.0, 2040.0, 1800.0]\n", - "Run: 284038 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284039 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/3 \n", - "Final prescale weight: 1800\n", - "Run: 284066 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/1 \n", - "Final prescale weight: 2500\n", - "Run: 284068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v8/2 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, 38.0), (38.0, 53.0), (53.0, inf)]\n", - "Final prescale weight: 5000\n", - "Final prescale weight: 180\n", - "Final prescale weight: 60\n", - "Final prescale weight: 3000\n", - "Prescales: [5000.0, 180.0, 60.0, 3000.0]\n", - "Run: 297031 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 297039 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 90.0, 0.0]\n", - "Run: 297046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Prescales: [0.0, 90.0]\n", - "Run: 297047 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 90.0, 0.0]\n", - "Run: 297048 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Prescales: [0.0, 90.0]\n", - "Run: 297054 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297055 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297056 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Prescales: [0.0, 90.0]\n", - "Run: 297057 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 30\n", - "Prescales: [0.0, 30.0]\n", - "Run: 297063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297065 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297067 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Prescales: [0.0, 90.0]\n", - "Run: 297068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297098 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297099 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Prescales: [0.0, 90.0]\n", - "Run: 297100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Lumi bin edges: [(1.0, 164.0), (164.0, 182.0), (182.0, 195.0), (195.0, 207.0), (207.0, 217.0), (217.0, inf)]\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Prescales: [90.0, 90.0, 90.0, 90.0, 90.0, 90.0]\n", - "Run: 297101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 19.0), (19.0, 22.0), (22.0, 26.0), (26.0, 31.0), (31.0, 36.0), (36.0, 41.0), (41.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 0\n", - "Prescales: [90.0, 90.0, 90.0, 3000.0, 90.0, 90.0, 90.0, 90.0, 0.0]\n", - "Run: 297109 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 90\n", - "Run: 297115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 30\n", - "Prescales: [0.0, 30.0]\n", - "Run: 297150 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 23.0), (23.0, 26.0), (26.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 90\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 90.0, 90.0, 90.0, 600.0]\n", - "Run: 297160 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297162 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297168 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297169 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297171 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297172 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297173 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297174 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297175 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297176 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297179 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297181 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297182 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297209 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 0\n", - "Run: 297211 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 48.0), (48.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 3000.0, 2100.0, 1800.0]\n", - "Run: 297215 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 1800\n", - "Run: 297218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [1800.0, 600.0]\n", - "Run: 297219 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297224 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297225 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297227 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297228 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297260 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297264 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297268 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 31.0), (31.0, 34.0), (34.0, 37.0), (37.0, 40.0), (40.0, 43.0), (43.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0]\n", - "Run: 297281 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 43.0), (43.0, 59.0), (59.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 600.0, 1800.0, 0.0]\n", - "Run: 297282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297285 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Prescales: [600.0, 0.0]\n", - "Run: 297287 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297288 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297289 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297290 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 326.0), (326.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 208.0), (208.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297341 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 26.0), (26.0, 36.0), (36.0, 46.0), (46.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0]\n", - "Run: 297351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 297355 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297359 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 2100.0, 1800.0]\n", - "Run: 297406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297411 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 35.0), (35.0, 449.0), (449.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 600.0, 600.0]\n", - "Run: 297424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297425 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 1800\n", - "Run: 297426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [1800.0, 600.0]\n", - "Run: 297427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/1 \n", - "Final prescale weight: 30\n", - "Run: 297429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 134.0), (134.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297462 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 15.0), (15.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 1800.0, 600.0, 600.0]\n", - "Run: 297467 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 2100.0, 1800.0]\n", - "Run: 297468 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 1800\n", - "Run: 297469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/3 \n", - "Final prescale weight: 1800\n", - "Run: 297474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297483 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 172.0), (172.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 1800.0, 600.0]\n", - "Run: 297484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297486 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 306.0), (306.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 158.0), (158.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297494 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 297495 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297496 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297498 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297499 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297500 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297501 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297502 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Final prescale weight: 0\n", - "Run: 297503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 324.0), (324.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 600.0]\n", - "Run: 297504 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Final prescale weight: 600\n", - "Run: 297505 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v9/20 \n", - "Lumi bin edges: [(1.0, 311.0), (311.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297537 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 23.0), (23.0, 27.0), (27.0, 31.0), (31.0, 34.0), (34.0, 37.0), (37.0, 40.0), (40.0, 45.0), (45.0, 48.0), (48.0, 51.0), (51.0, 54.0), (54.0, 60.0), (60.0, 63.0), (63.0, 67.0), (67.0, 70.0), (70.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 2100.0, 0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 0.0]\n", - "Run: 297552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297557 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 29.0), (29.0, 42.0), (42.0, 50.0), (50.0, 58.0), (58.0, 67.0), (67.0, 301.0), (301.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 1800.0, 0.0, 0.0, 0.0, 0.0, 1800.0, 600.0]\n", - "Run: 297558 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 258.0), (258.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 600.0]\n", - "Run: 297559 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297560 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297562 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 77.0), (77.0, 87.0), (87.0, 96.0), (96.0, 107.0), (107.0, 120.0), (120.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 0.0, 0.0, 0.0, 0.0, 0.0, 600.0]\n", - "Run: 297563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297597 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 297598 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Lumi bin edges: [(1.0, 91.0), (91.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [1800.0, 600.0]\n", - "Run: 297603 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 297604 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297605 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 190.0), (190.0, 224.0), (224.0, 233.0), (233.0, 242.0), (242.0, 250.0), (250.0, 257.0), (257.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 600.0]\n", - "Run: 297606 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297618 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 13.0), (13.0, 15.0), (15.0, 23.0), (23.0, 29.0), (29.0, 35.0), (35.0, 40.0), (40.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0]\n", - "Run: 297620 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 26.0), (26.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 1800.0, 1800.0]\n", - "Run: 297653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 36.0), (36.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 600.0, 2100.0, 1800.0]\n", - "Run: 297657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 297658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297660 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 600.0, 0.0]\n", - "Run: 297661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297664 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 297665 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297666 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 297669 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297670 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 14.0), (14.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 0.0, 0.0, 1800.0]\n", - "Run: 297671 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Final prescale weight: 1800\n", - "Run: 297672 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 0\n", - "Prescales: [1800.0, 0.0]\n", - "Run: 297673 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 297674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297675 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 410.0), (410.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [1800.0, 600.0, 600.0]\n", - "Run: 297678 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Prescales: [600.0, 0.0]\n", - "Run: 297711 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 297712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 297713 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 297714 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 297715 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 600\n", - "Run: 297722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 297723 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 28.0), (28.0, 34.0), (34.0, 42.0), (42.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [1800.0, 0.0, 0.0, 0.0, 0.0, 600.0]\n", - "Run: 298652 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 298653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 298671 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 298674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 298678 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 298679 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 298681 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 298831 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 298835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 298850 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 298853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 437.0), (437.0, 444.0), (444.0, 445.0), (445.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Prescales: [0.0, 2100.0, 2100.0, 2100.0, 2100.0]\n", - "Run: 298854 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Prescales: [2100.0, 2100.0, 2100.0]\n", - "Run: 298855 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/3 \n", - "Final prescale weight: 2100\n", - "Run: 298906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 49.0), (49.0, 60.0), (60.0, 70.0), (70.0, 80.0), (80.0, 90.0), (90.0, 100.0), (100.0, 110.0), (110.0, 120.0), (120.0, 130.0), (130.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 2100\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 298991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 298996 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 298997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Prescales: [600.0, 3000.0, 0.0]\n", - "Run: 298998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 30\n", - "Run: 299000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 299038 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Final prescale weight: 0\n", - "Run: 299042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 35.0), (35.0, 37.0), (37.0, 249.0), (249.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 1800.0, 600.0, 600.0]\n", - "Run: 299062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299065 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299067 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 299094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 0\n", - "Run: 299096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 33.0), (33.0, 215.0), (215.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 1800.0, 600.0]\n", - "Run: 299178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 52.0), (52.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 1800.0]\n", - "Run: 299180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299184 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 299185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 47.0), (47.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0, 600.0]\n", - "Run: 299317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299321 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 30\n", - "Run: 299322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/1 \n", - "Final prescale weight: 30\n", - "Run: 299324 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 600.0]\n", - "Run: 299325 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299326 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299327 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 600.0]\n", - "Run: 299329 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v10/20 \n", - "Final prescale weight: 600\n", - "Run: 299338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299368 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 299369 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Final prescale weight: 1800\n", - "Run: 299370 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 47.0), (47.0, 56.0), (56.0, 163.0), (163.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1800.0, 0.0, 1800.0, 1440.0, 1200.0]\n", - "Run: 299380 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 132.0), (132.0, 137.0), (137.0, 143.0), (143.0, 151.0), (151.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 2250\n", - "Prescales: [0.0, 1800.0, 2250.0, 1800.0, 2250.0, 2250.0]\n", - "Run: 299381 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Final prescale weight: 2250\n", - "Run: 299390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299394 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2250\n", - "Prescales: [0.0, 2250.0]\n", - "Run: 299395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Prescales: [2250.0, 1800.0]\n", - "Run: 299396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Final prescale weight: 1800\n", - "Run: 299414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 12.0), (12.0, 40.0), (40.0, 46.0), (46.0, 98.0), (98.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 1800.0, 1440.0, 1440.0, 1800.0]\n", - "Run: 299419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 1800.0]\n", - "Run: 299440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 299450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 299477 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 299478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Final prescale weight: 1800\n", - "Run: 299479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [1800.0, 1440.0]\n", - "Run: 299480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/48 \n", - "Lumi bin edges: [(1.0, 389.0), (389.0, inf)]\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1440.0, 1200.0]\n", - "Run: 299481 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/40 \n", - "Lumi bin edges: [(1.0, 416.0), (416.0, 676.0), (676.0, 691.0), (691.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Final prescale weight: 300\n", - "Prescales: [1200.0, 900.0, 600.0, 300.0]\n", - "Run: 299496 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299592 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 299593 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/3 \n", - "Lumi bin edges: [(1.0, 216.0), (216.0, 361.0), (361.0, 713.0), (713.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1800.0, 1800.0, 1440.0, 1200.0]\n", - "Run: 299594 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/40 \n", - "Final prescale weight: 1200\n", - "Run: 299595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/40 \n", - "Final prescale weight: 1200\n", - "Run: 299597 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1200.0]\n", - "Run: 299598 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 1200.0, 0.0]\n", - "Run: 299614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 45.0), (45.0, 72.0), (72.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 1200.0, 900.0]\n", - "Run: 299616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 84.0), (84.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 300\n", - "Prescales: [0.0, 600.0, 300.0]\n", - "Run: 299617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/10 \n", - "Final prescale weight: 300\n", - "Run: 299649 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 36.0), (36.0, 64.0), (64.0, 87.0), (87.0, 96.0), (96.0, 103.0), (103.0, 263.0), (263.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1440.0, 1800.0, 2250.0, 1800.0, 1440.0, 1800.0, 1800.0]\n", - "Run: 299662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299664 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299711 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299731 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299764 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299780 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299786 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299799 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Prescales: [0.0, 2200.0]\n", - "Run: 299825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299829 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299831 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Final prescale weight: 0\n", - "Run: 299913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/1 \n", - "Final prescale weight: 2500\n", - "Run: 299958 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v11/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 300\n", - "Prescales: [0.0, 300.0]\n", - "Run: 300061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 12.0), (12.0, 16.0), (16.0, 19.0), (19.0, 22.0), (22.0, 26.0), (26.0, 28.0), (28.0, 32.0), (32.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Final prescale weight: 300\n", - "Prescales: [0.0, 2200.0, 1800.0, 2250.0, 1800.0, 1440.0, 1200.0, 900.0, 600.0, 300.0]\n", - "Run: 300078 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300079 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 300\n", - "Prescales: [0.0, 300.0]\n", - "Run: 300087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 600\n", - "Final prescale weight: 300\n", - "Prescales: [0.0, 600.0, 300.0]\n", - "Run: 300101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 16.0), (16.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2200\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Prescales: [0.0, 2200.0, 1800.0, 2250.0]\n", - "Run: 300104 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300117 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, 50.0), (50.0, 482.0), (482.0, 817.0), (817.0, 1210.0), (1210.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2970\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 2970.0, 1800.0, 1440.0, 1200.0, 900.0]\n", - "Run: 300123 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/30 \n", - "Final prescale weight: 900\n", - "Run: 300124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 202.0), (202.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 900.0, 600.0]\n", - "Run: 300155 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 423.0), (423.0, 750.0), (750.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1800.0, 1440.0, 1200.0]\n", - "Run: 300156 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Final prescale weight: 1200\n", - "Run: 300157 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 180.0), (180.0, 948.0), (948.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [0.0, 1200.0, 900.0, 600.0]\n", - "Run: 300167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300226 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 64.0), (64.0, 154.0), (154.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2970\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 2970.0, 1800.0]\n", - "Run: 300233 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300234 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300235 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 300236 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 286.0), (286.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1800.0, 1440.0, 1200.0]\n", - "Run: 300238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 253.0), (253.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 1200.0, 900.0]\n", - "Run: 300239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/30 \n", - "Final prescale weight: 900\n", - "Run: 300240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/30 \n", - "Lumi bin edges: [(1.0, 329.0), (329.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [900.0, 600.0]\n", - "Run: 300241 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/20 \n", - "Final prescale weight: 600\n", - "Run: 300273 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300280 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 578.0), (578.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [0.0, 1800.0, 1440.0]\n", - "Run: 300281 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 30\n", - "Run: 300282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Lumi bin edges: [(1.0, 180.0), (180.0, inf)]\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1440.0, 1200.0]\n", - "Run: 300283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Final prescale weight: 1200\n", - "Run: 300284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 679.0), (679.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 900.0]\n", - "Run: 300293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300308 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300312 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300360 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1440.0, 1800.0]\n", - "Run: 300365 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300367 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300368 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300369 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300370 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300371 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300372 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 600\n", - "Run: 300373 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300374 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300375 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [1800.0, 1440.0]\n", - "Run: 300389 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Final prescale weight: 1200\n", - "Run: 300390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300394 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, 405.0), (405.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1800.0, 1440.0, 1200.0]\n", - "Run: 300401 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 396.0), (396.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 1200.0, 900.0]\n", - "Run: 300424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1440.0, 1800.0]\n", - "Run: 300461 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300462 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [1800.0, 1440.0]\n", - "Run: 300463 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Final prescale weight: 1440\n", - "Run: 300464 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Lumi bin edges: [(1.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1440.0, 1200.0]\n", - "Run: 300466 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 501.0), (501.0, 627.0), (627.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [1200.0, 900.0, 600.0]\n", - "Run: 300467 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/20 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 519.0), (519.0, inf)]\n", - "Final prescale weight: 600\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [600.0, 900.0, 600.0]\n", - "Run: 300488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Final prescale weight: 0\n", - "Run: 300497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 2250.0, 1800.0]\n", - "Run: 300498 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/2 \n", - "Final prescale weight: 1800\n", - "Run: 300499 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 900\n", - "Run: 300500 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/2 \n", - "Final prescale weight: 1800\n", - "Run: 300501 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 900\n", - "Run: 300514 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 34.0), (34.0, 62.0), (62.0, 100.0), (100.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0, 2250.0, 1800.0, 2250.0, 1800.0]\n", - "Run: 300515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 416.0), (416.0, 738.0), (738.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1800.0, 1440.0, 1200.0]\n", - "Run: 300516 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Final prescale weight: 1200\n", - "Run: 300517 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 309.0), (309.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 900.0]\n", - "Run: 300538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300539 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300545 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300548 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Prescales: [0.0, 1440.0]\n", - "Run: 300551 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Prescales: [0.0, 1440.0]\n", - "Run: 300552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Final prescale weight: 1440\n", - "Run: 300558 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1440.0, 1200.0]\n", - "Run: 300560 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 253.0), (253.0, 954.0), (954.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [1200.0, 900.0, 600.0]\n", - "Run: 300561 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/20 \n", - "Final prescale weight: 600\n", - "Run: 300574 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1440.0, 1800.0]\n", - "Run: 300575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300576 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 152.0), (152.0, 517.0), (517.0, 865.0), (865.0, 873.0), (873.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1800.0, 1440.0, 1200.0, 900.0, 1200.0]\n", - "Run: 300584 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 2500\n", - "Run: 300631 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300632 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Lumi bin edges: [(1.0, 292.0), (292.0, inf)]\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [1800.0, 1440.0]\n", - "Run: 300634 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/1 \n", - "Final prescale weight: 30\n", - "Run: 300635 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Lumi bin edges: [(1.0, 165.0), (165.0, inf)]\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1440.0, 1200.0]\n", - "Run: 300636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 835.0), (835.0, 1493.0), (1493.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [1200.0, 900.0, 600.0]\n", - "Run: 300673 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300675 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300676 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/3 \n", - "Final prescale weight: 1800\n", - "Run: 300742 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 1800.0]\n", - "Run: 300777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 21.0), (21.0, 388.0), (388.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1440\n", - "Prescales: [0.0, 2250.0, 1800.0, 1440.0]\n", - "Run: 300780 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 243.0), (243.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1440.0, 1200.0]\n", - "Run: 300781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Final prescale weight: 1200\n", - "Run: 300785 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/40 \n", - "Lumi bin edges: [(1.0, 579.0), (579.0, 1262.0), (1262.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 900\n", - "Final prescale weight: 600\n", - "Prescales: [1200.0, 900.0, 600.0]\n", - "Run: 300806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 69.0), (69.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 2250\n", - "Prescales: [0.0, 2250.0, 1800.0, 2250.0]\n", - "Run: 300811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2250\n", - "Final prescale weight: 1800\n", - "Prescales: [0.0, 2250.0, 1800.0]\n", - "Run: 300812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Final prescale weight: 1440\n", - "Run: 300816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1440\n", - "Prescales: [0.0, 1440.0]\n", - "Run: 300817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v12/48 \n", - "Lumi bin edges: [(1.0, 114.0), (114.0, inf)]\n", - "Final prescale weight: 1440\n", - "Final prescale weight: 1200\n", - "Prescales: [1440.0, 1200.0]\n", - "Run: 300927 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 300933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 300952 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 300958 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 300973 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 300974 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 300975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 301046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 162.0), (162.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1430\n", - "Prescales: [0.0, 1430.0]\n", - "Run: 301057 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301080 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301086 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1430\n", - "Prescales: [0.0, 1430.0]\n", - "Run: 301087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 110\n", - "Run: 301088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/13 \n", - "Final prescale weight: 1430\n", - "Run: 301094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301120 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 301141 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 5980\n", - "Final prescale weight: 14400\n", - "Prescales: [0.0, 5980.0, 14400.0]\n", - "Run: 301142 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/40 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 14400\n", - "Final prescale weight: 5980\n", - "Prescales: [14400.0, 5980.0]\n", - "Run: 301147 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 410.0), (410.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14400\n", - "Final prescale weight: 5980\n", - "Prescales: [0.0, 14400.0, 5980.0]\n", - "Run: 301165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/26 \n", - "Final prescale weight: 5980\n", - "Run: 301172 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301179 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 26500\n", - "Prescales: [0.0, 26500.0]\n", - "Run: 301180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/53 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 26500\n", - "Final prescale weight: 14400\n", - "Prescales: [26500.0, 14400.0]\n", - "Run: 301183 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14400\n", - "Prescales: [0.0, 14400.0]\n", - "Run: 301249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301281 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14400\n", - "Prescales: [0.0, 14400.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 301283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 524.0), (524.0, 859.0), (859.0, 862.0), (862.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14400\n", - "Final prescale weight: 5980\n", - "Final prescale weight: 1430\n", - "Final prescale weight: 5980\n", - "Prescales: [0.0, 14400.0, 5980.0, 1430.0, 5980.0]\n", - "Run: 301293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301298 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 45.0), (45.0, 547.0), (547.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 26500\n", - "Final prescale weight: 14400\n", - "Prescales: [0.0, 26500.0, 14400.0]\n", - "Run: 301313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301323 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 39.0), (39.0, 509.0), (509.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 14400\n", - "Final prescale weight: 26500\n", - "Final prescale weight: 14400\n", - "Prescales: [0.0, 14400.0, 26500.0, 14400.0]\n", - "Run: 301330 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 26500\n", - "Prescales: [0.0, 26500.0]\n", - "Run: 301359 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 26500\n", - "Prescales: [0.0, 26500.0]\n", - "Run: 301383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 301384 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1500\n", - "Run: 301391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 301392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 288.0), (288.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 301393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 301394 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 360\n", - "Run: 301396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 267.0), (267.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 301398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 690\n", - "Run: 301399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 690\n", - "Run: 301414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 301427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301447 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, 220.0), (220.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 301448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 301450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 690\n", - "Run: 301457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301461 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, 424.0), (424.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 301472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 489.0), (489.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 301473 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 360\n", - "Run: 301474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 360\n", - "Run: 301475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 239.0), (239.0, 787.0), (787.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 440\n", - "Prescales: [1080.0, 690.0, 440.0]\n", - "Run: 301480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 440\n", - "Prescales: [0.0, 440.0]\n", - "Run: 301519 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 187.0), (187.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 301521 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 360\n", - "Run: 301524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 360\n", - "Run: 301528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301529 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301530 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301531 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 301532 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 690\n", - "Run: 301544 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 301550 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/2 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 2400.0, 3000.0]\n", - "Run: 301554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 620\n", - "Final prescale weight: 770\n", - "Final prescale weight: 2500\n", - "Prescales: [620.0, 770.0, 2500.0]\n", - "Run: 301557 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 20.0), (20.0, 267.0), (267.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1500.0, 1080.0]\n", - "Run: 301579 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, 24.0), (24.0, 25.0), (25.0, 26.0), (26.0, 27.0), (27.0, 28.0), (28.0, 29.0), (29.0, 30.0), (30.0, 32.0), (32.0, 33.0), (33.0, 34.0), (34.0, 35.0), (35.0, 36.0), (36.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 440\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 440.0, 690.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 2400.0, 3000.0]\n", - "Run: 301627 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, 45.0), (45.0, 62.0), (62.0, 82.0), (82.0, 264.0), (264.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1500.0, 1080.0, 1500.0, 1080.0]\n", - "Run: 301664 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 49.0), (49.0, 203.0), (203.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0, 1500.0, 1080.0]\n", - "Run: 301665 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 64.0), (64.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 2310.0, 3000.0]\n", - "Run: 301809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301891 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301904 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 301913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301914 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 1080\n", - "Run: 301919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 32.0), (32.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 3000.0, 1080.0]\n", - "Run: 301951 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Final prescale weight: 0\n", - "Run: 301959 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 433.0), (433.0, 1061.0), (1061.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1500.0, 1080.0, 690.0]\n", - "Run: 301960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Final prescale weight: 690\n", - "Run: 301969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 440\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 440.0, 1500.0]\n", - "Run: 301970 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 301983 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 301984 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 301985 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 301986 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 343.0), (343.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 301987 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 1057.0), (1057.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 440\n", - "Prescales: [690.0, 440.0]\n", - "Run: 301997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, 285.0), (285.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 301998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/3 \n", - "Lumi bin edges: [(1.0, 639.0), (639.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302015 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/1 \n", - "Final prescale weight: 2500\n", - "Run: 302019 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v13/0 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Final prescale weight: 0\n", - "Run: 302026 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302027 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 500\n", - "Run: 302029 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 1500\n", - "Run: 302030 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 500\n", - "Run: 302031 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 302032 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302033 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302034 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302036 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 690.0]\n", - "Run: 302037 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 690.0]\n", - "Run: 302038 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [690.0, 330.0]\n", - "Run: 302044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302131 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 340.0), (340.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1080.0, 690.0]\n", - "Run: 302132 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Final prescale weight: 0\n", - "Run: 302159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 302163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, 456.0), (456.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1080.0, 690.0]\n", - "Run: 302165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302166 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302225 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, 562.0), (562.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1080.0, 690.0]\n", - "Run: 302228 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, 72.0), (72.0, 80.0), (80.0, 83.0), (83.0, 115.0), (115.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 690.0, 1500.0, 1080.0, 1500.0, 1080.0]\n", - "Run: 302229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 1080\n", - "Run: 302237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 609.0), (609.0, 624.0), (624.0, 625.0), (625.0, 633.0), (633.0, 673.0), (673.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0, 1080.0, 690.0, 1080.0, 690.0]\n", - "Run: 302262 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 28.0), (28.0, 33.0), (33.0, 271.0), (271.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 330.0, 1080.0, 1500.0, 1080.0]\n", - "Run: 302263 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 530.0), (530.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302277 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 302278 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [690.0, 330.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 302280 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 330\n", - "Run: 302322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 31.0), (31.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 690.0, 1080.0, 690.0]\n", - "Run: 302328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, 514.0), (514.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1080.0, 690.0]\n", - "Run: 302337 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 117.0), (117.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 302342 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 302343 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 1080\n", - "Run: 302344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 302349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 690\n", - "Run: 302388 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 577.0), (577.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1500.0, 1080.0]\n", - "Run: 302392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 483.0), (483.0, 586.0), (586.0, 591.0), (591.0, 601.0), (601.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0, 1080.0, 1080.0, 1080.0]\n", - "Run: 302448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 620.0), (620.0, 1501.0), (1501.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 1500.0, 1080.0, 690.0]\n", - "Run: 302472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302473 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 302474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Final prescale weight: 1080\n", - "Run: 302475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 36.0), (36.0, 82.0), (82.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1860.0, 1500.0]\n", - "Run: 302484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [1860.0, 1500.0]\n", - "Run: 302485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 579.0), (579.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 302486 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302489 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 2500\n", - "Run: 302490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/1 \n", - "Final prescale weight: 360\n", - "Run: 302492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 1080.0]\n", - "Run: 302494 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v14/3 \n", - "Lumi bin edges: [(1.0, 183.0), (183.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 302509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1860\n", - "Prescales: [0.0, 1860.0]\n", - "Run: 302513 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1860\n", - "Prescales: [0.0, 1860.0]\n", - "Run: 302522 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 621.0), (621.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 302526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1080\n", - "Run: 302533 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302548 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1860.0, 1500.0]\n", - "Run: 302550 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302551 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302552 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302555 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, 45.0), (45.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1860.0, 1500.0]\n", - "Run: 302564 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302565 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302566 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302573 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, 980.0), (980.0, 1030.0), (1030.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 1500.0, 690.0]\n", - "Run: 302596 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, 39.0), (39.0, 648.0), (648.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 330.0, 1500.0, 1080.0]\n", - "Run: 302597 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 586.0), (586.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 302620 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, 74.0), (74.0, 80.0), (80.0, 84.0), (84.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0]\n", - "Run: 302624 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302626 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302634 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302635 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 124.0), (124.0, 916.0), (916.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0]\n", - "Run: 302646 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 302649 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302650 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302651 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302654 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302660 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 26.0), (26.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 2310.0, 2400.0, 1500.0]\n", - "Run: 302661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 302662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 500\n", - "Run: 302663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 208.0), (208.0, 432.0), (432.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0]\n", - "Run: 302694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302695 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 302806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302827 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 302828 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 302829 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302839 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 302926 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302978 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 302995 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 303569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 303572 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 303573 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 330\n", - "Run: 303574 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 330\n", - "Run: 303575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 330\n", - "Run: 303576 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 303595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 303600 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 303601 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 330.0]\n", - "Run: 303676 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 303808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 303813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 2500\n", - "Final prescale weight: 230\n", - "Prescales: [2500.0, 230.0]\n", - "Run: 303816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 690.0, 0.0]\n", - "Run: 303817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 72.0), (72.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 690.0, 330.0]\n", - "Run: 303824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 51.0), (51.0, 53.0), (53.0, 313.0), (313.0, 403.0), (403.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 330.0, 1860.0, 1500.0, 1080.0, 1080.0]\n", - "Run: 303825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 303832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 63.0), (63.0, 144.0), (144.0, 1079.0), (1079.0, 1594.0), (1594.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 3000.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 303838 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, 243.0), (243.0, 523.0), (523.0, 1248.0), (1248.0, 1857.0), (1857.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 303885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 59.0), (59.0, 87.0), (87.0, 173.0), (173.0, 415.0), (415.0, 585.0), (585.0, 1399.0), (1399.0, 2015.0), (2015.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 303948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 55.0), (55.0, 150.0), (150.0, 158.0), (158.0, 162.0), (162.0, 336.0), (336.0, 641.0), (641.0, 1347.0), (1347.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 2310.0, 2000.0, 2310.0, 2400.0, 2310.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 303989 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1080\n", - "Run: 303998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, 79.0), (79.0, 131.0), (131.0, 206.0), (206.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Prescales: [0.0, 2000.0, 2400.0, 2000.0, 2310.0]\n", - "Run: 303999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 298.0), (298.0, inf)]\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2310.0, 1860.0, 1500.0]\n", - "Run: 304000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 304013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 53.0), (53.0, 56.0), (56.0, 58.0), (58.0, 61.0), (61.0, 63.0), (63.0, 64.0), (64.0, 127.0), (127.0, 145.0), (145.0, 377.0), (377.0, 1181.0), (1181.0, 1914.0), (1914.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 330\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 330\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 330.0, 1080.0, 1860.0, 330.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304119 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 56.0), (56.0, 62.0), (62.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 2400.0, 2000.0, 2400.0]\n", - "Run: 304120 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, 95.0), (95.0, 111.0), (111.0, 169.0), (169.0, 235.0), (235.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [2400.0, 2000.0, 2310.0, 2000.0, 2310.0, 1860.0]\n", - "Run: 304125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 261.0), (261.0, 893.0), (893.0, 1603.0), (1603.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304144 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 63.0), (63.0, 70.0), (70.0, 138.0), (138.0, 411.0), (411.0, 488.0), (488.0, 535.0), (535.0, 916.0), (916.0, 1574.0), (1574.0, 2222.0), (2222.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 9.0), (9.0, 14.0), (14.0, 20.0), (20.0, 25.0), (25.0, 30.0), (30.0, 35.0), (35.0, 41.0), (41.0, 46.0), (46.0, 51.0), (51.0, 56.0), (56.0, 62.0), (62.0, 67.0), (67.0, 72.0), (72.0, 77.0), (77.0, 83.0), (83.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304156 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304157 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304158 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 163.0), (163.0, 226.0), (226.0, 459.0), (459.0, 708.0), (708.0, 930.0), (930.0, 1144.0), (1144.0, 1221.0), (1221.0, 2012.0), (2012.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304169 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 79.0), (79.0, 88.0), (88.0, 167.0), (167.0, 199.0), (199.0, 458.0), (458.0, 1109.0), (1109.0, 1312.0), (1312.0, 1438.0), (1438.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 2400.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 330\n", - "Run: 304185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 13.0), (13.0, 18.0), (18.0, 22.0), (22.0, 25.0), (25.0, 27.0), (27.0, 31.0), (31.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 8.0), (8.0, 14.0), (14.0, 18.0), (18.0, 20.0), (20.0, 22.0), (22.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304196 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 82.0), (82.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 2400.0, 3000.0]\n", - "Run: 304197 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 304198 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 2400.0]\n", - "Run: 304199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Prescales: [0.0, 2000.0]\n", - "Run: 304200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, 194.0), (194.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [2000.0, 2310.0, 1860.0]\n", - "Run: 304204 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 47.0), (47.0, 59.0), (59.0, 61.0), (61.0, 79.0), (79.0, 105.0), (105.0, 259.0), (259.0, 262.0), (262.0, 365.0), (365.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [0.0, 2400.0, 2310.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0]\n", - "Run: 304209 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, 178.0), (178.0, 190.0), (190.0, 219.0), (219.0, 280.0), (280.0, 433.0), (433.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [0.0, 2400.0, 2000.0, 2400.0, 2000.0, 2310.0, 1860.0]\n", - "Run: 304254 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304257 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 2400.0]\n", - "Run: 304291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 13.0), (13.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 2400.0, 0.0, 2400.0]\n", - "Run: 304292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 69.0), (69.0, 78.0), (78.0, 138.0), (138.0, 185.0), (185.0, 249.0), (249.0, 360.0), (360.0, 505.0), (505.0, 1083.0), (1083.0, 1735.0), (1735.0, 1780.0), (1780.0, 1781.0), (1781.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Prescales: [2400.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 0.0, 690.0]\n", - "Run: 304326 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304333 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 71.0), (71.0, 74.0), (74.0, 82.0), (82.0, 120.0), (120.0, 448.0), (448.0, 503.0), (503.0, 579.0), (579.0, 739.0), (739.0, 1366.0), (1366.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 304350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 16.0), (16.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 2000.0, 330.0, 330.0]\n", - "Run: 304354 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 80.0), (80.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 304364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 26.0), (26.0, 32.0), (32.0, 339.0), (339.0, 354.0), (354.0, 380.0), (380.0, 507.0), (507.0, 570.0), (570.0, 639.0), (639.0, 755.0), (755.0, 1388.0), (1388.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 304435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304446 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 304447 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 230.0), (230.0, 289.0), (289.0, 420.0), (420.0, 483.0), (483.0, 615.0), (615.0, 1145.0), (1145.0, 1370.0), (1370.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 2500\n", - "Final prescale weight: 1500\n", - "Prescales: [2500.0, 1500.0]\n", - "Run: 304449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 304451 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 690\n", - "Run: 304452 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304505 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 47.0), (47.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 304506 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 304507 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 76.0), (76.0, 172.0), (172.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Prescales: [3000.0, 2400.0, 2000.0, 2310.0]\n", - "Run: 304508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 130.0), (130.0, 710.0), (710.0, 1259.0), (1259.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304562 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 57.0), (57.0, 60.0), (60.0, 268.0), (268.0, 416.0), (416.0, 473.0), (473.0, 520.0), (520.0, 579.0), (579.0, 626.0), (626.0, 684.0), (684.0, 821.0), (821.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 48.0), (48.0, 287.0), (287.0, 461.0), (461.0, 501.0), (501.0, 580.0), (580.0, 720.0), (720.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 304625 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, 56.0), (56.0, 65.0), (65.0, 382.0), (382.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0, 2400.0]\n", - "Run: 304626 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 2400\n", - "Run: 304654 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, 351.0), (351.0, 538.0), (538.0, 595.0), (595.0, 668.0), (668.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0]\n", - "Run: 304655 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 91.0), (91.0, 686.0), (686.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1860.0, 1500.0, 1080.0]\n", - "Run: 304661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 304662 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 109.0), (109.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 304663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 127.0), (127.0, 207.0), (207.0, 278.0), (278.0, 405.0), (405.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 304671 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, 360.0), (360.0, 362.0), (362.0, 434.0), (434.0, 544.0), (544.0, 612.0), (612.0, 679.0), (679.0, 783.0), (783.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 304672 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 304711 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 7.0), (7.0, 8.0), (8.0, 9.0), (9.0, 10.0), (10.0, 11.0), (11.0, 12.0), (12.0, 13.0), (13.0, 14.0), (14.0, 17.0), (17.0, 18.0), (18.0, 19.0), (19.0, 20.0), (20.0, 22.0), (22.0, 23.0), (23.0, 24.0), (24.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 304722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 7.0), (7.0, 9.0), (9.0, 11.0), (11.0, 12.0), (12.0, 13.0), (13.0, 14.0), (14.0, 15.0), (15.0, 16.0), (16.0, 17.0), (17.0, 18.0), (18.0, 19.0), (19.0, 20.0), (20.0, 21.0), (21.0, 22.0), (22.0, 23.0), (23.0, 24.0), (24.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304737 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 76.0), (76.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0, 2400.0, 3000.0]\n", - "Run: 304738 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 365.0), (365.0, 489.0), (489.0, 563.0), (563.0, 631.0), (631.0, 769.0), (769.0, 1332.0), (1332.0, 1579.0), (1579.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 304739 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 690\n", - "Prescales: [0.0, 690.0]\n", - "Run: 304740 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 690\n", - "Run: 304775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, 20.0), (20.0, 48.0), (48.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0]\n", - "Run: 304777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 101.0), (101.0, 226.0), (226.0, 263.0), (263.0, 266.0), (266.0, 357.0), (357.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 3000.0, 3000.0, 2400.0, 3000.0, 2400.0]\n", - "Run: 304778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 47.0), (47.0, 122.0), (122.0, 257.0), (257.0, 854.0), (854.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [0.0, 2310.0, 2310.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 304784 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304796 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 304797 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 11.0), (11.0, 22.0), (22.0, 426.0), (426.0, 554.0), (554.0, 581.0), (581.0, 672.0), (672.0, 772.0), (772.0, 1459.0), (1459.0, 2087.0), (2087.0, 2864.0), (2864.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 304821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 304826 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 304956 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 5.0), (5.0, 6.0), (6.0, 7.0), (7.0, 8.0), (8.0, 9.0), (9.0, 10.0), (10.0, 11.0), (11.0, 12.0), (12.0, 13.0), (13.0, 14.0), (14.0, 15.0), (15.0, 16.0), (16.0, 18.0), (18.0, 19.0), (19.0, 20.0), (20.0, 22.0), (22.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 305024 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 305027 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 305033 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 305034 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 305035 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 305036 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 305040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, 76.0), (76.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0, 2400.0, 3000.0]\n", - "Run: 305043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 305044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305045 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 67.0), (67.0, 143.0), (143.0, 286.0), (286.0, 376.0), (376.0, 789.0), (789.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 305046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 267.0), (267.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [690.0, 1080.0, 690.0]\n", - "Run: 305059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 62.0), (62.0, 529.0), (529.0, 535.0), (535.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0, 2400.0, 3000.0]\n", - "Run: 305060 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [3000.0, 2400.0]\n", - "Run: 305064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 97.0), (97.0, 173.0), (173.0, 243.0), (243.0, 460.0), (460.0, 982.0), (982.0, 1587.0), (1587.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 305081 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, 69.0), (69.0, 756.0), (756.0, 828.0), (828.0, 900.0), (900.0, 1096.0), (1096.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 305112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, 147.0), (147.0, 720.0), (720.0, 813.0), (813.0, 891.0), (891.0, 957.0), (957.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 305113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 305114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 305141 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 305178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 305179 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 305180 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305181 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305182 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305183 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 305184 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, 232.0), (232.0, 373.0), (373.0, 407.0), (407.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [3000.0, 2400.0, 2000.0, 2310.0, 1860.0]\n", - "Run: 305187 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1860\n", - "Run: 305188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 34.0), (34.0, 469.0), (469.0, 481.0), (481.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 305202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, 550.0), (550.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305203 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Prescales: [2400.0, 2000.0]\n", - "Run: 305204 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 146.0), (146.0, 320.0), (320.0, 861.0), (861.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [2000.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 305207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, 667.0), (667.0, 786.0), (786.0, 859.0), (859.0, 944.0), (944.0, 1059.0), (1059.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 305208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 305234 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305235 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1200\n", - "Run: 305236 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 2400\n", - "Run: 305237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 595.0), (595.0, 672.0), (672.0, 796.0), (796.0, 843.0), (843.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 305247 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305248 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 294.0), (294.0, 373.0), (373.0, 507.0), (507.0, 668.0), (668.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2400.0, 2000.0, 2310.0, 1860.0, 1500.0]\n", - "Run: 305249 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 305250 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1500\n", - "Run: 305252 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 204.0), (204.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 305282 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 87.0), (87.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 59.0), (59.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 3000.0, 2400.0]\n", - "Run: 305311 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 2400\n", - "Run: 305312 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 99.0), (99.0, 164.0), (164.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Prescales: [2400.0, 2000.0, 2310.0]\n", - "Run: 305313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, 258.0), (258.0, inf)]\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2310.0, 1860.0, 1500.0]\n", - "Run: 305314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, 367.0), (367.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0]\n", - "Run: 305336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 305338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Final prescale weight: 3000\n", - "Run: 305341 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 265.0), (265.0, 381.0), (381.0, 468.0), (468.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Prescales: [3000.0, 2400.0, 2000.0, 2310.0]\n", - "Run: 305349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 2310\n", - "Run: 305350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Final prescale weight: 1860\n", - "Run: 305351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 148.0), (148.0, 559.0), (559.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1860.0, 1500.0, 1080.0]\n", - "Run: 305358 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 305359 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 45.0), (45.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 305365 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 443.0), (443.0, 444.0), (444.0, 462.0), (462.0, 569.0), (569.0, 651.0), (651.0, 723.0), (723.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Prescales: [3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 305366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 590.0), (590.0, 1058.0), (1058.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 305376 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0]\n", - "Run: 305377 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 217.0), (217.0, 398.0), (398.0, 438.0), (438.0, 591.0), (591.0, 663.0), (663.0, 705.0), (705.0, 780.0), (780.0, 1374.0), (1374.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 2310\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 305388 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 18.0), (18.0, 21.0), (21.0, 22.0), (22.0, 23.0), (23.0, 26.0), (26.0, 32.0), (32.0, 35.0), (35.0, 37.0), (37.0, 39.0), (39.0, 42.0), (42.0, 45.0), (45.0, 49.0), (49.0, 55.0), (55.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 330\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 1500.0, 1500.0, 2400.0, 330.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 330.0, 2400.0]\n", - "Run: 305398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 305405 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 491.0), (491.0, 544.0), (544.0, 549.0), (549.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 2400.0, 1500.0, 1500.0]\n", - "Run: 305406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 126.0), (126.0, 238.0), (238.0, 370.0), (370.0, 522.0), (522.0, 1020.0), (1020.0, 1462.0), (1462.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 305427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 305440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 305441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305511 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Final prescale weight: 0\n", - "Run: 305515 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 2500\n", - "Run: 305516 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 42.0), (42.0, 64.0), (64.0, 232.0), (232.0, 557.0), (557.0, 611.0), (611.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 1500.0, 1500.0, 1500.0, 2400.0, 1500.0, 2400.0]\n", - "Run: 305517 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Prescales: [2400.0, 2000.0]\n", - "Run: 305518 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 129.0), (129.0, 328.0), (328.0, 837.0), (837.0, inf)]\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1540.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 305586 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 33.0), (33.0, 45.0), (45.0, 55.0), (55.0, 548.0), (548.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0]\n", - "Run: 305588 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2000\n", - "Prescales: [1500.0, 2000.0]\n", - "Run: 305589 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 40.0), (40.0, 221.0), (221.0, 362.0), (362.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 2000.0, 1540.0, 1860.0, 1500.0]\n", - "Run: 305590 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 177.0), (177.0, 714.0), (714.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0]\n", - "Run: 305617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 60.0), (60.0, 167.0), (167.0, 199.0), (199.0, 528.0), (528.0, 673.0), (673.0, 813.0), (813.0, 905.0), (905.0, 1107.0), (1107.0, 1605.0), (1605.0, 2209.0), (2209.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 305721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 305744 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 305766 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, 629.0), (629.0, 717.0), (717.0, 829.0), (829.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Prescales: [0.0, 1500.0, 2400.0, 2000.0, 1540.0]\n", - "Run: 305790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 84.0), (84.0, 560.0), (560.0, 651.0), (651.0, 780.0), (780.0, 879.0), (879.0, 1030.0), (1030.0, 1160.0), (1160.0, 1164.0), (1164.0, 1416.0), (1416.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 0.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 1500.0, 1080.0]\n", - "Run: 305818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 42.0), (42.0, 49.0), (49.0, 57.0), (57.0, 567.0), (567.0, 720.0), (720.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Prescales: [1500.0, 0.0, 1500.0, 0.0, 1500.0, 2400.0, 2000.0]\n", - "Run: 305832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 86.0), (86.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0]\n", - "Run: 305833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305839 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 187.0), (187.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [1500.0, 2400.0]\n", - "Run: 305840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/2 \n", - "Lumi bin edges: [(1.0, 135.0), (135.0, 257.0), (257.0, 448.0), (448.0, 965.0), (965.0, inf)]\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [2000.0, 1540.0, 1860.0, 1500.0, 1080.0]\n", - "Run: 305841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 360\n", - "Run: 305842 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/3 \n", - "Lumi bin edges: [(1.0, 431.0), (431.0, inf)]\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1080.0, 690.0]\n", - "Run: 305862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 637.0), (637.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [0.0, 1500.0, 2400.0]\n", - "Run: 305898 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, 68.0), (68.0, 647.0), (647.0, 747.0), (747.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Prescales: [1500.0, 0.0, 1500.0, 2400.0, 2000.0]\n", - "Run: 305902 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0]\n", - "Run: 305947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 26.0), (26.0, 33.0), (33.0, 38.0), (38.0, 46.0), (46.0, 53.0), (53.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]\n", - "Run: 305963 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0]\n", - "Run: 305964 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305965 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305966 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 305967 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Final prescale weight: 1500\n", - "Run: 306005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v15/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 306011 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 13.0), (13.0, 16.0), (16.0, 18.0), (18.0, 21.0), (21.0, 23.0), (23.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]\n", - "Run: 306015 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306029 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 10.0), (10.0, 17.0), (17.0, 24.0), (24.0, 30.0), (30.0, 35.0), (35.0, 41.0), (41.0, 47.0), (47.0, 58.0), (58.0, 62.0), (62.0, 73.0), (73.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1500.0, 1500.0]\n", - "Run: 306030 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306036 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0]\n", - "Run: 306037 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 306038 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 13.0), (13.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 306039 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 299.0), (299.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [1500.0, 2400.0]\n", - "Run: 306042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/2 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 196.0), (196.0, 317.0), (317.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Prescales: [2400.0, 2000.0, 1540.0, 1860.0]\n", - "Run: 306048 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Final prescale weight: 1860\n", - "Run: 306049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [1860.0, 1500.0]\n", - "Run: 306051 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 137.0), (137.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 306091 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 45.0), (45.0, 422.0), (422.0, 437.0), (437.0, 565.0), (565.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [1500.0, 0.0, 0.0, 1500.0, 1500.0, 2400.0]\n", - "Run: 306092 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/2 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, 182.0), (182.0, 275.0), (275.0, 433.0), (433.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [2400.0, 2000.0, 1540.0, 1860.0, 1500.0]\n", - "Run: 306093 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Final prescale weight: 1500\n", - "Run: 306094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 500\n", - "Run: 306095 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 306096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Prescales: [1500.0, 1080.0]\n", - "Run: 306115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306119 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306121 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Final prescale weight: 1500\n", - "Run: 306125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 343.0), (343.0, 435.0), (435.0, 573.0), (573.0, 672.0), (672.0, 899.0), (899.0, 1379.0), (1379.0, 2004.0), (2004.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0]\n", - "Run: 306126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 48.0), (48.0, 96.0), (96.0, 171.0), (171.0, 199.0), (199.0, 247.0), (247.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Prescales: [690.0, 330.0, 690.0, 330.0, 330.0, 330.0, 330.0]\n", - "Run: 306134 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0]\n", - "Run: 306135 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 520.0), (520.0, 524.0), (524.0, 603.0), (603.0, 705.0), (705.0, 819.0), (819.0, 994.0), (994.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Prescales: [1500.0, 2400.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 306137 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 500\n", - "Prescales: [1500.0, 500.0]\n", - "Run: 306138 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 387.0), (387.0, 1018.0), (1018.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1500.0, 1080.0, 690.0]\n", - "Run: 306139 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 20.0), (20.0, 42.0), (42.0, 524.0), (524.0, 528.0), (528.0, 550.0), (550.0, 1087.0), (1087.0, 1094.0), (1094.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 690\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Final prescale weight: 330\n", - "Final prescale weight: 690\n", - "Prescales: [690.0, 690.0, 690.0, 330.0, 690.0, 330.0, 330.0, 690.0]\n", - "Run: 306153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0]\n", - "Run: 306154 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 405.0), (405.0, 594.0), (594.0, 706.0), (706.0, 842.0), (842.0, 1034.0), (1034.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0]\n", - "Run: 306155 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 303.0), (303.0, 945.0), (945.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Prescales: [1500.0, 1080.0, 690.0]\n", - "Run: 306169 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Lumi bin edges: [(1.0, 371.0), (371.0, inf)]\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [690.0, 330.0]\n", - "Run: 306170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/3 \n", - "Final prescale weight: 330\n", - "Run: 306171 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v16/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 330\n", - "Prescales: [1500.0, 330.0]\n", - "Run: 306240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2500\n", - "Prescales: [1500.0, 2500.0]\n", - "Run: 306415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 2500\n", - "Run: 306416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/0 \n", - "Final prescale weight: 0\n", - "Run: 306417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306418 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306422 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2400\n", - "Prescales: [1500.0, 2400.0]\n", - "Run: 306423 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/2 \n", - "Lumi bin edges: [(1.0, 111.0), (111.0, 237.0), (237.0, inf)]\n", - "Final prescale weight: 2400\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1860\n", - "Prescales: [2400.0, 1540.0, 1860.0]\n", - "Run: 306425 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 20.0), (20.0, 115.0), (115.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0, 0.0]\n", - "Run: 306432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 174.0), (174.0, 337.0), (337.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 330\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 330.0, 1500.0]\n", - "Run: 306454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 306456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 484.0), (484.0, 625.0), (625.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 2000\n", - "Final prescale weight: 1540\n", - "Prescales: [1500.0, 2000.0, 1540.0]\n", - "Run: 306457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/2 \n", - "Final prescale weight: 1540\n", - "Run: 306458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 1540\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1860\n", - "Prescales: [1540.0, 1500.0, 1860.0]\n", - "Run: 306459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 357.0), (357.0, 952.0), (952.0, 2020.0), (2020.0, inf)]\n", - "Final prescale weight: 1860\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1080\n", - "Final prescale weight: 690\n", - "Final prescale weight: 330\n", - "Prescales: [1860.0, 1500.0, 1080.0, 690.0, 330.0]\n", - "Run: 306460 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 330\n", - "Run: 315229 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315252 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315255 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315257 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315259 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315264 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315265 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315266 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315267 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315268 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315273 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315300 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315320 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315343 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315345 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315346 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315350 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315351 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315357 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 130.0), (130.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 0\n", - "Prescales: [4500.0, 0.0]\n", - "Run: 315365 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315376 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315382 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315385 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315402 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315404 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315405 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 4500\n", - "Final prescale weight: 4500\n", - "Prescales: [4500.0, 4500.0]\n", - "Run: 315406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/3 \n", - "Final prescale weight: 4500\n", - "Run: 315447 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 315489 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/2 \n", - "Final prescale weight: 3000\n", - "Run: 315490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/2 \n", - "Final prescale weight: 3000\n", - "Run: 315499 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 4500\n", - "Prescales: [1500.0, 4500.0]\n", - "Run: 315506 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315510 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315512 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315533 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 315543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 315555 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 315556 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315557 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315587 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 315640 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315641 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315642 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315644 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315646 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315647 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315648 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315687 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 315688 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315689 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315690 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315703 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315704 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315713 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315741 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315764 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315770 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315784 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315785 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315786 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315787 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315788 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315801 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 17.0), (17.0, 20.0), (20.0, 24.0), (24.0, 29.0), (29.0, 34.0), (34.0, 38.0), (38.0, 42.0), (42.0, 46.0), (46.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1480\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1480\n", - "Prescales: [1500.0, 1500.0, 1050.0, 1500.0, 1480.0, 0.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0]\n", - "Run: 315945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315949 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315951 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315953 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 11.0), (11.0, 15.0), (15.0, 19.0), (19.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1480\n", - "Prescales: [1500.0, 1500.0, 0.0, 1050.0, 1500.0, 1480.0]\n", - "Run: 315962 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315963 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315964 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315965 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 315966 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 15.0), (15.0, 21.0), (21.0, 27.0), (27.0, 34.0), (34.0, 40.0), (40.0, 46.0), (46.0, 50.0), (50.0, 56.0), (56.0, 62.0), (62.0, 66.0), (66.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1480\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1480\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1050.0, 1500.0, 1480.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0, 0.0, 1500.0, 1500.0]\n", - "Run: 315973 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v17/1 \n", - "Final prescale weight: 1500\n", - "Run: 315974 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 316058 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 316059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, 60.0), (60.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1050.0, 1050.0]\n", - "Run: 316060 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 219.0), (219.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 1500.0]\n", - "Run: 316061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/2 \n", - "Lumi bin edges: [(1.0, 112.0), (112.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 316062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/2 \n", - "Final prescale weight: 1500\n", - "Run: 316069 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316082 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316095 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316109 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 726.0), (726.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1050.0, 1500.0]\n", - "Run: 316142 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316144 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316150 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316151 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 158.0), (158.0, 392.0), (392.0, 407.0), (407.0, 475.0), (475.0, 684.0), (684.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 1050.0, 1050.0, 900.0]\n", - "Run: 316186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 62.0), (62.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 316187 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 228.0), (228.0, 523.0), (523.0, 793.0), (793.0, 1127.0), (1127.0, 1534.0), (1534.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 316199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 429.0), (429.0, 702.0), (702.0, 989.0), (989.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 316200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 900\n", - "Run: 316201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 145.0), (145.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 316202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/2 \n", - "Lumi bin edges: [(1.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1800.0]\n", - "Run: 316216 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 234.0), (234.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316217 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 189.0), (189.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 316218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 190.0), (190.0, 547.0), (547.0, 929.0), (929.0, 935.0), (935.0, 962.0), (962.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1800.0]\n", - "Run: 316219 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/3 \n", - "Final prescale weight: 1800\n", - "Run: 316238 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 199.0), (199.0, 563.0), (563.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 316240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 38.0), (38.0, 155.0), (155.0, 473.0), (473.0, 1155.0), (1155.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 316241 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/3 \n", - "Final prescale weight: 1800\n", - "Run: 316260 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316262 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v18/1 \n", - "Final prescale weight: 1500\n", - "Run: 316291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316360 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, 26.0), (26.0, 29.0), (29.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 316361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 53.0), (53.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 238.0), (238.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 316363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 316376 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316377 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316378 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316379 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316380 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 319.0), (319.0, 391.0), (391.0, 607.0), (607.0, 1002.0), (1002.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 750\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 750.0, 1200.0]\n", - "Run: 316412 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 15.0), (15.0, 18.0), (18.0, 20.0), (20.0, 22.0), (22.0, 28.0), (28.0, 33.0), (33.0, 40.0), (40.0, 47.0), (47.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1050.0]\n", - "Run: 316414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 316456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 19.0), (19.0, 130.0), (130.0, 143.0), (143.0, 154.0), (154.0, 161.0), (161.0, 416.0), (416.0, 771.0), (771.0, 1355.0), (1355.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1050.0, 1500.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 316469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 400.0), (400.0, 600.0), (600.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 316470 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 255.0), (255.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 316472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 316477 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 17.0), (17.0, 20.0), (20.0, 23.0), (23.0, 25.0), (25.0, 29.0), (29.0, 31.0), (31.0, 32.0), (32.0, 36.0), (36.0, 43.0), (43.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0]\n", - "Run: 316505 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 284.0), (284.0, 567.0), (567.0, 846.0), (846.0, 1247.0), (1247.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 316568 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 196.0), (196.0, 370.0), (370.0, 636.0), (636.0, 709.0), (709.0, 790.0), (790.0, 1155.0), (1155.0, 1651.0), (1651.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 316577 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 10.0), (10.0, 13.0), (13.0, 16.0), (16.0, 20.0), (20.0, 23.0), (23.0, 27.0), (27.0, 31.0), (31.0, 35.0), (35.0, 40.0), (40.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1500.0]\n", - "Run: 316590 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 262.0), (262.0, 474.0), (474.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 316613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316615 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 268.0), (268.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316638 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316664 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316665 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316666 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 182.0), (182.0, 559.0), (559.0, 906.0), (906.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 316667 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 316700 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 299.0), (299.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 103.0), (103.0, 389.0), (389.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 316702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 236.0), (236.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 316715 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316716 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316717 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 119.0), (119.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 316718 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 265.0), (265.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 316719 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 316720 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 106.0), (106.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 316721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 316722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 378.0), (378.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1800.0]\n", - "Run: 316723 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/3 \n", - "Final prescale weight: 1800\n", - "Run: 316740 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316746 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 267.0), (267.0, 516.0), (516.0, 781.0), (781.0, 1089.0), (1089.0, 1602.0), (1602.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 316766 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 363.0), (363.0, 588.0), (588.0, 871.0), (871.0, 1267.0), (1267.0, 1897.0), (1897.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 316797 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316798 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316799 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 316808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 316839 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 316876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 295.0), (295.0, 461.0), (461.0, 479.0), (479.0, 607.0), (607.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0, 1200.0, 1050.0]\n", - "Run: 316877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 210.0), (210.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 316878 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 316879 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 316897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316900 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316911 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316928 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1500.0, 1050.0]\n", - "Run: 316944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 172.0), (172.0, 175.0), (175.0, 214.0), (214.0, 229.0), (229.0, 288.0), (288.0, 544.0), (544.0, 831.0), (831.0, 1205.0), (1205.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 316984 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 316985 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 263.0), (263.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316993 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 121.0), (121.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 316994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 316995 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 86.0), (86.0, 401.0), (401.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 317080 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 267.0), (267.0, 510.0), (510.0, 836.0), (836.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 317088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 317089 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 240.0), (240.0, 693.0), (693.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [900.0, 1500.0, 1800.0]\n", - "Run: 317170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317182 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 237.0), (237.0, 516.0), (516.0, 807.0), (807.0, 1180.0), (1180.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 317212 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317213 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 283.0), (283.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 317239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317264 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317279 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 317291 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 250.0), (250.0, 540.0), (540.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 317292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 325.0), (325.0, 336.0), (336.0, 337.0), (337.0, 342.0), (342.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0, 1500.0, 900.0, 1500.0, 900.0]\n", - "Run: 317295 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 317296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 317297 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 357.0), (357.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1500.0, 1800.0]\n", - "Run: 317313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317320 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 106.0), (106.0, 348.0), (348.0, 626.0), (626.0, 856.0), (856.0, 1363.0), (1363.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 317338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317340 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, 277.0), (277.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 317382 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 204.0), (204.0, 513.0), (513.0, 715.0), (715.0, 1048.0), (1048.0, 1479.0), (1479.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 317415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 214.0), (214.0, 484.0), (484.0, 832.0), (832.0, 1375.0), (1375.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0]\n", - "Run: 317438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/3 \n", - "Final prescale weight: 1800\n", - "Run: 317463 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 91.0), (91.0, 113.0), (113.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1200.0]\n", - "Run: 317478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317481 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317482 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 145.0), (145.0, 424.0), (424.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 317488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 228.0), (228.0, 708.0), (708.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1800\n", - "Prescales: [900.0, 1500.0, 1800.0]\n", - "Run: 317505 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 16.0), (16.0, 22.0), (22.0, 30.0), (30.0, 40.0), (40.0, 45.0), (45.0, 49.0), (49.0, 57.0), (57.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 317508 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317509 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 317510 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 317511 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, 304.0), (304.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 317512 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 284.0), (284.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 900.0, 1500.0]\n", - "Run: 317527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 395.0), (395.0, 609.0), (609.0, 1043.0), (1043.0, 1453.0), (1453.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 317553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317554 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317580 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317591 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 298.0), (298.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 317626 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 314.0), (314.0, 563.0), (563.0, 846.0), (846.0, 1132.0), (1132.0, 1650.0), (1650.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 317639 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317640 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 279.0), (279.0, 424.0), (424.0, 718.0), (718.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 317641 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 246.0), (246.0, 607.0), (607.0, 686.0), (686.0, 756.0), (756.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 317648 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317649 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, 239.0), (239.0, 541.0), (541.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 317650 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, 751.0), (751.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 317661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 254.0), (254.0, 503.0), (503.0, 797.0), (797.0, 1113.0), (1113.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 317663 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 210.0), (210.0, 242.0), (242.0, 340.0), (340.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 317683 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 269.0), (269.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 317696 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 251.0), (251.0, 543.0), (543.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 317709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317744 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317787 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317864 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317875 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317880 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317884 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317891 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317907 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317927 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317930 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 317949 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1\n", - "Run: 318015 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1\n", - "Run: 318016 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1\n", - "Run: 318017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1\n", - "Run: 318018 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1\n", - "Run: 318070 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318182 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318562 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318651 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 318816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 318819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 318820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 318827 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318828 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 62.0), (62.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 318856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318872 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, 266.0), (266.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 318874 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 318876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 318877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 318885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 318944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 319068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319077 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319337 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 47.0), (47.0, 92.0), (92.0, 694.0), (694.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 319347 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 114.0), (114.0, 274.0), (274.0, 487.0), (487.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 319348 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 319349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 319449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 176.0), (176.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 319450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 100.0), (100.0, 593.0), (593.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 319452 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 319453 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 319456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 184.0), (184.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 319459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 319486 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 261.0), (261.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1050.0, 900.0]\n", - "Run: 319506 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 900.0, 1500.0]\n", - "Run: 319521 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 15.0), (15.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1500.0, 1200.0, 1050.0]\n", - "Run: 319523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 12.0), (12.0, 16.0), (16.0, 21.0), (21.0, 26.0), (26.0, 30.0), (30.0, 34.0), (34.0, 37.0), (37.0, 42.0), (42.0, 44.0), (44.0, 46.0), (46.0, 48.0), (48.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 319524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 264.0), (264.0, 703.0), (703.0, 1248.0), (1248.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 319525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 319526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 184.0), (184.0, 193.0), (193.0, 195.0), (195.0, 275.0), (275.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [900.0, 1500.0, 1200.0, 1500.0, 900.0]\n", - "Run: 319527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 319528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 111.0), (111.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 900.0, 1500.0]\n", - "Run: 319579 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 277.0), (277.0, 758.0), (758.0, 1173.0), (1173.0, 1401.0), (1401.0, 1979.0), (1979.0, 1987.0), (1987.0, 2273.0), (2273.0, 2278.0), (2278.0, 2511.0), (2511.0, 2516.0), (2516.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 319606 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 18.0), (18.0, 22.0), (22.0, 27.0), (27.0, 30.0), (30.0, 34.0), (34.0, 37.0), (37.0, 41.0), (41.0, 45.0), (45.0, 48.0), (48.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 319623 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319625 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319639 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 162.0), (162.0, 1061.0), (1061.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 319656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 55.0), (55.0, 136.0), (136.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0]\n", - "Run: 319657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 319658 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 93.0), (93.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 1050.0, 900.0]\n", - "Run: 319659 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 319678 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 181.0), (181.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0]\n", - "Run: 319687 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319697 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 319698 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 319756 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 176.0), (176.0, 412.0), (412.0, 702.0), (702.0, 1056.0), (1056.0, 1672.0), (1672.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 319800 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 319815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 319816 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 319833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 319841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 319847 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319848 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319849 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 140.0), (140.0, 381.0), (381.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 319851 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 319852 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 319853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 319854 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 167.0), (167.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 319856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319907 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319910 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 106.0), (106.0, 248.0), (248.0, 358.0), (358.0, 642.0), (642.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 319912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 319913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 319914 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 319915 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 319928 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 63.0), (63.0, 272.0), (272.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1500.0, 1200.0]\n", - "Run: 319942 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 47.0), (47.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 319950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319984 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 319991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 332.0), (332.0, 544.0), (544.0, 828.0), (828.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 319992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 249.0), (249.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 319993 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 574.0), (574.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320002 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320003 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320004 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320006 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 320007 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 128.0), (128.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 320008 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [900.0, 1500.0, 900.0]\n", - "Run: 320009 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 320010 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 86.0), (86.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 900.0, 1500.0]\n", - "Run: 320011 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320023 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 162.0), (162.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320024 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, 373.0), (373.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 320025 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 320026 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 157.0), (157.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 320038 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 291.0), (291.0, 495.0), (495.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 320039 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 320040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 48.0), (48.0, 401.0), (401.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 320058 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320060 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 320062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 320063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 320064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 320065 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 191.0), (191.0, 536.0), (536.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 320077 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320094 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320097 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320128 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320185 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320186 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320189 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320191 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320192 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320195 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320258 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320275 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320276 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320277 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320285 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320321 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320338 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320340 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320342 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320347 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320369 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 24.0), (24.0, 33.0), (33.0, 43.0), (43.0, 50.0), (50.0, 56.0), (56.0, 62.0), (62.0, 66.0), (66.0, 72.0), (72.0, 77.0), (77.0, 81.0), (81.0, 87.0), (87.0, 91.0), (91.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 750\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 6000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 750.0, 3000.0, 6000.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 320395 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 320500 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 320543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320548 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320553 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320555 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 750\n", - "Prescales: [1500.0, 750.0]\n", - "Run: 320561 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320566 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 750\n", - "Run: 320569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 320570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320654 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320673 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 320688 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 261.0), (261.0, 561.0), (561.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1050.0, 900.0, 1500.0]\n", - "Run: 320712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 82.0), (82.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 132.0), (132.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, 249.0), (249.0, 456.0), (456.0, 465.0), (465.0, 512.0), (512.0, 820.0), (820.0, 1239.0), (1239.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 320807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 600\n", - "Run: 320808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 600\n", - "Run: 320809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 698.0), (698.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 320821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320822 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 285.0), (285.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 320823 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 320824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 151.0), (151.0, 951.0), (951.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1500.0]\n", - "Run: 320838 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 146.0), (146.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320839 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 320840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, 349.0), (349.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 320841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 194.0), (194.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 320853 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 186.0), (186.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320854 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 320855 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 129.0), (129.0, 448.0), (448.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 320856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 217.0), (217.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320858 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 320859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 320887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 283.0), (283.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320888 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 320916 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 99.0), (99.0, 326.0), (326.0, 605.0), (605.0, 952.0), (952.0, 1469.0), (1469.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 320920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 320933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1050.0]\n", - "Run: 320934 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 169.0), (169.0, 530.0), (530.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 320936 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 320941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 320980 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 320994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 750\n", - "Prescales: [1500.0, 750.0]\n", - "Run: 320995 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 320996 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 321004 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, 165.0), (165.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 321005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 321006 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 321007 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 102.0), (102.0, 433.0), (433.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 321009 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321010 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321011 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321051 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 209.0), (209.0, 454.0), (454.0, 716.0), (716.0, 1049.0), (1049.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321055 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 350.0), (350.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321067 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 401.0), (401.0, 530.0), (530.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 179.0), (179.0, 647.0), (647.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 321069 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321078 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321119 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321121 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 321122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 212.0), (212.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 321123 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 321124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, 397.0), (397.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 321126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 110.0), (110.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1500.0, 1200.0]\n", - "Run: 321134 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 900.0]\n", - "Run: 321138 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 105.0), (105.0, 647.0), (647.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 321140 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 269.0), (269.0, 478.0), (478.0, 741.0), (741.0, 1056.0), (1056.0, 1527.0), (1527.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 321162 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321166 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 145.0), (145.0, 381.0), (381.0, 660.0), (660.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 356.0), (356.0, 480.0), (480.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 1200.0, 0.0]\n", - "Run: 321178 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [0.0, 1200.0, 1050.0]\n", - "Run: 321218 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 298.0), (298.0, 553.0), (553.0, 823.0), (823.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321219 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 168.0), (168.0, 604.0), (604.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 321221 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321230 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321231 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321232 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 321233 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 162.0), (162.0, 404.0), (404.0, 669.0), (669.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321260 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321261 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321262 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321294 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321295 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 141.0), (141.0, 432.0), (432.0, 608.0), (608.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 321305 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 338.0), (338.0, 612.0), (612.0, 876.0), (876.0, 882.0), (882.0, 904.0), (904.0, 1214.0), (1214.0, 1711.0), (1711.0, 2446.0), (2446.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 1500.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 321309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 375\n", - "Prescales: [1500.0, 375.0]\n", - "Run: 321310 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/4 \n", - "Final prescale weight: 1500\n", - "Run: 321311 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321312 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 321313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 321323 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 321386 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 321388 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 321393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321396 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 61.0), (61.0, 292.0), (292.0, 567.0), (567.0, 892.0), (892.0, 1296.0), (1296.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 321397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321402 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 386.0), (386.0, 627.0), (627.0, 875.0), (875.0, 1240.0), (1240.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 384.0), (384.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 155.0), (155.0, 424.0), (424.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 321436 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 92.0), (92.0, 498.0), (498.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 321457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 357.0), (357.0, 593.0), (593.0, 852.0), (852.0, 1201.0), (1201.0, 1627.0), (1627.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 321461 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, 479.0), (479.0, 741.0), (741.0, 1052.0), (1052.0, 1525.0), (1525.0, 1916.0), (1916.0, 1922.0), (1922.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 321528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321536 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321586 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 12.0), (12.0, 14.0), (14.0, 16.0), (16.0, 20.0), (20.0, 24.0), (24.0, 28.0), (28.0, 31.0), (31.0, 37.0), (37.0, 40.0), (40.0, 44.0), (44.0, 47.0), (47.0, 50.0), (50.0, 52.0), (52.0, 57.0), (57.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 321607 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321636 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321640 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 15.0), (15.0, 17.0), (17.0, 18.0), (18.0, 20.0), (20.0, 23.0), (23.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321650 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 13.0), (13.0, 15.0), (15.0, 17.0), (17.0, 19.0), (19.0, 22.0), (22.0, 24.0), (24.0, 27.0), (27.0, 29.0), (29.0, 31.0), (31.0, 33.0), (33.0, 35.0), (35.0, 39.0), (39.0, 41.0), (41.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0]\n", - "Run: 321652 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 11.0), (11.0, 12.0), (12.0, 14.0), (14.0, 16.0), (16.0, 18.0), (18.0, 21.0), (21.0, 23.0), (23.0, 25.0), (25.0, 28.0), (28.0, 32.0), (32.0, 34.0), (34.0, 37.0), (37.0, 41.0), (41.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 321653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 11.0), (11.0, 13.0), (13.0, 16.0), (16.0, 18.0), (18.0, 21.0), (21.0, 23.0), (23.0, 25.0), (25.0, 28.0), (28.0, 31.0), (31.0, 33.0), (33.0, 36.0), (36.0, 39.0), (39.0, 43.0), (43.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 321665 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321674 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321679 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321683 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321710 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321712 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 201.0), (201.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 321728 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321729 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321730 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 196.0), (196.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321731 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 321732 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, 382.0), (382.0, 693.0), (693.0, 1054.0), (1054.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 321735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321755 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 63.0), (63.0, 438.0), (438.0, 539.0), (539.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1500.0, 1050.0, 900.0]\n", - "Run: 321758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 321759 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 750\n", - "Prescales: [1500.0, 750.0]\n", - "Run: 321760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 226.0), (226.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1500.0, 1200.0]\n", - "Run: 321773 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 321774 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 321776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 321777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 321778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 321780 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 177.0), (177.0, 508.0), (508.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 321781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 662.0), (662.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 321794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321795 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321796 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 213.0), (213.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 321817 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 199.0), (199.0, 519.0), (519.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0]\n", - "Run: 321818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 311.0), (311.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 600\n", - "Run: 321820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 321831 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 172.0), (172.0, 412.0), (412.0, 582.0), (582.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321832 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 188.0), (188.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 321833 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321834 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 298.0), (298.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 321870 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321879 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 103.0), (103.0, 113.0), (113.0, 325.0), (325.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0, 1050.0]\n", - "Run: 321880 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 321887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 171.0), (171.0, 395.0), (395.0, 646.0), (646.0, 951.0), (951.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 182.0), (182.0, 282.0), (282.0, 292.0), (292.0, 388.0), (388.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0, 1200.0, 1050.0]\n", - "Run: 321909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 182.0), (182.0, 482.0), (482.0, 797.0), (797.0, 1549.0), (1549.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 321917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 179.0), (179.0, 407.0), (407.0, 637.0), (637.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 321919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 321933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 150.0), (150.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321949 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321959 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321960 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 321961 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 185.0), (185.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 321973 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 201.0), (201.0, 420.0), (420.0, 693.0), (693.0, 997.0), (997.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 321975 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 321.0), (321.0, 336.0), (336.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 321988 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 213.0), (213.0, 463.0), (463.0, 704.0), (704.0, 1023.0), (1023.0, 1393.0), (1393.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 321990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 322012 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322013 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322014 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 192.0), (192.0, 370.0), (370.0, 700.0), (700.0, 1012.0), (1012.0, 1353.0), (1353.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322040 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322049 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 12.0), (12.0, 15.0), (15.0, 18.0), (18.0, 21.0), (21.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 322057 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322068 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 270.0), (270.0, 499.0), (499.0, 723.0), (723.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 322079 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 331.0), (331.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 322088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 320.0), (320.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1200.0, 1050.0, 900.0]\n", - "Run: 322106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 327.0), (327.0, 497.0), (497.0, 773.0), (773.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 322113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322118 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, 318.0), (318.0, 544.0), (544.0, 827.0), (827.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 322165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322179 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 233.0), (233.0, 475.0), (475.0, 872.0), (872.0, 1055.0), (1055.0, 1448.0), (1448.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322204 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 220.0), (220.0, 473.0), (473.0, 767.0), (767.0, 1120.0), (1120.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322222 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 322247 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322252 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 180.0), (180.0, 425.0), (425.0, 684.0), (684.0, 996.0), (996.0, 1403.0), (1403.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 36.0), (36.0, 82.0), (82.0, 146.0), (146.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 322322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 194.0), (194.0, 432.0), (432.0, 723.0), (723.0, 1085.0), (1085.0, 1121.0), (1121.0, 1181.0), (1181.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0]\n", - "Run: 322323 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 600\n", - "Run: 322324 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 322332 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 211.0), (211.0, 419.0), (419.0, 639.0), (639.0, 942.0), (942.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 322339 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 10.0), (10.0, 14.0), (14.0, 18.0), (18.0, 22.0), (22.0, 26.0), (26.0, 30.0), (30.0, 34.0), (34.0, 38.0), (38.0, 42.0), (42.0, 46.0), (46.0, 51.0), (51.0, 54.0), (54.0, 58.0), (58.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 322348 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 189.0), (189.0, 451.0), (451.0, 699.0), (699.0, 1011.0), (1011.0, 1304.0), (1304.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322355 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 322356 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 187.0), (187.0, 458.0), (458.0, 777.0), (777.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 322381 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 142.0), (142.0, 342.0), (342.0, 570.0), (570.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 322397 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322407 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 90.0), (90.0, 214.0), (214.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 322430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 178.0), (178.0, 353.0), (353.0, 614.0), (614.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 322431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 122.0), (122.0, 516.0), (516.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 322480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, 290.0), (290.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 322483 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 322484 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 322485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 322487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 322492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 300.0), (300.0, 701.0), (701.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 900.0, 1500.0, 1200.0]\n", - "Run: 322510 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322599 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 232.0), (232.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 322602 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 322603 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1200\n", - "Run: 322605 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 322616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 322617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 175.0), (175.0, 510.0), (510.0, 563.0), (563.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 322625 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 178.0), (178.0, 398.0), (398.0, 663.0), (663.0, 975.0), (975.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 322633 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 167.0), (167.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 322672 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322704 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322707 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322713 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322714 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322715 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322716 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 322752 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323292 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 104.0), (104.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 323318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323326 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323327 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323336 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323344 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323345 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323347 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323348 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 323414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 323415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 323416 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 900.0]\n", - "Run: 323417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323418 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323423 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 323470 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, 76.0), (76.0, 202.0), (202.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1200.0]\n", - "Run: 323471 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 323472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 41.0), (41.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1050.0, 900.0]\n", - "Run: 323473 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 204.0), (204.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 323474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 325.0), (325.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 323475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 323487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 98.0), (98.0, 144.0), (144.0, 165.0), (165.0, 382.0), (382.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0, 1050.0]\n", - "Run: 323488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 150.0), (150.0, 445.0), (445.0, 787.0), (787.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 323491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 323493 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 323495 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 323523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 216.0), (216.0, 513.0), (513.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 323525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 276.0), (276.0, 681.0), (681.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 323526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 317.0), (317.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 323558 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323560 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323639 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 900.0]\n", - "Run: 323641 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323650 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323692 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323693 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 323696 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 206.0), (206.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 323697 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 323698 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 323699 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 323700 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 262.0), (262.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 323701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 750\n", - "Run: 323702 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 185.0), (185.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 323716 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323725 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 169.0), (169.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 323726 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 323727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 222.0), (222.0, 544.0), (544.0, 907.0), (907.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 323755 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 247.0), (247.0, 380.0), (380.0, 659.0), (659.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 323775 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 152.0), (152.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 323778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 198.0), (198.0, 469.0), (469.0, 761.0), (761.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 323790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 137.0), (137.0, 246.0), (246.0, 267.0), (267.0, 345.0), (345.0, 644.0), (644.0, 857.0), (857.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 323794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 323825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, 332.0), (332.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 323857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 323940 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 292.0), (292.0, 497.0), (497.0, 749.0), (749.0, 957.0), (957.0, 1335.0), (1335.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 323954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 323976 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323978 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 323980 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 194.0), (194.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 323983 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 139.0), (139.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 323997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 310.0), (310.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 324021 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 279.0), (279.0, 456.0), (456.0, 675.0), (675.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 324022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 176.0), (176.0, 550.0), (550.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 324077 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 281.0), (281.0, 537.0), (537.0, 755.0), (755.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 324078 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 217.0), (217.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 900.0, 1500.0]\n", - "Run: 324087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324089 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 324101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324131 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324162 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 17.0), (17.0, 19.0), (19.0, 22.0), (22.0, 26.0), (26.0, 29.0), (29.0, 31.0), (31.0, 33.0), (33.0, 35.0), (35.0, 38.0), (38.0, 41.0), (41.0, 43.0), (43.0, 45.0), (45.0, 47.0), (47.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0, 1500.0]\n", - "Run: 324164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324201 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 92.0), (92.0, 304.0), (304.0, 555.0), (555.0, 833.0), (833.0, 1214.0), (1214.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 324202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324205 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1200\n", - "Run: 324206 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 324207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/4 \n", - "Final prescale weight: 1500\n", - "Run: 324209 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/4 \n", - "Final prescale weight: 1500\n", - "Run: 324237 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 174.0), (174.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 324245 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 95.0), (95.0, 264.0), (264.0, 507.0), (507.0, 828.0), (828.0, 1264.0), (1264.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 324293 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 161.0), (161.0, 341.0), (341.0, 611.0), (611.0, 889.0), (889.0, 1332.0), (1332.0, 2006.0), (2006.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 324313 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324314 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324315 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 64.0), (64.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 324317 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1050\n", - "Run: 324318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 182.0), (182.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 324408 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324420 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 268.0), (268.0, 527.0), (527.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 324432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324543 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 750\n", - "Run: 324564 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 324645 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324729 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 324747 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 103.0), (103.0, 106.0), (106.0, 205.0), (205.0, 364.0), (364.0, 563.0), (563.0, 858.0), (858.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0]\n", - "Run: 324764 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 324765 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 324769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 244.0), (244.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 324772 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/4 \n", - "Final prescale weight: 1500\n", - "Run: 324785 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 123.0), (123.0, 157.0), (157.0, 195.0), (195.0, 335.0), (335.0, 550.0), (550.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0]\n", - "Run: 324791 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 179.0), (179.0, 618.0), (618.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 1200.0]\n", - "Run: 324818 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 324835 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 156.0), (156.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 324840 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 324841 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 123.0), (123.0, 450.0), (450.0, 897.0), (897.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 324846 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 261.0), (261.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1200.0, 1500.0]\n", - "Run: 324857 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 324863 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 324877 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 324878 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 107.0), (107.0, 190.0), (190.0, 474.0), (474.0, 778.0), (778.0, 1063.0), (1063.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0]\n", - "Run: 324896 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 324897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 135.0), (135.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0]\n", - "Run: 324967 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 324970 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 181.0), (181.0, 359.0), (359.0, 461.0), (461.0, 745.0), (745.0, 1174.0), (1174.0, 1934.0), (1934.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 324980 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, 205.0), (205.0, 371.0), (371.0, 617.0), (617.0, 908.0), (908.0, 1371.0), (1371.0, 2129.0), (2129.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0]\n", - "Run: 324997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1200.0]\n", - "Run: 324998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 133.0), (133.0, inf)]\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1200.0, 1050.0]\n", - "Run: 324999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 325000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 261.0), (261.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 325001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 343.0), (343.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [1500.0, 1200.0]\n", - "Run: 325022 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 38.0), (38.0, 64.0), (64.0, 378.0), (378.0, 387.0), (387.0, 1317.0), (1317.0, 1485.0), (1485.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1500.0, 1500.0, 1200.0]\n", - "Run: 325057 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, 181.0), (181.0, 368.0), (368.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [0.0, 1500.0, 1200.0, 1050.0]\n", - "Run: 325065 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 325097 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0]\n", - "Run: 325098 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 325099 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 106.0), (106.0, 328.0), (328.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1050\n", - "Prescales: [1500.0, 1200.0, 1050.0]\n", - "Run: 325100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 184.0), (184.0, inf)]\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [1050.0, 900.0]\n", - "Run: 325101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 245.0), (245.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Prescales: [900.0, 1500.0]\n", - "Run: 325110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 325111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 325113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 1500\n", - "Run: 325114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 750\n", - "Run: 325117 \n", - "Type of path key: \n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Prescales: [0.0, 1200.0]\n", - "Run: 325159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 70.0), (70.0, 236.0), (236.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1050\n", - "Final prescale weight: 900\n", - "Prescales: [0.0, 1500.0, 1050.0, 900.0]\n", - "Run: 325167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 325168 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 325169 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 900\n", - "Run: 325170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, 222.0), (222.0, 333.0), (333.0, 703.0), (703.0, inf)]\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 900\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1200\n", - "Prescales: [900.0, 1500.0, 900.0, 1500.0, 1200.0]\n", - "Run: 325172 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 353.0), (353.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1200\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1200.0, 1500.0]\n", - "Run: 325175 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325199 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325200 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325202 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325203 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 325204 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 325342 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 325343 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325422 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325464 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325465 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325492 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325511 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 325517 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 325520 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 325605 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 325861 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 325862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355058 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 83.0), (83.0, 99.0), (99.0, 113.0), (113.0, 126.0), (126.0, 143.0), (143.0, 157.0), (157.0, 173.0), (173.0, 189.0), (189.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]\n", - "Run: 355100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 96.0), (96.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355102 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355104 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355108 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355109 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355114 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355117 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355118 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355119 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355120 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355121 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355123 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355124 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355127 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355128 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355129 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355130 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355133 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 108.0), (108.0, 128.0), (128.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355134 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355135 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355203 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355204 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355205 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355206 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355207 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 582.0), (582.0, 627.0), (627.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355208 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355374 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, 80.0), (80.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355375 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355376 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355379 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355380 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355381 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355382 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355404 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 1115.0), (1115.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355405 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355407 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355408 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355409 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355410 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355411 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355415 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355418 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 80.0), (80.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 355435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 64.0), (64.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/0 \n", - "Final prescale weight: 0\n", - "Run: 355440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 3000\n", - "Run: 355444 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355445 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355454 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355456 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Final prescale weight: 0\n", - "Run: 355458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355460 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355461 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355462 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 0\n", - "Run: 355463 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/2 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355558 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355559 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355679 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355680 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355768 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v19/1 \n", - "Final prescale weight: 1500\n", - "Run: 355862 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 21.0), (21.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0]\n", - "Run: 355863 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355865 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 355870 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355871 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355872 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 73.0), (73.0, 96.0), (96.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 355892 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355913 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355933 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 30.0), (30.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 355942 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355988 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 65.0), (65.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355989 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 355991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 20.0), (20.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0, 0.0]\n", - "Run: 355992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/0 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 355993 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 1500.0]\n", - "Run: 355994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355995 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355996 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 355999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356002 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356003 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356004 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356041 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356042 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356043 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356046 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356047 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356048 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356071 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356073 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356074 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356076 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356077 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356135 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356158 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356162 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356164 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356165 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356170 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356174 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356177 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356309 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356316 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356321 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356322 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356323 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356371 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356375 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 135.0), (135.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356378 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356381 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 795.0), (795.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356383 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356384 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356385 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356386 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356431 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356436 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356446 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356466 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356467 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356468 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356470 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356471 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356473 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356474 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356476 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356480 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356481 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356488 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356489 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356523 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 169.0), (169.0, 220.0), (220.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 356524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356525 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 356526 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356527 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356529 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356530 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356531 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356563 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356568 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 248.0), (248.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356570 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356576 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356577 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356578 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356580 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356581 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 80.0), (80.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356582 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/0 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0]\n", - "Run: 356613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356615 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356618 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356619 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356709 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 144.0), (144.0, 147.0), (147.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 356719 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356720 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356788 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356789 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356811 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356824 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356902 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356937 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356943 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 219.0), (219.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356944 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 356946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356947 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356949 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356951 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356952 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356953 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356955 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356956 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356968 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356969 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356970 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356977 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356997 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 356999 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357000 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357001 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357005 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357070 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357076 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357077 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 73.0), (73.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357078 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 144.0), (144.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357079 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357080 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357081 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357096 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357098 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357100 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357101 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357102 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357103 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357104 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357112 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 197.0), (197.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357268 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357269 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 45.0), (45.0, 201.0), (201.0, 264.0), (264.0, 551.0), (551.0, 641.0), (641.0, 778.0), (778.0, 1074.0), (1074.0, 1247.0), (1247.0, 1271.0), (1271.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 1500.0, 3000.0]\n", - "Run: 357328 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357329 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 66.0), (66.0, 403.0), (403.0, 616.0), (616.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357330 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357331 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357332 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 120.0), (120.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 357333 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/2 \n", - "Final prescale weight: 3000\n", - "Run: 357401 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 196.0), (196.0, 212.0), (212.0, 557.0), (557.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 116.0), (116.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, 148.0), (148.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 344.0), (344.0, 944.0), (944.0, 1341.0), (1341.0, 1347.0), (1347.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 357447 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357472 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357478 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357479 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 38.0), (38.0, 308.0), (308.0, 343.0), (343.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357482 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357538 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357539 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357540 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357542 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 52.0), (52.0, 219.0), (219.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357550 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357610 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 96.0), (96.0, 135.0), (135.0, 154.0), (154.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 3000.0, 1500.0, 1500.0]\n", - "Run: 357611 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 399.0), (399.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 486.0), (486.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 357613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/2 \n", - "Final prescale weight: 3000\n", - "Run: 357687 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357688 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 12.0), (12.0, 207.0), (207.0, 293.0), (293.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357696 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 84.0), (84.0, 90.0), (90.0, 99.0), (99.0, 102.0), (102.0, 109.0), (109.0, 171.0), (171.0, 305.0), (305.0, 378.0), (378.0, 381.0), (381.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357697 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357698 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357699 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357700 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 614.0), (614.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357701 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 37.0), (37.0, 289.0), (289.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0]\n", - "Run: 357704 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/2 \n", - "Final prescale weight: 3000\n", - "Run: 357705 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/2 \n", - "Final prescale weight: 3000\n", - "Run: 357706 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/2 \n", - "Final prescale weight: 3000\n", - "Run: 357720 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357732 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 62.0), (62.0, 70.0), (70.0, 82.0), (82.0, 92.0), (92.0, 140.0), (140.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357733 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357734 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 8.0), (8.0, 117.0), (117.0, 216.0), (216.0, 236.0), (236.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357735 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 37.0), (37.0, 72.0), (72.0, 77.0), (77.0, 96.0), (96.0, 140.0), (140.0, 267.0), (267.0, 356.0), (356.0, 359.0), (359.0, 858.0), (858.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357754 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 95.0), (95.0, 113.0), (113.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357755 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357756 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 105.0), (105.0, 119.0), (119.0, 141.0), (141.0, 368.0), (368.0, 384.0), (384.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357759 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357766 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 47.0), (47.0, 51.0), (51.0, 65.0), (65.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357767 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357769 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357770 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357771 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 28.0), (28.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 18.0), (18.0, 121.0), (121.0, 134.0), (134.0, 317.0), (317.0, 471.0), (471.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357777 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357778 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 119.0), (119.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357779 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357780 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357781 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357802 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 96.0), (96.0, 125.0), (125.0, 137.0), (137.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357803 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357804 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357805 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357807 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 148.0), (148.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 280.0), (280.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357815 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 421.0), (421.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 357885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 60.0), (60.0, 64.0), (64.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357888 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357889 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 357891 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357892 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 357893 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 8.0), (8.0, 9.0), (9.0, 11.0), (11.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357894 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 357895 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 357896 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 3000\n", - "Run: 357897 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 3000\n", - "Run: 357898 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 6.0), (6.0, 7.0), (7.0, 25.0), (25.0, 30.0), (30.0, 36.0), (36.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357899 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 246.0), (246.0, 260.0), (260.0, 632.0), (632.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 357900 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 21.0), (21.0, 417.0), (417.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 357902 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359111 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359113 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359115 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359136 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359137 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359147 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359149 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359150 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359156 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359160 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359349 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359356 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359365 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359369 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359370 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359374 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359421 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359448 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Final prescale weight: 1500\n", - "Run: 359455 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v20/1 \n", - "Lumi bin edges: [(1.0, 44.0), (44.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359542 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359562 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359564 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359567 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359568 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0]\n", - "Run: 359569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359571 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359575 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359595 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 16.0), (16.0, 21.0), (21.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 1500.0, 3000.0]\n", - "Run: 359597 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Prescales: [3000.0, 1500.0]\n", - "Run: 359602 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359609 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359612 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359661 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 198.0), (198.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0]\n", - "Run: 359685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359686 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359691 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 48.0), (48.0, 54.0), (54.0, 69.0), (69.0, 77.0), (77.0, 89.0), (89.0, 118.0), (118.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359693 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 173.0), (173.0, 402.0), (402.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 359694 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 60.0), (60.0, 62.0), (62.0, 274.0), (274.0, 622.0), (622.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 359699 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 63.0), (63.0, 244.0), (244.0, 485.0), (485.0, 711.0), (711.0, 1003.0), (1003.0, 1230.0), (1230.0, 1641.0), (1641.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 359717 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 263.0), (263.0, 350.0), (350.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359718 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 40.0), (40.0, 88.0), (88.0, 232.0), (232.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359750 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 113.0), (113.0, 220.0), (220.0, 224.0), (224.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 0.0]\n", - "Run: 359751 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 23.0), (23.0, 77.0), (77.0, 109.0), (109.0, 200.0), (200.0, 314.0), (314.0, 473.0), (473.0, 649.0), (649.0, 858.0), (858.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 359762 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 32.0), (32.0, 33.0), (33.0, 34.0), (34.0, 38.0), (38.0, 40.0), (40.0, 42.0), (42.0, 46.0), (46.0, 79.0), (79.0, 87.0), (87.0, 101.0), (101.0, 105.0), (105.0, 115.0), (115.0, 125.0), (125.0, 151.0), (151.0, 251.0), (251.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359763 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 47.0), (47.0, 63.0), (63.0, 65.0), (65.0, 118.0), (118.0, 121.0), (121.0, 223.0), (223.0, 320.0), (320.0, 369.0), (369.0, 371.0), (371.0, 446.0), (446.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0]\n", - "Run: 359764 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 192.0), (192.0, 200.0), (200.0, 272.0), (272.0, 691.0), (691.0, 814.0), (814.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 359776 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 107.0), (107.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359806 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 32.0), (32.0, 74.0), (74.0, 80.0), (80.0, 86.0), (86.0, 104.0), (104.0, 113.0), (113.0, 138.0), (138.0, 205.0), (205.0, 236.0), (236.0, 395.0), (395.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359809 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359810 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359812 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 158.0), (158.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 359813 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359814 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 64.0), (64.0, 304.0), (304.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0, 3000.0]\n", - "Run: 359867 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359868 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 15.0), (15.0, 42.0), (42.0, 54.0), (54.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359869 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 359870 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 359871 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 36.0), (36.0, 57.0), (57.0, 113.0), (113.0, 157.0), (157.0, 185.0), (185.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 359887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 95.0), (95.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359899 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 359901 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359903 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359904 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359905 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 359908 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359909 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359915 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359917 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359934 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359936 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 359998 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 38.0), (38.0, 45.0), (45.0, 182.0), (182.0, 198.0), (198.0, 225.0), (225.0, 240.0), (240.0, 257.0), (257.0, 349.0), (349.0, 378.0), (378.0, 450.0), (450.0, 579.0), (579.0, 720.0), (720.0, 860.0), (860.0, 1032.0), (1032.0, 1219.0), (1219.0, 1450.0), (1450.0, 1722.0), (1722.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 360017 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 50.0), (50.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360018 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360019 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 15.0), (15.0, 32.0), (32.0, 38.0), (38.0, 124.0), (124.0, 225.0), (225.0, 344.0), (344.0, 480.0), (480.0, 614.0), (614.0, 808.0), (808.0, 1000.0), (1000.0, 1197.0), (1197.0, 1207.0), (1207.0, 1215.0), (1215.0, 1475.0), (1475.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 360075 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, 29.0), (29.0, 36.0), (36.0, 74.0), (74.0, 208.0), (208.0, 229.0), (229.0, 297.0), (297.0, 311.0), (311.0, 383.0), (383.0, 415.0), (415.0, 472.0), (472.0, 573.0), (573.0, 695.0), (695.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360088 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 131.0), (131.0, 293.0), (293.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 360090 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 110.0), (110.0, 182.0), (182.0, 371.0), (371.0, 687.0), (687.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 360116 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, 115.0), (115.0, 121.0), (121.0, 130.0), (130.0, 137.0), (137.0, 157.0), (157.0, 165.0), (165.0, 218.0), (218.0, 237.0), (237.0, 304.0), (304.0, 341.0), (341.0, 420.0), (420.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360121 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360122 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360123 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360125 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 125.0), (125.0, 244.0), (244.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360126 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 64.0), (64.0, 225.0), (225.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360127 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360128 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 23.0), (23.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 360129 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 360130 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 56.0), (56.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0]\n", - "Run: 360131 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 214.0), (214.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0]\n", - "Run: 360141 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 45.0), (45.0, 82.0), (82.0, 88.0), (88.0, 327.0), (327.0, 352.0), (352.0, 429.0), (429.0, 445.0), (445.0, 517.0), (517.0, 536.0), (536.0, 634.0), (634.0, 755.0), (755.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360190 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360217 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360224 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 43.0), (43.0, 106.0), (106.0, 112.0), (112.0, 136.0), (136.0, 157.0), (157.0, 208.0), (208.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360225 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, 98.0), (98.0, 297.0), (297.0, 298.0), (298.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360274 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 360286 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360295 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 214.0), (214.0, 227.0), (227.0, 508.0), (508.0, 550.0), (550.0, 562.0), (562.0, 565.0), (565.0, 585.0), (585.0, 752.0), (752.0, 853.0), (853.0, 1011.0), (1011.0, 1133.0), (1133.0, 1413.0), (1413.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 360296 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 314.0), (314.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0]\n", - "Run: 360327 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, 96.0), (96.0, 106.0), (106.0, 109.0), (109.0, 130.0), (130.0, 287.0), (287.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360389 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360390 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 18.0), (18.0, 39.0), (39.0, 42.0), (42.0, 49.0), (49.0, 78.0), (78.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360391 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360392 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360393 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 31.0), (31.0, 34.0), (34.0, 38.0), (38.0, 48.0), (48.0, 52.0), (52.0, 62.0), (62.0, 65.0), (65.0, 106.0), (106.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360414 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360428 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 35.0), (35.0, 36.0), (36.0, 37.0), (37.0, 44.0), (44.0, 55.0), (55.0, 71.0), (71.0, 80.0), (80.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 12.0), (12.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 135.0), (135.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Final prescale weight: 0\n", - "Run: 360444 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360445 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360458 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 45.0), (45.0, 63.0), (63.0, 107.0), (107.0, 122.0), (122.0, 127.0), (127.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 414.0), (414.0, 469.0), (469.0, 636.0), (636.0, 743.0), (743.0, 1004.0), (1004.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 360460 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 552.0), (552.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0, 3000.0]\n", - "Run: 360486 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 87.0), (87.0, 103.0), (103.0, 113.0), (113.0, 212.0), (212.0, 260.0), (260.0, 263.0), (263.0, 471.0), (471.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0]\n", - "Run: 360490 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 9.0), (9.0, 34.0), (34.0, 42.0), (42.0, 123.0), (123.0, 182.0), (182.0, 313.0), (313.0, 422.0), (422.0, 634.0), (634.0, 657.0), (657.0, 730.0), (730.0, 1120.0), (1120.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 360491 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 360736 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360737 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360761 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 41.0), (41.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360788 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360794 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, 49.0), (49.0, 93.0), (93.0, 99.0), (99.0, 249.0), (249.0, 263.0), (263.0, 320.0), (320.0, 351.0), (351.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360795 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 30.0), (30.0, 338.0), (338.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360796 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, 161.0), (161.0, 165.0), (165.0, 294.0), (294.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 1500.0, 3000.0]\n", - "Run: 360797 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 360819 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360820 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 61.0), (61.0, 70.0), (70.0, 143.0), (143.0, 146.0), (146.0, 164.0), (164.0, 214.0), (214.0, 344.0), (344.0, 385.0), (385.0, 440.0), (440.0, 548.0), (548.0, 719.0), (719.0, 803.0), (803.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360821 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360825 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 78.0), (78.0, 334.0), (334.0, 336.0), (336.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 360826 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 360856 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 67.0), (67.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360874 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360876 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 238.0), (238.0, 252.0), (252.0, 259.0), (259.0, 268.0), (268.0, 273.0), (273.0, 279.0), (279.0, 284.0), (284.0, 288.0), (288.0, 292.0), (292.0, 296.0), (296.0, 302.0), (302.0, 312.0), (312.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 360886 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360888 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360889 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, 49.0), (49.0, 187.0), (187.0, 259.0), (259.0, 437.0), (437.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360892 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 232.0), (232.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0]\n", - "Run: 360893 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 360894 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360895 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 326.0), (326.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0, 3000.0]\n", - "Run: 360912 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360919 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 79.0), (79.0, 127.0), (127.0, 268.0), (268.0, 294.0), (294.0, 701.0), (701.0, 770.0), (770.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 360920 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360921 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 99.0), (99.0, 220.0), (220.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360927 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 104.0), (104.0, 123.0), (123.0, 175.0), (175.0, 204.0), (204.0, 275.0), (275.0, 303.0), (303.0, 369.0), (369.0, 561.0), (561.0, 775.0), (775.0, 877.0), (877.0, 1014.0), (1014.0, 1040.0), (1040.0, 1045.0), (1045.0, 1113.0), (1113.0, 1381.0), (1381.0, 1808.0), (1808.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 360940 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 40.0), (40.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360941 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 46.0), (46.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360942 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360945 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 360946 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 125.0), (125.0, 193.0), (193.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 360948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360950 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 256.0), (256.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0]\n", - "Run: 360951 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0]\n", - "Run: 360991 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 360992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Run: 361020 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 50.0), (50.0, 62.0), (62.0, 72.0), (72.0, 81.0), (81.0, 89.0), (89.0, 95.0), (95.0, 103.0), (103.0, 109.0), (109.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361032 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Final prescale weight: 0\n", - "Run: 361044 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 77.0), (77.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361045 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 637.0), (637.0, 686.0), (686.0, 829.0), (829.0, 907.0), (907.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361050 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361052 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361053 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361054 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 19.0), (19.0, 311.0), (311.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0, 3000.0]\n", - "Run: 361059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Lumi bin edges: [(1.0, 57.0), (57.0, 64.0), (64.0, 68.0), (68.0, 76.0), (76.0, 88.0), (88.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361082 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361083 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 24.0), (24.0, 31.0), (31.0, 37.0), (37.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361091 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Lumi bin edges: [(1.0, 55.0), (55.0, 76.0), (76.0, 90.0), (90.0, 106.0), (106.0, inf)]\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [3000.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361092 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Final prescale weight: 0\n", - "Run: 361105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 73.0), (73.0, 81.0), (81.0, 96.0), (96.0, 101.0), (101.0, 410.0), (410.0, 415.0), (415.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361108 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361110 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361188 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 81.0), (81.0, 85.0), (85.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361193 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361195 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361196 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361197 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 846.0), (846.0, 948.0), (948.0, 1054.0), (1054.0, 1305.0), (1305.0, 1650.0), (1650.0, 2066.0), (2066.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361198 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361223 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 54.0), (54.0, 75.0), (75.0, 86.0), (86.0, 112.0), (112.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361239 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 38.0), (38.0, 43.0), (43.0, 53.0), (53.0, 115.0), (115.0, 886.0), (886.0, 1007.0), (1007.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361240 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, 135.0), (135.0, 321.0), (321.0, 338.0), (338.0, 351.0), (351.0, 675.0), (675.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 361269 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361270 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361271 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361272 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 93.0), (93.0, 107.0), (107.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361280 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361283 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361284 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361297 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 34.0), (34.0, 321.0), (321.0, 342.0), (342.0, 803.0), (803.0, 886.0), (886.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361303 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, 30.0), (30.0, 38.0), (38.0, 40.0), (40.0, 65.0), (65.0, 70.0), (70.0, 104.0), (104.0, 108.0), (108.0, 945.0), (945.0, 1050.0), (1050.0, 1210.0), (1210.0, 1341.0), (1341.0, 1583.0), (1583.0, 1586.0), (1586.0, 1921.0), (1921.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 361318 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 26.0), (26.0, 29.0), (29.0, 32.0), (32.0, 43.0), (43.0, 67.0), (67.0, 210.0), (210.0, 226.0), (226.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361319 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 171.0), (171.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 361320 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, 204.0), (204.0, 266.0), (266.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361333 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, 30.0), (30.0, 61.0), (61.0, 65.0), (65.0, 67.0), (67.0, 71.0), (71.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361361 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 52.0), (52.0, 60.0), (60.0, 98.0), (98.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361363 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 361364 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 361365 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361366 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 134.0), (134.0, 177.0), (177.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361398 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361400 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 68.0), (68.0, 79.0), (79.0, 88.0), (88.0, 98.0), (98.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361417 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, 627.0), (627.0, 703.0), (703.0, 931.0), (931.0, 1011.0), (1011.0, 1174.0), (1174.0, 1245.0), (1245.0, 1548.0), (1548.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 361442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361443 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 72.0), (72.0, 81.0), (81.0, 144.0), (144.0, 154.0), (154.0, 234.0), (234.0, 236.0), (236.0, 938.0), (938.0, 998.0), (998.0, 1157.0), (1157.0, 1273.0), (1273.0, 1497.0), (1497.0, 1844.0), (1844.0, 2214.0), (2214.0, 2232.0), (2232.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361464 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361467 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361468 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 39.0), (39.0, 294.0), (294.0, 356.0), (356.0, 382.0), (382.0, 1033.0), (1033.0, 1132.0), (1132.0, 1280.0), (1280.0, 1399.0), (1399.0, 1631.0), (1631.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 361475 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 78.0), (78.0, 85.0), (85.0, 861.0), (861.0, 897.0), (897.0, 1032.0), (1032.0, 1223.0), (1223.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361512 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 88.0), (88.0, 132.0), (132.0, 828.0), (828.0, 908.0), (908.0, 1075.0), (1075.0, 1190.0), (1190.0, 1430.0), (1430.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 361569 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 49.0), (49.0, 89.0), (89.0, 102.0), (102.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361573 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 91.0), (91.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361579 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 66.0), (66.0, 765.0), (765.0, 844.0), (844.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361580 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, 156.0), (156.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 361677 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361685 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361686 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361740 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361790 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361808 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 3000.0, 1500.0]\n", - "Run: 361859 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361860 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361872 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361881 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361885 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361887 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361889 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361890 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361893 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361906 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361948 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361954 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 39.0), (39.0, 63.0), (63.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361956 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361957 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 815.0), (815.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0]\n", - "Run: 361971 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 86.0), (86.0, 108.0), (108.0, 113.0), (113.0, 885.0), (885.0, 956.0), (956.0, 1090.0), (1090.0, 1202.0), (1202.0, 1428.0), (1428.0, 1739.0), (1739.0, 2123.0), (2123.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0]\n", - "Run: 361974 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/2 \n", - "Final prescale weight: 3000\n", - "Run: 361989 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 57.0), (57.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 361990 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361992 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361993 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 361994 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362009 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362058 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 76.0), (76.0, 85.0), (85.0, 93.0), (93.0, 96.0), (96.0, 108.0), (108.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362059 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362060 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362061 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362062 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362063 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 11.0), (11.0, 28.0), (28.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 362064 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 94.0), (94.0, 205.0), (205.0, 407.0), (407.0, 825.0), (825.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 362085 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 51.0), (51.0, 54.0), (54.0, 58.0), (58.0, 61.0), (61.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362087 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362091 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 464.0), (464.0, 496.0), (496.0, 663.0), (663.0, 744.0), (744.0, 970.0), (970.0, 1328.0), (1328.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 362104 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 75.0), (75.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 362105 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362106 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362107 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 74.0), (74.0, 80.0), (80.0, 393.0), (393.0, 428.0), (428.0, 495.0), (495.0, 570.0), (570.0, 691.0), (691.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362148 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 95.0), (95.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362152 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362153 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362154 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 46.0), (46.0, 127.0), (127.0, 262.0), (262.0, 394.0), (394.0, 610.0), (610.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 362159 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362160 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362161 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 76.0), (76.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362163 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362166 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362167 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 369.0), (369.0, 470.0), (470.0, 577.0), (577.0, 585.0), (585.0, 635.0), (635.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362362 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362399 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362401 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 20.0), (20.0, 25.0), (25.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 1500.0, 1500.0]\n", - "Run: 362402 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362411 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362430 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 33.0), (33.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362435 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 12.0), (12.0, 26.0), (26.0, 73.0), (73.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 0.0, 0.0, 1500.0]\n", - "Run: 362438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, 31.0), (31.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 3000.0, 0.0]\n", - "Run: 362439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Lumi bin edges: [(1.0, 8.0), (8.0, 15.0), (15.0, 35.0), (35.0, 249.0), (249.0, 282.0), (282.0, 328.0), (328.0, 389.0), (389.0, 475.0), (475.0, 735.0), (735.0, 819.0), (819.0, 926.0), (926.0, 986.0), (986.0, 989.0), (989.0, 1056.0), (1056.0, 1281.0), (1281.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Prescales: [0.0, 1500.0, 1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0]\n", - "Run: 362452 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362457 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362459 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362482 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362487 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362503 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362524 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362528 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362587 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362596 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 28.0), (28.0, 31.0), (31.0, 34.0), (34.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362597 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 127.0), (127.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362613 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362614 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 35.0), (35.0, 89.0), (89.0, 97.0), (97.0, 142.0), (142.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362615 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 17.0), (17.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362616 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 74.0), (74.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362617 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362618 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 29.0), (29.0, 124.0), (124.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0]\n", - "Run: 362628 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362653 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 42.0), (42.0, 70.0), (70.0, 103.0), (103.0, 123.0), (123.0, 145.0), (145.0, 169.0), (169.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362654 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362655 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362656 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362657 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 36.0), (36.0, 154.0), (154.0, 182.0), (182.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362695 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/0 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0, 1500.0]\n", - "Run: 362696 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 655.0), (655.0, 659.0), (659.0, 680.0), (680.0, 783.0), (783.0, 856.0), (856.0, 872.0), (872.0, 873.0), (873.0, 879.0), (879.0, 888.0), (888.0, 891.0), (891.0, 907.0), (907.0, 959.0), (959.0, 1130.0), (1130.0, 1474.0), (1474.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0]\n", - "Run: 362697 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362698 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 7.0), (7.0, 126.0), (126.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 3000\n", - "Final prescale weight: 3000\n", - "Prescales: [1500.0, 3000.0, 3000.0]\n", - "Run: 362720 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 80.0), (80.0, 148.0), (148.0, 175.0), (175.0, 190.0), (190.0, 193.0), (193.0, 325.0), (325.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362721 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362722 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362723 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362724 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362725 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362726 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362727 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362728 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 53.0), (53.0, 55.0), (55.0, 63.0), (63.0, 137.0), (137.0, 146.0), (146.0, 214.0), (214.0, 349.0), (349.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 362757 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 70.0), (70.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0]\n", - "Run: 362758 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362759 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Final prescale weight: 1500\n", - "Run: 362760 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v21/1 \n", - "Lumi bin edges: [(1.0, 473.0), (473.0, 529.0), (529.0, 670.0), (670.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 1500.0, 1500.0, 1500.0]\n", - "Run: 366403 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 104.0), (104.0, 132.0), (132.0, 155.0), (155.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366406 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [1500.0, 0.0, 0.0]\n", - "Run: 366409 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 10.0), (10.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 366410 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 366413 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366419 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 4.0), (4.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 366422 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 22.0), (22.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366424 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366426 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0]\n", - "Run: 366427 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366429 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 14.0), (14.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 1500.0]\n", - "Run: 366432 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 13.0), (13.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366433 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366434 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 0\n", - "Run: 366436 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 18.0), (18.0, 24.0), (24.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366437 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 15.0), (15.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366438 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Final prescale weight: 0\n", - "Run: 366439 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Final prescale weight: 0\n", - "Run: 366440 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 1500.0]\n", - "Run: 366441 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366442 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, 26.0), (26.0, 46.0), (46.0, inf)]\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [1500.0, 0.0, 0.0, 1500.0]\n", - "Run: 366449 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 69.0), (69.0, 89.0), (89.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 1500.0]\n", - "Run: 366450 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366451 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 16.0), (16.0, 38.0), (38.0, 773.0), (773.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 1500.0, 0.0]\n", - "Run: 366469 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 9.0), (9.0, 21.0), (21.0, 51.0), (51.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366470 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366471 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366485 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 16.0), (16.0, 27.0), (27.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366494 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 13.0), (13.0, 26.0), (26.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366495 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 2.0), (2.0, 16.0), (16.0, 32.0), (32.0, 57.0), (57.0, 216.0), (216.0, 309.0), (309.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]\n", - "Run: 366496 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Final prescale weight: 0\n", - "Run: 366497 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/0 \n", - "Lumi bin edges: [(1.0, 3.0), (3.0, 92.0), (92.0, 111.0), (111.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 0.0, 1500.0]\n", - "Run: 366498 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366499 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366500 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366504 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Final prescale weight: 1500\n", - "Run: 366530 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 5.0), (5.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Prescales: [0.0, 0.0]\n", - "Run: 366533 \n", - "Type of path key: \n", - "Path: HLT_PFJet140_v22/1 \n", - "Lumi bin edges: [(1.0, 6.0), (6.0, 45.0), (45.0, inf)]\n", - "Final prescale weight: 0\n", - "Final prescale weight: 0\n", - "Final prescale weight: 1500\n", - "Prescales: [0.0, 0.0, 1500.0]\n" - ] - } - ], - "source": [ - "psCorr = cs.Correction.parse_obj(\n", - " {\n", - " \"version\": 2,\n", - " \"name\": \"prescaleWeight\",\n", - " \"inputs\": [\n", - " #cs.Variable(name=\"pt\", type=\"real\", description=\"Leading jet pt\"), # try to figure out how to assign path inside correctionlib later \n", - " {\"name\":\"run\", \"type\":\"int\"},\n", - " {\"name\":\"path\", \"type\":\"string\"},\n", - " {\"name\":\"lumi\", \"type\":\"real\"},\n", - " ],\n", - " \"output\":{\"name\":\"weight\", \"type\":\"real\"},\n", - " \"data\":build_runs(ps_csvData),\n", - " })\n" - ] - }, - { - "cell_type": "code", - "execution_count": 61, - "id": "0458cf7e", - "metadata": {}, - "outputs": [], - "source": [ - "cset = cs.CorrectionSet(\n", - " schema_version = 2,\n", - " corrections = [psCorr],\n", - " description = \"prescales for HLT_PFJet140\" \n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 62, - "id": "c72ccaea", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "CorrectionSet(schema_version=2, description='prescales for HLT_PFJet140', corrections=[Correction(name='prescaleWeight', description=None, version=2, inputs=[Variable(name='run', type='int', description=None), Variable(name='path', type='string', description=None), Variable(name='lumi', type='real', description=None)], output=Variable(name='weight', type='real', description=None), generic_formulas=None, data=Category(nodetype='category', input='run', content=[CategoryItem(key=190456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[300.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=190459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[300.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=190462, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190465, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190482, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=190490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[300.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=190539, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190591, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[300.0, 120.0], flow='clamp'))], default=None)), CategoryItem(key=190592, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[300.0, 120.0], flow='clamp'))], default=None)), CategoryItem(key=190593, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190646, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=190659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 71.0, inf], content=[120.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=190661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190678, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190679, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190688, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[120.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=190702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, inf], content=[120.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=190703, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190704, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 95.0, inf], content=[180.0, 120.0], flow='clamp'))], default=None)), CategoryItem(key=190706, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[300.0, 120.0], flow='clamp'))], default=None)), CategoryItem(key=190707, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190708, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190710, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=190733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190734, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=190735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=190736, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190738, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190782, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190895, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=190949, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 82.0, inf], content=[180.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=191043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191056, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191057, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[300.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=191062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191086, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[180.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=191201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191226, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[300.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=191242, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=191244, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=191247, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191248, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=180.0)], default=None)), CategoryItem(key=191264, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 76.0, inf], content=[300.0, 180.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=191271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191276, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191277, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191367, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[300.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=191387, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[300.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=191404, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=191406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=191411, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[300.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=191421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=191424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10.0)], default=None)), CategoryItem(key=191691, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, inf], content=[180.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=191692, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, inf], content=[300.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=191693, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=191694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191695, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191697, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=191700, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191718, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191720, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191723, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=191726, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=191810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191830, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=191833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191837, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191839, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191842, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191845, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191849, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191858, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=191859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193093, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[300.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=193112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, 54.0, inf], content=[8.0, 120.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=193115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=193116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=193123, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=120.0)], default=None)), CategoryItem(key=193124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[300.0, 120.0], flow='clamp'))], default=None)), CategoryItem(key=193192, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, 39.0, 51.0, inf], content=[300.0, 120.0, 8.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=193193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193334, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 608.0, inf], content=[300.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=193541, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193556, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193557, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193621, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=193833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193836, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193878, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193898, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193904, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193925, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193928, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=193999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194027, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 701.0, 1777.0, inf], content=[200.0, 200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194051, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194052, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194076, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 564.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194108, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 821.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 713.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=194117, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194119, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194120, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 334.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194150, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194151, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 498.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194210, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 422.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194223, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194224, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194225, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194305, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194464, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 312.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194533, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194535, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194619, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194627, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194631, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194643, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194644, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194691, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194699, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194704, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 382.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194711, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 515.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194785, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194786, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=194787, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=194788, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194896, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=194914, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 17.0, 21.0, 25.0, inf], content=[200.0, 400.0, 200.0, 400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=194915, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195014, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195015, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195016, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 440.0, inf], content=[200.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=195099, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195109, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195147, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195251, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195265, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195266, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195378, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 1301.0, inf], content=[600.0, 400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195379, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195385, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195387, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 188.0, 1313.0, inf], content=[400.0, 200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195522, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195529, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195530, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195540, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195551, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1307.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195634, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195644, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195647, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195649, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195655, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195664, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[200.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195747, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 7.0, inf], content=[50.0, 200.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=195748, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=195749, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195773, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 426.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195915, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195916, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195918, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195925, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195926, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195927, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195929, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195930, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 150.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195936, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=195937, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=195947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=195948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 849.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=195963, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=195970, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196019, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196027, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196047, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196048, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=196095, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=196096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196097, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196098, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196099, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[200.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196131, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196135, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196197, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=196202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196203, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 835.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=196249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196250, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196251, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196252, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196334, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, 50.0, inf], content=[400.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196352, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196353, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196357, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196359, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=196362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 815.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=196430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 521.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=196452, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 805.0, inf], content=[400.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=196458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=196495, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=196497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196501, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=196531, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 101.0, 109.0, 113.0, inf], content=[0.0, 10.0, 800.0, 10.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=198023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=198041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198045, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=198047, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198048, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198210, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198211, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198212, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 264.0, inf], content=[400.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=198213, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198214, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198215, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=198229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=198230, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198268, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198269, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 463.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=198272, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198346, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198372, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198486, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 451.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=198522, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=198898, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 125.0, inf], content=[0.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=198941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=198955, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 351.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=198969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 673.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199008, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199011, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199021, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 683.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 686.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199356, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199409, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 616.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 595.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 590.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199436, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 642.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=199564, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199565, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=199566, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199568, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 354.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199573, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199574, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199608, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 602.0, 2267.0, inf], content=[400.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199698, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199699, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 389.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=199703, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199739, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199745, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199751, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199752, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199753, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199754, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 561.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 629.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 411.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 656.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199863, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=199864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199867, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 87.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199875, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 344.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199961, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 188.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=199967, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=199973, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 652.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 320.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200091, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 701.0, inf], content=[0.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200152, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200160, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200174, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200176, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200187, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=200188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200228, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200243, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200244, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 612.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200245, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200253, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200368, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200369, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200381, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200466, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 91.0, 142.0, inf], content=[400.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200473, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 498.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200518, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=200519, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 528.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 749.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200532, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200600, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 642.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200601, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200602, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200961, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200976, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=200990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 550.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=200992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201097, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 500.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=201114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201168, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 198.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201173, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201174, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 415.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201176, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=201191, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 88.0, 140.0, 875.0, inf], content=[0.0, 400.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201195, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=201196, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201197, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 157.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201228, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201278, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 126.0, 790.0, 2193.0, inf], content=[600.0, 400.0, 400.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=201366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201384, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201418, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201535, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[600.0, 10.0], flow='clamp'))], default=None)), CategoryItem(key=201554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201602, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201611, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 132.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=201613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201624, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 176.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201625, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 738.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201668, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201669, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201671, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 559.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201676, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=201678, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201679, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201692, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 130.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201706, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201707, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 579.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201708, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201718, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201729, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=201802, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 172.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201803, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201805, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=201807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=201819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 231.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=201824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=202012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202014, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202016, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 203.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202045, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 340.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202047, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202051, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202054, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202060, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 715.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202074, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 616.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202084, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 87.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202086, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 501.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202091, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202092, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202093, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, 664.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202205, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202209, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 102.0, 986.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202272, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 637.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202299, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 165.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202301, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202305, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 190.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 136.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202331, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202332, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202333, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202389, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 127.0, 211.0, inf], content=[600.0, 400.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=202469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 141.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202471, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=202477, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=202478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 230.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202504, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 83.0, 735.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202869, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=202873, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=202876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=202880, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=202909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=202972, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 530.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=202973, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1312.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203002, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 103.0, 766.0, inf], content=[0.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203739, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203742, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=203778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203780, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203830, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 86.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 318.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203836, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[400.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=203853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 122.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203894, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 86.0, 485.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 192.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 382.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203980, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203981, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203985, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203986, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203987, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 310.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=203991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=203994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 144.0, inf], content=[600.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=204101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 183.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 259.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204250, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 104.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=204506, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204511, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204541, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 83.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204544, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204545, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204550, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=204551, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204555, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 94.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204564, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 436.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204565, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204566, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204576, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 87.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204577, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 633.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 143.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204600, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=204601, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 488.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=204792, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[600.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=204795, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=204797, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=204798, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=204799, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=204800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=204803, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=204809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=204812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=205086, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 57.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 89.0, 92.0, 114.0, inf], content=[0.0, 600.0, 400.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205158, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 102.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 61.0, 65.0, 100.0, 805.0, inf], content=[0.0, 600.0, 400.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205214, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=205215, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=205217, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205233, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=205235, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=205236, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 164.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205311, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 168.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 377.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 84.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205519, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 281.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=205598, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=205599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=205600, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205604, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=205605, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205611, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=205614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 169.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205618, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205620, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205627, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 123.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205666, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 99.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205667, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 202.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205683, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205690, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205718, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 168.0, 703.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205826, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 168.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=205908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=205921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=205937, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=206066, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 134.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206098, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=206102, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 64.0, 83.0, inf], content=[600.0, 400.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206187, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 201.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 148.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 231.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206210, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 486.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206243, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 165.0, 909.0, inf], content=[0.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206245, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206246, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206257, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206258, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206297, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=206301, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=206302, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206331, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 187.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206389, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 124.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206401, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 181.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206446, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 147.0, 967.0, inf], content=[0.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206466, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=206477, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 224.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206512, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 96.0, 883.0, inf], content=[0.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206513, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206539, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=206540, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=206541, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=206542, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 17.0, 40.0, inf], content=[600.0, 400.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206550, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, 40.0, inf], content=[600.0, 400.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=206573, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206574, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206594, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 108.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206596, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 324.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206598, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206605, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206744, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206745, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 349.0, 1965.0, inf], content=[400.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 162.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206866, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 216.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206867, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206869, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206901, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=206939, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 34.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=206940, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 596.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207099, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 150.0, 923.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207214, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 151.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207217, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207219, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207220, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207221, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207222, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207231, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 181.0, 985.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207233, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207269, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 88.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207273, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 310.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 902.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207299, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207320, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=207371, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 72.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207372, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 32.0, 60.0, inf], content=[600.0, 400.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 138.0, 982.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207468, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=207477, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 178.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, 35.0, 144.0, inf], content=[600.0, 0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 213.0, 1072.0, inf], content=[0.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207517, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207518, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207714, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 71.0, inf], content=[0.0, 600.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=207779, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=207788, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=207789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=207790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=207813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=207875, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[600.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=207882, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207883, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207884, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207889, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 92.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207898, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 74.0, 78.0, 136.0, 931.0, inf], content=[0.0, 600.0, 400.0, 600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 125.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=207922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=207924, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208297, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208298, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=208299, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208300, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208302, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=208303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=208304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208307, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 630.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208341, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 407.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 135.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208352, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208353, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208357, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 157.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 685.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208394, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208402, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208407, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=208535, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=208540, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208541, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208551, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 105.0, 290.0, inf], content=[600.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=208552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=208553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=208686, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 148.0, inf], content=[0.0, 600.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=209089, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 35.0, 39.0, inf], content=[400.0, 400.0, 400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=209106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=209109, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=209146, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=209148, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=209151, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 311.0, inf], content=[400.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=251121, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=65537.0)], default=None)), CategoryItem(key=251161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=251162, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[32.0, 46.0, 52.0, inf], content=[0.0, 2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251168, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251244, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251251, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251252, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=251493, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251496, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 227.0, 243.0, inf], content=[2000.0, 2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251498, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251499, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251500, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251521, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251522, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251548, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251559, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251560, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251561, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251562, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251604, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=65537.0)], default=None)), CategoryItem(key=251635, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=65537.0)], default=None)), CategoryItem(key=251636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=65537.0)], default=None)), CategoryItem(key=251637, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=65537.0)], default=None)), CategoryItem(key=251638, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 8.0, 9.0, inf], content=[0.0, 2000.0, 0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251640, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251642, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251643, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251716, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=251721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 90.0, 98.0, inf], content=[2000.0, 2000.0, 2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, inf], content=[2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=251883, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 70.0, inf], content=[2000.0, 2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=252102, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=252116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 43.0, 91.0, inf], content=[2000.0, 2000.0, 262139.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=252126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[5.0, 6.0, 31.0, inf], content=[2000.0, 2000.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=253886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[8.0, 11.0, inf], content=[1000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=253887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253888, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[104.0, 161.0, 204.0, 240.0, 253.0, inf], content=[50.0, 50.0, 100.0, 100.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=253943, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=253944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=253946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253951, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253952, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=253954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254226, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254227, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=254230, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[1000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254231, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254232, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 9.0, 10.0, inf], content=[4000.0, 50.0, 4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254280, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[6.0, 9.0, inf], content=[4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[5.0, 9.0, inf], content=[4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254285, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[65.0, 296.0, inf], content=[50.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254289, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254290, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254294, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254306, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 10.0, 11.0, inf], content=[4000.0, 50.0, 4000.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254307, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=50.0)], default=None)), CategoryItem(key=254331, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=254332, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[12.0, 14.0, 73.0, inf], content=[4000.0, 262139.0, 50.0], flow='clamp'))], default=None)), CategoryItem(key=254340, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 13.0, 42.0, inf], content=[4000.0, 50.0, 262139.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254341, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254342, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[6.0, 44.0, inf], content=[262139.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254367, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254368, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254380, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[8.0, 9.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=254416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, inf], content=[262139.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 54.0, 65.0, inf], content=[4000.0, 262139.0, 100.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254451, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254511, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254512, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254530, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 6.0, 7.0, inf], content=[4000.0, 100.0, 4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254532, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=100.0)], default=None)), CategoryItem(key=254607, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254608, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 515.0, 656.0, inf], content=[100.0, 100.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 126.0, 317.0, inf], content=[4000.0, 200.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254852, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 55.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254879, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[4000.0, 100.0], flow='clamp'))], default=None)), CategoryItem(key=254905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, inf], content=[4000.0, 200.0], flow='clamp'))], default=None)), CategoryItem(key=254906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=254907, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=254913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=254914, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=256629, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256630, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256672, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256673, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256675, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256676, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256677, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256725, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256728, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256729, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256730, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=256733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=256734, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256796, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=256798, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256801, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256842, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256843, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256865, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256866, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256867, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, 55.0, 56.0, inf], content=[2400.0, 800.0, 2400.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=256868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 382.0, inf], content=[800.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256869, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256924, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[12000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=256925, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=256926, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256935, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=256936, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=256941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257024, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=257025, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=257026, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=257027, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257394, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257460, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=257461, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 38.0, 69.0, inf], content=[12000.0, 2400.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=257487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=257490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257529, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 11.0, 12.0, inf], content=[12000.0, 2400.0, 12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=257531, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257598, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257611, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257644, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257682, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, inf], content=[2400.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=257721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[12000.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=257722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257723, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257732, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 4.0, 5.0, inf], content=[12000.0, 800.0, 12000.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=257748, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257750, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257751, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[800.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=257805, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=257819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257823, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=257968, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 11.0, 12.0, inf], content=[12000.0, 2400.0, 12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=257969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=258126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=258129, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=258136, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258152, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=258155, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=258156, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258157, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258158, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258174, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 161.0, inf], content=[12000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=258175, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258210, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=258211, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=258213, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=258214, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258215, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=12000.0)], default=None)), CategoryItem(key=258287, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=258311, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258312, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258320, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258334, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=258335, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 18.0, 19.0, inf], content=[12000.0, 2400.0, 12000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=258423, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258425, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258444, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258445, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258446, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=258655, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 10.0, inf], content=[6000.0, 800.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=258656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, inf], content=[1500.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=258690, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258692, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258703, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 262.0, inf], content=[1500.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=258705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258706, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258713, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258714, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=800.0)], default=None)), CategoryItem(key=258741, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258742, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258745, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258749, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258750, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=258959, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[6000.0, 800.0], flow='clamp'))], default=None)), CategoryItem(key=259453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=80.0)], default=None)), CategoryItem(key=259456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=80.0)], default=None)), CategoryItem(key=259457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=80.0)], default=None)), CategoryItem(key=259458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=80.0)], default=None)), CategoryItem(key=259464, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=80.0)], default=None)), CategoryItem(key=259626, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 98.0, inf], content=[6000.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 6.0, 7.0, 51.0, inf], content=[3000.0, 700.0, 3000.0, 700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259637, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[3000.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259681, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[3000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=259682, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=259683, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=259685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 400.0, inf], content=[700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259686, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=259809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=259810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 112.0, 227.0, inf], content=[700.0, 400.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=259811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, 18.0, 19.0, 87.0, inf], content=[400.0, 700.0, 400.0, 700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=259822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, 232.0, 233.0, inf], content=[400.0, 700.0, 400.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=259857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[3000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=259859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=259861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=259862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 271.0, inf], content=[700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259884, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 41.0, 82.0, 115.0, inf], content=[3000.0, 400.0, 700.0, 400.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=259890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=259891, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=260371, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=260373, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=200.0)], default=None)), CategoryItem(key=260422, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260423, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260425, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, inf], content=[700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=260431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1450.0)], default=None)), CategoryItem(key=260507, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=262139.0)], default=None)), CategoryItem(key=260510, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[262139.0, 6000.0], flow='clamp'))], default=None)), CategoryItem(key=260527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=6000.0)], default=None)), CategoryItem(key=260528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=6000.0)], default=None)), CategoryItem(key=260532, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 686.0, inf], content=[700.0, 400.0], flow='clamp'))], default=None)), CategoryItem(key=260533, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260534, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260536, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260540, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260541, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=400.0)], default=None)), CategoryItem(key=260570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260576, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260577, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=260583, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[3000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=260593, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 7.0, 8.0, inf], content=[3000.0, 700.0, 3000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=260627, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 108.0, 128.0, 213.0, 575.0, inf], content=[3000.0, 700.0, 1000.0, 700.0, 1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=260727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=272023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272680, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[4.0, 40.0], flow='clamp'))], default=None)), CategoryItem(key=272681, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 140000.0], flow='clamp'))], default=None)), CategoryItem(key=272682, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272728, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, 104.0, inf], content=[0.0, 0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272729, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272746, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272747, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272748, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272750, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272761, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272762, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272771, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=272775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 119.0, 125.0, inf], content=[8.0, 4.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=272776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, 48.0, inf], content=[8.0, 4.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=272782, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 48.0, inf], content=[0.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=272783, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=8.0)], default=None)), CategoryItem(key=272784, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272785, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272786, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272787, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4.0)], default=None)), CategoryItem(key=272791, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272798, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[12.0, 8.0], flow='clamp'))], default=None)), CategoryItem(key=272807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=272812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=272814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=272816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=272818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=272827, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[0.0, 40.0], flow='clamp'))], default=None)), CategoryItem(key=272828, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, inf], content=[40.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=272829, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=272907, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=272921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=272922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[0.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=272923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=272924, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=272926, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=272927, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 64.0, inf], content=[1.0, 700.0, 1.0], flow='clamp'))], default=None)), CategoryItem(key=272930, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 156.0, 160.0, inf], content=[40.0, 28000.0, 0.0, 28000.0], flow='clamp'))], default=None)), CategoryItem(key=272935, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 30.0, 66.0, inf], content=[0.0, 40.0, 0.0, 40.0], flow='clamp'))], default=None)), CategoryItem(key=272936, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=273006, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=273017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 40.0], flow='clamp'))], default=None)), CategoryItem(key=273063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=273136, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 40.0], flow='clamp'))], default=None)), CategoryItem(key=273138, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=273143, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=273145, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=273146, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=40.0)], default=None)), CategoryItem(key=273150, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 40.0, inf], content=[0.0, 40.0, 28000.0], flow='clamp'))], default=None)), CategoryItem(key=273158, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 32.0, inf], content=[28000.0, 40.0, 28000.0], flow='clamp'))], default=None)), CategoryItem(key=273276, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=273286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=273287, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, inf], content=[0.0, 14000.0], flow='clamp'))], default=None)), CategoryItem(key=273290, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 13.0, inf], content=[0.0, 14000.0, 20.0], flow='clamp'))], default=None)), CategoryItem(key=273291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273295, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=273296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[20.0, 14000.0], flow='clamp'))], default=None)), CategoryItem(key=273299, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=14000.0)], default=None)), CategoryItem(key=273301, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=14000.0)], default=None)), CategoryItem(key=273302, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=14000.0)], default=None)), CategoryItem(key=273373, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=273385, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273386, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273402, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 46.0, 59.0, 79.0, 190.0, 255.0, inf], content=[0.0, 14000.0, 17500.0, 14000.0, 1400.0, 14000.0, 17500.0], flow='clamp'))], default=None)), CategoryItem(key=273403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273404, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273405, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273408, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[700.0, 1.0], flow='clamp'))], default=None)), CategoryItem(key=273409, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273410, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273411, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273412, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 15.0], flow='clamp'))], default=None)), CategoryItem(key=273425, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 54.0, 61.0, inf], content=[0.0, 10500.0, 15.0, 10500.0], flow='clamp'))], default=None)), CategoryItem(key=273426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10500.0)], default=None)), CategoryItem(key=273429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=273440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=273443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[0.0, 21000.0], flow='clamp'))], default=None)), CategoryItem(key=273445, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273446, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=21000.0)], default=None)), CategoryItem(key=273447, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=21000.0)], default=None)), CategoryItem(key=273448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 379.0, inf], content=[21000.0, 10500.0], flow='clamp'))], default=None)), CategoryItem(key=273449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 10500.0], flow='clamp'))], default=None)), CategoryItem(key=273450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=10500.0)], default=None)), CategoryItem(key=273492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 41.0, 55.0, inf], content=[0.0, 49000.0, 2.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=273493, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=273494, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273502, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[0.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=273503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=273504, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=273514, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[15.0, 15.0], flow='clamp'))], default=None)), CategoryItem(key=273523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=273526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[15.0, 15.0], flow='clamp'))], default=None)), CategoryItem(key=273537, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=273554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 63.0, inf], content=[0.0, 2800.0], flow='clamp'))], default=None)), CategoryItem(key=273555, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2800.0)], default=None)), CategoryItem(key=273589, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=273590, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=273592, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=273725, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 109.0, 1224.0, inf], content=[0.0, 350.0, 1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=273728, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=273730, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 287.0, 295.0, 1491.0, inf], content=[350.0, 15.0, 350.0, 15.0], flow='clamp'))], default=None)), CategoryItem(key=274079, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 2.0], flow='clamp'))], default=None)), CategoryItem(key=274080, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274081, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274083, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274102, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=274103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=274104, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[15.0, 15.0], flow='clamp'))], default=None)), CategoryItem(key=274105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=274106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=274107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=274108, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=15.0)], default=None)), CategoryItem(key=274125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274142, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274146, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274147, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274157, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, 355.0, 359.0, 484.0, inf], content=[0.0, 4270.0, 0.0, 2200.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274160, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274169, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=610.0)], default=None)), CategoryItem(key=274170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 610.0], flow='clamp'))], default=None)), CategoryItem(key=274171, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274172, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 55.0, inf], content=[0.0, 4270.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=274197, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=274198, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 115.0, inf], content=[2200.0, 4270.0], flow='clamp'))], default=None)), CategoryItem(key=274199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[4270.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=274200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 74.0, inf], content=[0.0, 2200.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274236, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 4270.0], flow='clamp'))], default=None)), CategoryItem(key=274239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274241, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 442.0, 853.0, inf], content=[4270.0, 2200.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274243, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274244, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 152.0, inf], content=[0.0, 1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274250, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274251, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 273.0, inf], content=[4270.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=274278, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274285, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=610.0)], default=None)), CategoryItem(key=274286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=610.0)], default=None)), CategoryItem(key=274318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274334, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 4270.0], flow='clamp'))], default=None)), CategoryItem(key=274335, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274337, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[4270.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=274339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2200.0)], default=None)), CategoryItem(key=274344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 35.0, 398.0, inf], content=[0.0, 2200.0, 1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274345, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274373, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274382, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274387, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274388, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 756.0, 1755.0, inf], content=[4270.0, 2200.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4270.0)], default=None)), CategoryItem(key=274422, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 363.0, 1159.0, 1734.0, inf], content=[4270.0, 2200.0, 1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4900.0)], default=None)), CategoryItem(key=274441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 333.0, inf], content=[4900.0, 2500.0], flow='clamp'))], default=None)), CategoryItem(key=274442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=274443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=274733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274748, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274799, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=274806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 14.0, inf], content=[14000.0, 350.0, 4.0], flow='clamp'))], default=None)), CategoryItem(key=274861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=14000.0)], default=None)), CategoryItem(key=274868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=14000.0)], default=None)), CategoryItem(key=274877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 69.0, inf], content=[14000.0, 0.0, 2.0], flow='clamp'))], default=None)), CategoryItem(key=274880, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2.0)], default=None)), CategoryItem(key=274888, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274889, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274894, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274895, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274904, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274943, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274953, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, inf], content=[1400.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274955, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274957, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 11.0, 14.0, inf], content=[1400.0, 350.0, 0.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=274958, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274959, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=274966, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 61.0, inf], content=[1400.0, 350.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274967, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274968, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 270.0, 277.0, 314.0, inf], content=[1400.0, 2000.0, 1400.0, 2000.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 115.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=274970, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=274971, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=274978, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=274980, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274981, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274982, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274983, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274985, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=274990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 15.0, inf], content=[1400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 61.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=274999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 218.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1086.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=275021, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275030, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275034, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275035, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275045, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=275046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=275059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, 89.0, inf], content=[1400.0, 1700.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=275062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[1000.0, 850.0], flow='clamp'))], default=None)), CategoryItem(key=275064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275066, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275067, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 288.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 826.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275073, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275074, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, 309.0, inf], content=[1400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 757.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275134, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275234, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275260, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=275282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 141.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275289, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275290, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 278.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 380.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1932.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=275311, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=275319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 142.0, 280.0, inf], content=[1400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275326, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275337, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 256.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, inf], content=[1400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275345, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275370, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[1400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275371, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275375, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 250.0, 1181.0, inf], content=[1400.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275376, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1971.0, 3014.0, inf], content=[1000.0, 700.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=275420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275451, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=275476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275588, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275601, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275603, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 113.0, inf], content=[1400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 49.0, inf], content=[1700.0, 2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 211.0, 232.0, inf], content=[1700.0, 1400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275752, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275759, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275761, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275763, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275764, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275765, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=850.0)], default=None)), CategoryItem(key=275766, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275767, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=850.0)], default=None)), CategoryItem(key=275768, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275772, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275773, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=850.0)], default=None)), CategoryItem(key=275774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 232.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 15.0, inf], content=[2000.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275782, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[2000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275783, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1256.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=275828, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275829, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275831, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 202.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=275834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 170.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275836, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 769.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275837, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275838, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275846, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=275847, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 671.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=275865, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 22.0, 25.0, 69.0, inf], content=[2000.0, 1700.0, 2000.0, 1700.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=275887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 504.0, inf], content=[2000.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275911, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 259.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=275912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 261.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=275913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275918, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=275920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=275921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=275923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275931, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275958, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=275960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=275963, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276071, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276072, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276074, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276092, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276093, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276095, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276097, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276181, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276183, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276235, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276242, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 465.0, 1385.0, inf], content=[2000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276243, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276244, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276276, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 376.0, 971.0, inf], content=[2000.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 778.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 126.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=276318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 350.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276326, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=276327, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[2000.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276347, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276352, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276355, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276357, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276360, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=850.0)], default=None)), CategoryItem(key=276361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 464.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=276363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 503.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276384, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 240.0, 762.0, 1882.0, inf], content=[2000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[2000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[2000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 233.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=276494, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276495, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276501, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 354.0, 821.0, 1849.0, inf], content=[2000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276502, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, 620.0, 1490.0, inf], content=[2000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 328.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=276542, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 321.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 936.0, inf], content=[1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276544, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276545, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276581, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 330.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276582, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 443.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276583, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=276584, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=276585, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=276586, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276587, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 74.0, 541.0, inf], content=[2000.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276655, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 828.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[2000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276765, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276767, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 184.0, 780.0, inf], content=[2000.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 458.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 413.0, inf], content=[2000.0, 1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=276807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 158.0, inf], content=[2000.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 512.0, inf], content=[1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=276810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=276811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 216.0, 2170.0, inf], content=[1400.0, 1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=276824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276830, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=276831, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 125.0, 665.0, 1485.0, inf], content=[2000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[2000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 411.0, inf], content=[1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=276835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=276836, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=276837, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=276864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=276870, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, 137.0, 488.0, 1040.0, 1803.0, inf], content=[4000.0, 3000.0, 2400.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=276886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=276922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=276923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=276935, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 265.0, 483.0, 496.0, 604.0, inf], content=[4000.0, 3000.0, 2400.0, 1700.0, 2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276940, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 82.0, 123.0, inf], content=[4000.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=276941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=276942, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=276944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=276945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=276946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=276947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 96.0, inf], content=[2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=276948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1700.0)], default=None)), CategoryItem(key=276950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 881.0, inf], content=[1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277069, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, 89.0, 94.0, inf], content=[4000.0, 3000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=277070, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 39.0, 67.0, 323.0, 803.0, inf], content=[3000.0, 2400.0, 3000.0, 2400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=277071, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1400.0)], default=None)), CategoryItem(key=277072, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 306.0, inf], content=[1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277073, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[4000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=277076, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1000.0)], default=None)), CategoryItem(key=277081, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277086, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 168.0, inf], content=[4000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=277093, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=277094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 253.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=277096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 556.0, 1319.0, inf], content=[2400.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[4000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=277127, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 356.0, 855.0, inf], content=[3000.0, 2400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=277148, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 84.0, 395.0, inf], content=[4000.0, 2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=277166, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 102.0, 193.0, inf], content=[4000.0, 2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=277168, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 267.0, 973.0, inf], content=[4000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, 147.0, inf], content=[4000.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=277194, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 336.0, 711.0, 1275.0, 2028.0, inf], content=[3000.0, 2400.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[4000.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=277216, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277217, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=277219, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=277220, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=277277, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277278, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277305, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, 319.0, 681.0, inf], content=[4000.0, 3000.0, 2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=277420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 78.0, 84.0, 237.0, inf], content=[4000.0, 2400.0, 4000.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=277534, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277536, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277559, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277580, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277823, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277826, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277828, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277829, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277842, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277847, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=277854, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277860, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=277861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=277862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=700.0)], default=None)), CategoryItem(key=277863, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=277932, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=277933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=277934, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=277981, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 85.0, inf], content=[1400.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=277991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[4000.0, 350.0], flow='clamp'))], default=None)), CategoryItem(key=277992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=350.0)], default=None)), CategoryItem(key=277998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=278001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=278017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 429.0, 455.0, inf], content=[4000.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=278018, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 195.0, 702.0, inf], content=[2400.0, 1700.0, 1400.0], flow='clamp'))], default=None)), CategoryItem(key=278050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=278062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=278072, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=278136, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=278167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 86.0, 431.0, 1098.0, inf], content=[4000.0, 1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=278175, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 63.0, inf], content=[4000.0, 1000.0, 700.0], flow='clamp'))], default=None)), CategoryItem(key=278193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 76.0, 122.0, inf], content=[4000.0, 2400.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=278239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 381.0, inf], content=[4000.0, 2400.0, 1700.0], flow='clamp'))], default=None)), CategoryItem(key=278240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, 778.0, inf], content=[1700.0, 1400.0, 1000.0], flow='clamp'))], default=None)), CategoryItem(key=278270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3000.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=278273, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, 84.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=278274, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2550.0)], default=None)), CategoryItem(key=278287, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=278288, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 74.0, inf], content=[3000.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=278289, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2550.0)], default=None)), CategoryItem(key=278290, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2550.0)], default=None)), CategoryItem(key=278308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 325.0, 986.0, 1330.0, inf], content=[3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=278310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 674.0, inf], content=[1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=278315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 233.0, 488.0, inf], content=[3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=278322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3600.0)], default=None)), CategoryItem(key=278337, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3600.0)], default=None)), CategoryItem(key=278345, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 309.0, 620.0, inf], content=[3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=278346, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 112.0, inf], content=[2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 318.0, 325.0, 467.0, inf], content=[1800.0, 1260.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=278366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=278395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3600.0)], default=None)), CategoryItem(key=278406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 183.0, 477.0, 650.0, 1017.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=278418, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3600.0)], default=None)), CategoryItem(key=278419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3600.0)], default=None)), CategoryItem(key=278474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=278509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, 191.0, 529.0, 691.0, 1044.0, inf], content=[3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278690, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278761, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[3000.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=278765, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=278769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278770, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 435.0, 645.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=278800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278801, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278802, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278803, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=278804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=278805, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 88.0, 285.0, inf], content=[3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=278806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=278807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=278808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 343.0, 1235.0, inf], content=[2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=278816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 25.0, 106.0, 411.0, 645.0, 956.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=278822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 218.0, 1472.0, 1504.0, inf], content=[1800.0, 1260.0, 900.0, 510.0], flow='clamp'))], default=None)), CategoryItem(key=278873, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, 95.0, inf], content=[3000.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=278874, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 53.0, 197.0, 404.0, inf], content=[2040.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278875, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 219.0, 224.0, 422.0, 424.0, 533.0, inf], content=[1800.0, 1260.0, 1800.0, 1260.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=278904, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=278922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 348.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=278941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=278957, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=278962, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 195.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=278963, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 108.0, inf], content=[3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=278969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 373.0, 644.0, 872.0, 1198.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=278975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 600.0, inf], content=[1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=278976, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=278986, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279024, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 86.0, inf], content=[3000.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279028, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279029, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279071, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 158.0, inf], content=[3000.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279072, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=420.0)], default=None)), CategoryItem(key=279073, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=420.0)], default=None)), CategoryItem(key=279080, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 80.0, inf], content=[3000.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=279085, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 123.0, 216.0, 248.0, 295.0, 351.0, 564.0, inf], content=[3000.0, 1800.0, 2040.0, 2550.0, 3600.0, 3000.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 163.0, 391.0, inf], content=[3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=279289, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=279297, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279298, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279356, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279405, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 124.0, inf], content=[3000.0, 2550.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=279480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=279484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 38.0, 55.0, inf], content=[1800.0, 1800.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279489, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 850.0], flow='clamp'))], default=None)), CategoryItem(key=279539, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279546, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279557, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279584, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279588, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 206.0, 208.0, 281.0, 464.0, 706.0, 990.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279654, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 306.0, 506.0, 831.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=279657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=279658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 173.0, inf], content=[1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279667, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, 145.0, 310.0, 584.0, 785.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=279681, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=279682, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=279683, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279684, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 10.0, 43.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279691, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=279694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, 248.0, 524.0, 745.0, 1036.0, 1913.0, inf], content=[4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279715, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, 531.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=279716, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 353.0, 1271.0, inf], content=[2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, 213.0, 373.0, 609.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=279766, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 429.0, 1395.0, inf], content=[2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279767, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=279794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 157.0, 341.0, 628.0, 870.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=279822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=279823, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, 50.0, 366.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, 748.0, 957.0, 1204.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279844, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 83.0, 207.0, inf], content=[3000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=279845, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279846, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279848, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279849, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 109.0, inf], content=[3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=279850, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[850.0, 680.0], flow='clamp'))], default=None)), CategoryItem(key=279851, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=279852, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=279853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=279854, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279855, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279858, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279860, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=680.0)], default=None)), CategoryItem(key=279862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=279864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=279865, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, inf], content=[3000.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=279887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, 78.0, 298.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279931, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 71.0, 74.0, 262.0, 521.0, 752.0, 1088.0, 1946.0, inf], content=[3000.0, 1800.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=279966, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, 275.0, 402.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=279967, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=279975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, 87.0, 118.0, 279.0, 489.0, 749.0, 952.0, inf], content=[3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=279990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=279993, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=279994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=279995, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=280001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280002, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280006, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=280007, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=280013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280014, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280015, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 82.0, 287.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=280016, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[3000.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=280017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=280018, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 160.0, 596.0, inf], content=[1800.0, 1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=280019, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=280020, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=280021, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=280022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=280023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=280024, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=280181, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280182, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280187, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=280188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, 219.0, inf], content=[4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=280189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=280190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=280191, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 205.0, 406.0, 728.0, inf], content=[3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=280192, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=280194, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[3000.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=280226, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=280233, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280234, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280235, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280236, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280241, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280242, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 86.0, 242.0, 510.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=280249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, 406.0, 1268.0, inf], content=[2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=280251, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=280307, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, inf], content=[3000.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=280327, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280330, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 187.0, 470.0, 690.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=280349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 151.0, 471.0, 481.0, inf], content=[2040.0, 1800.0, 1260.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=280361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 5.0, 243.0, inf], content=[3000.0, 1260.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=280364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1202.0, inf], content=[1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=280383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=280384, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=280385, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 178.0, 466.0, 631.0, 1011.0, 2002.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=280938, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280952, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280953, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280955, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=280958, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=280960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=281010, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281084, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=281085, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=281089, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=281090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281117, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281130, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281131, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281145, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281155, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=281156, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=281165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281166, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=20.0)], default=None)), CategoryItem(key=281201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281209, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281213, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281216, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281222, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281227, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281231, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281242, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281256, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281265, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281280, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281285, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281382, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[3000.0, 60.0], flow='clamp'))], default=None)), CategoryItem(key=281508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, inf], content=[1500.0, 20.0], flow='clamp'))], default=None)), CategoryItem(key=281545, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[1500.0, 20.0], flow='clamp'))], default=None)), CategoryItem(key=281546, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=60.0)], default=None)), CategoryItem(key=281565, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281588, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[3000.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=281589, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=281590, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281611, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 108.0, 123.0, 131.0, 141.0, 157.0, 170.0, 178.0, 185.0, 193.0, 200.0, 206.0, 212.0, 219.0, 228.0, 237.0, 242.0, inf], content=[3000.0, 126.0, 180.0, 270.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 510.0, 270.0, 180.0, 126.0, 180.0], flow='clamp'))], default=None)), CategoryItem(key=281616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 15.0, 228.0, 236.0, 251.0, 263.0, 271.0, 366.0, inf], content=[3000.0, 180.0, 1260.0, 180.0, 126.0, 180.0, 90.0, 126.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=281624, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281626, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281632, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[3000.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=281637, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=850.0)], default=None)), CategoryItem(key=281638, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 21.0, inf], content=[2550.0, 3600.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=281639, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, 32.0, 111.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=281641, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 24.0, 33.0, 36.0, 139.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=281658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, 121.0, inf], content=[3000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=281671, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 15.0, inf], content=[3000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=281680, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=281685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=281686, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=281689, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2000.0)], default=None)), CategoryItem(key=281691, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=281693, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 194.0, 420.0, 615.0, 900.0, 1721.0, inf], content=[4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=281707, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 99.0, 102.0, 151.0, 156.0, 193.0, 322.0, 475.0, 684.0, 873.0, inf], content=[3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=281726, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=281727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 526.0, 1529.0, inf], content=[1800.0, 1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=281731, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281797, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 185.0, 386.0, 564.0, 776.0, 984.0, 1211.0, 2169.0, inf], content=[3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=281824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281964, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=281974, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=281975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 166.0, inf], content=[3000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=281976, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 203.0, 311.0, 531.0, 710.0, 1077.0, 1111.0, 1119.0, 1242.0, 1362.0, 2058.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 1260.0, 1800.0, 1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=282033, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 111.0, 115.0, inf], content=[3200.0, 5000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=282034, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=282035, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 34.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=282036, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=282037, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 67.0, 203.0, 426.0, 645.0, 865.0, 1490.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=282092, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 96.0, 111.0, 248.0, 429.0, 598.0, 815.0, 1074.0, 1836.0, inf], content=[3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=282175, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[3200.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282181, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282184, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282194, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282196, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282205, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282304, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282374, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[3200.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282377, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, inf], content=[3200.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282408, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282412, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=282467, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282498, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282521, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282536, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282544, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282577, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282585, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282586, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282601, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3200.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=282603, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282660, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3200.0)], default=None)), CategoryItem(key=282662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, inf], content=[3200.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=282663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 223.0, 233.0, 1100.0, inf], content=[3200.0, 126.0, 90.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282707, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=282708, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=282709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=282710, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=282711, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=282712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, inf], content=[5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=282730, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, 126.0, inf], content=[5000.0, 3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282731, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 118.0, inf], content=[5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=282732, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4000.0)], default=None)), CategoryItem(key=282733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 172.0, inf], content=[4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=282734, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 207.0, inf], content=[3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=282735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 308.0, 1133.0, inf], content=[2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=282796, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=282799, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=282800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 80.0, 143.0, 235.0, 242.0, 256.0, 312.0, inf], content=[5000.0, 4000.0, 3000.0, 3600.0, 3000.0, 3600.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=282807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 243.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=282814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 153.0, 405.0, 1116.0, inf], content=[2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=282842, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 40.0, inf], content=[5000.0, 3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=282905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=282906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=282917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 117.0, inf], content=[5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=282918, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=282919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 101.0, 106.0, 140.0, inf], content=[3000.0, 3600.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=282920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=282921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 84.0, inf], content=[3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=282922, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 123.0, inf], content=[2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=282923, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 219.0, inf], content=[2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=282924, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=283034, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 16.0, 18.0, 22.0, 24.0, 28.0, 31.0, 35.0, 40.0, 44.0, 47.0, 55.0, 62.0, 67.0, 74.0, 77.0, inf], content=[5000.0, 3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=283039, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 53.0, inf], content=[5000.0, 3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=283041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 134.0, inf], content=[5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=283042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 8.0, inf], content=[2500.0, 1200.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=283043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 193.0, 434.0, inf], content=[4000.0, 3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=283049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 88.0, inf], content=[5000.0, 3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=283050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 134.0, inf], content=[3000.0, 5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=283052, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 104.0, inf], content=[4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 296.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=283067, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 47.0, 60.0, 80.0, 102.0, 145.0, 152.0, inf], content=[2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283108, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283136, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283142, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283151, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, 154.0, 304.0, 498.0, 663.0, 912.0, 1096.0, 1381.0, 1906.0, inf], content=[5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1315.0, inf], content=[1260.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=283305, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283306, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 133.0, 278.0, inf], content=[5000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283307, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 158.0, 297.0, inf], content=[3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=283308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, 360.0, inf], content=[2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283340, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=283353, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 167.0, 309.0, 461.0, 656.0, inf], content=[5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=283358, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 213.0, 515.0, inf], content=[3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283359, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 372.0, inf], content=[1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283407, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 88.0, inf], content=[5000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283408, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, 239.0, 440.0, 609.0, 883.0, 1073.0, 1085.0, 1295.0, 2122.0, inf], content=[3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 1800.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=420.0)], default=None)), CategoryItem(key=283414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=420.0)], default=None)), CategoryItem(key=283415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=420.0)], default=None)), CategoryItem(key=283416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=283451, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 154.0, 163.0, 302.0, 491.0, inf], content=[5000.0, 4000.0, 5000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 229.0, 324.0, 328.0, 428.0, 589.0, 836.0, inf], content=[5000.0, 4000.0, 3200.0, 4000.0, 3000.0, 3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=283548, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 149.0, 159.0, inf], content=[5000.0, 2040.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=283617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283618, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283620, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283623, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283628, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283630, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283634, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283635, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283639, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283640, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283642, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283643, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283644, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283646, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283648, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283672, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283675, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283676, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283680, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[5000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283681, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=283682, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 175.0, 346.0, inf], content=[3600.0, 2550.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=283685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 49.0, 57.0, 74.0, 76.0, 95.0, 98.0, 100.0, 102.0, 157.0, 166.0, 213.0, 256.0, 294.0, inf], content=[2040.0, 1800.0, 900.0, 510.0, 90.0, 180.0, 60.0, 90.0, 126.0, 180.0, 126.0, 180.0, 126.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, 1531.0, inf], content=[5000.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283830, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 414.0, inf], content=[1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=283835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=283858, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283860, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283863, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5000.0)], default=None)), CategoryItem(key=283865, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 143.0, 324.0, 484.0, 722.0, 932.0, 1166.0, inf], content=[5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 205.0, 402.0, 554.0, inf], content=[5000.0, 4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=283877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 64.0, 249.0, 503.0, 1346.0, inf], content=[3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283878, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1260.0)], default=None)), CategoryItem(key=283884, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 428.0, 618.0, inf], content=[5000.0, 4000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=283885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 249.0, 444.0, 740.0, 1482.0, inf], content=[3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], flow='clamp'))], default=None)), CategoryItem(key=283920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=283933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, 119.0, inf], content=[5000.0, 3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=283934, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, 271.0, 410.0, 698.0, 842.0, 1075.0, inf], content=[5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 133.0, 263.0, 425.0, 583.0, 826.0, 1012.0, 1225.0, inf], content=[3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=283964, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[5000.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=284006, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 105.0, 162.0, 190.0, inf], content=[5000.0, 2040.0, 1800.0, 2040.0], flow='clamp'))], default=None)), CategoryItem(key=284014, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2040.0)], default=None)), CategoryItem(key=284025, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 155.0, inf], content=[3000.0, 5000.0], flow='clamp'))], default=None)), CategoryItem(key=284029, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, inf], content=[5000.0, 4000.0], flow='clamp'))], default=None)), CategoryItem(key=284035, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 74.0, 278.0, inf], content=[4000.0, 3000.0, 3600.0], flow='clamp'))], default=None)), CategoryItem(key=284036, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 140.0, inf], content=[3600.0, 2550.0], flow='clamp'))], default=None)), CategoryItem(key=284037, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 258.0, inf], content=[2550.0, 2040.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=284038, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284039, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=284066, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=284068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, 38.0, 53.0, inf], content=[5000.0, 180.0, 60.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=297031, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=297039, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 27.0, inf], content=[0.0, 90.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, inf], content=[0.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297047, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 14.0, inf], content=[0.0, 90.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297048, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[0.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297054, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297055, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297056, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297057, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=297063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297065, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297067, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297098, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297099, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 164.0, 182.0, 195.0, 207.0, 217.0, inf], content=[90.0, 90.0, 90.0, 90.0, 90.0, 90.0], flow='clamp'))], default=None)), CategoryItem(key=297101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 19.0, 22.0, 26.0, 31.0, 36.0, 41.0, 46.0, inf], content=[90.0, 90.0, 90.0, 3000.0, 90.0, 90.0, 90.0, 90.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297109, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=90.0)], default=None)), CategoryItem(key=297115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 30.0], flow='clamp'))], default=None)), CategoryItem(key=297150, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 23.0, 26.0, 30.0, inf], content=[0.0, 90.0, 90.0, 90.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297160, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297162, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297168, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297169, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297171, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297172, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297173, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297174, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297175, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297176, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297179, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297181, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297182, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297209, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297211, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 48.0, 63.0, inf], content=[0.0, 3000.0, 2100.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297215, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=297218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297219, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297224, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297225, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297227, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297228, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297260, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297264, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297268, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 31.0, 34.0, 37.0, 40.0, 43.0, 46.0, inf], content=[0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297281, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 43.0, 59.0, inf], content=[0.0, 600.0, 1800.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297285, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[600.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297287, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297288, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297289, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297290, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 326.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 208.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297341, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 26.0, 36.0, 46.0, 56.0, inf], content=[0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297355, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297359, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 51.0, inf], content=[0.0, 2100.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297411, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 35.0, 449.0, inf], content=[0.0, 600.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297425, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=297426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=297429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 134.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297462, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 15.0, 22.0, inf], content=[0.0, 1800.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297467, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 54.0, inf], content=[0.0, 2100.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297468, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=297469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=297474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297483, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 172.0, inf], content=[0.0, 1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 201.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297486, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 306.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 158.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297494, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297495, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297496, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297498, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297499, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297500, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297501, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297502, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 324.0, inf], content=[0.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297504, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297505, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 311.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297537, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 23.0, 27.0, 31.0, 34.0, 37.0, 40.0, 45.0, 48.0, 51.0, 54.0, 60.0, 63.0, 67.0, 70.0, inf], content=[0.0, 2100.0, 0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297557, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 29.0, 42.0, 50.0, 58.0, 67.0, 301.0, inf], content=[0.0, 1800.0, 0.0, 0.0, 0.0, 0.0, 1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297558, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 258.0, inf], content=[0.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297559, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297560, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297562, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 77.0, 87.0, 96.0, 107.0, 120.0, inf], content=[600.0, 0.0, 0.0, 0.0, 0.0, 0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 63.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297597, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297598, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 91.0, inf], content=[1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297603, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297604, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297605, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 190.0, 224.0, 233.0, 242.0, 250.0, 257.0, inf], content=[600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297606, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297618, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 13.0, 15.0, 23.0, 29.0, 35.0, 40.0, 49.0, inf], content=[0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297620, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 26.0, 37.0, inf], content=[0.0, 1800.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 36.0, 51.0, inf], content=[0.0, 600.0, 2100.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297660, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 28.0, inf], content=[0.0, 600.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297664, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297665, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297666, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297669, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297670, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 14.0, 21.0, inf], content=[0.0, 0.0, 0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297671, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=297672, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1800.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297673, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297675, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 410.0, inf], content=[1800.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=297678, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[600.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=297711, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297713, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297714, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=297715, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=297722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=297723, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 28.0, 34.0, 42.0, 51.0, inf], content=[1800.0, 0.0, 0.0, 0.0, 0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=298652, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=298653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=298671, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=298674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=298678, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=298679, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=298681, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=298831, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=298835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=298850, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=298853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 437.0, 444.0, 445.0, inf], content=[0.0, 2100.0, 2100.0, 2100.0, 2100.0], flow='clamp'))], default=None)), CategoryItem(key=298854, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 18.0, inf], content=[2100.0, 2100.0, 2100.0], flow='clamp'))], default=None)), CategoryItem(key=298855, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2100.0)], default=None)), CategoryItem(key=298906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 49.0, 60.0, 70.0, 80.0, 90.0, 100.0, 110.0, 120.0, 130.0, 140.0, inf], content=[0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=298991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=298996, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=298997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 38.0, inf], content=[600.0, 3000.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=298998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=299000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299038, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 35.0, 37.0, 249.0, inf], content=[0.0, 600.0, 1800.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299065, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299067, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 33.0, 215.0, inf], content=[0.0, 600.0, 1800.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 52.0, inf], content=[0.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299184, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 201.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 47.0, inf], content=[0.0, 600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299321, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=299322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=299324, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299325, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299326, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299327, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, inf], content=[600.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=299329, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=299338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299368, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299369, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=299370, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 47.0, 56.0, 163.0, inf], content=[1800.0, 0.0, 1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=299380, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 132.0, 137.0, 143.0, 151.0, inf], content=[0.0, 1800.0, 2250.0, 1800.0, 2250.0, 2250.0], flow='clamp'))], default=None)), CategoryItem(key=299381, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2250.0)], default=None)), CategoryItem(key=299390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299394, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 2250.0], flow='clamp'))], default=None)), CategoryItem(key=299395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, inf], content=[2250.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=299414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 12.0, 40.0, 46.0, 98.0, inf], content=[0.0, 1800.0, 1800.0, 1440.0, 1440.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 11.0, inf], content=[0.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299477, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=299479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, inf], content=[1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=299480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 389.0, inf], content=[1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=299481, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 416.0, 676.0, 691.0, inf], content=[1200.0, 900.0, 600.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=299496, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299592, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299593, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 216.0, 361.0, 713.0, inf], content=[1800.0, 1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=299594, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=299595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=299597, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=299598, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 8.0, inf], content=[0.0, 1200.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=299614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 45.0, 72.0, inf], content=[0.0, 1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=299616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 84.0, inf], content=[0.0, 600.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=299617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=300.0)], default=None)), CategoryItem(key=299649, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 36.0, 64.0, 87.0, 96.0, 103.0, 263.0, inf], content=[0.0, 1440.0, 1800.0, 2250.0, 1800.0, 1440.0, 1800.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=299662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299664, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299711, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299731, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299764, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299780, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299786, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299799, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 2200.0], flow='clamp'))], default=None)), CategoryItem(key=299825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299829, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299831, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=299913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=299958, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=300061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 12.0, 16.0, 19.0, 22.0, 26.0, 28.0, 32.0, 36.0, inf], content=[0.0, 2200.0, 1800.0, 2250.0, 1800.0, 1440.0, 1200.0, 900.0, 600.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=300078, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300079, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, inf], content=[0.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=300087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 49.0, inf], content=[0.0, 600.0, 300.0], flow='clamp'))], default=None)), CategoryItem(key=300101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 16.0, 18.0, inf], content=[0.0, 2200.0, 1800.0, 2250.0], flow='clamp'))], default=None)), CategoryItem(key=300104, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300117, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, 50.0, 482.0, 817.0, 1210.0, inf], content=[0.0, 2970.0, 1800.0, 1440.0, 1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=300123, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=300124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 202.0, inf], content=[0.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300155, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 423.0, 750.0, inf], content=[0.0, 1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300156, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=300157, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 180.0, 948.0, inf], content=[0.0, 1200.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300226, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 64.0, 154.0, inf], content=[0.0, 1800.0, 2970.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300233, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300234, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300235, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300236, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 286.0, inf], content=[1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 253.0, inf], content=[0.0, 1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=300239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=300240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 329.0, inf], content=[900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300241, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=300273, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300280, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 578.0, inf], content=[0.0, 1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300281, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=300282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 180.0, inf], content=[1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=300284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 679.0, inf], content=[1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=300293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300308, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300312, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300360, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 30.0, inf], content=[0.0, 1440.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300365, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300367, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300368, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300369, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300370, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300371, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300372, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=300373, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300374, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300375, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300389, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=300390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300394, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, 405.0, inf], content=[1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300401, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 396.0, inf], content=[0.0, 1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=300424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 34.0, inf], content=[0.0, 1440.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300461, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300462, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300463, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1440.0)], default=None)), CategoryItem(key=300464, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 87.0, inf], content=[1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300466, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 501.0, 627.0, inf], content=[1200.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300467, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 519.0, inf], content=[600.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 50.0, inf], content=[0.0, 2250.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300498, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300499, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=300500, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300501, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=300514, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 34.0, 62.0, 100.0, 116.0, inf], content=[0.0, 1800.0, 2250.0, 1800.0, 2250.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 416.0, 738.0, inf], content=[1800.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300516, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=300517, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 309.0, inf], content=[1200.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=300538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300539, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300545, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300548, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300551, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1440.0)], default=None)), CategoryItem(key=300558, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 104.0, inf], content=[0.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300560, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 253.0, 954.0, inf], content=[1200.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300561, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=300574, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 20.0, inf], content=[0.0, 1440.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300576, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 152.0, 517.0, 865.0, 873.0, inf], content=[0.0, 1800.0, 1440.0, 1200.0, 900.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300584, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300631, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300632, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 292.0, inf], content=[1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300634, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=30.0)], default=None)), CategoryItem(key=300635, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 165.0, inf], content=[1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 835.0, 1493.0, inf], content=[1200.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300673, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300675, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300676, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=300742, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[0.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 21.0, 388.0, inf], content=[0.0, 2250.0, 1800.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300780, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 243.0, inf], content=[0.0, 1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=300785, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 579.0, 1262.0, inf], content=[1200.0, 900.0, 600.0], flow='clamp'))], default=None)), CategoryItem(key=300806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 69.0, 201.0, inf], content=[0.0, 2250.0, 1800.0, 2250.0], flow='clamp'))], default=None)), CategoryItem(key=300811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 124.0, inf], content=[0.0, 2250.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=300812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1440.0)], default=None)), CategoryItem(key=300816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1440.0], flow='clamp'))], default=None)), CategoryItem(key=300817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 114.0, inf], content=[1440.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=300927, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300952, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300958, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300973, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=300974, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=300975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=301046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 162.0, inf], content=[0.0, 1430.0], flow='clamp'))], default=None)), CategoryItem(key=301057, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301080, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301086, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[0.0, 1430.0], flow='clamp'))], default=None)), CategoryItem(key=301087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=110.0)], default=None)), CategoryItem(key=301088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1430.0)], default=None)), CategoryItem(key=301094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301120, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=301141, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 21.0, inf], content=[0.0, 5980.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301142, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, inf], content=[14400.0, 5980.0], flow='clamp'))], default=None)), CategoryItem(key=301147, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 410.0, inf], content=[0.0, 14400.0, 5980.0], flow='clamp'))], default=None)), CategoryItem(key=301165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=5980.0)], default=None)), CategoryItem(key=301172, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301179, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, inf], content=[0.0, 26500.0], flow='clamp'))], default=None)), CategoryItem(key=301180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, inf], content=[26500.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301183, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301281, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[0.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 524.0, 859.0, 862.0, inf], content=[0.0, 14400.0, 5980.0, 1430.0, 5980.0], flow='clamp'))], default=None)), CategoryItem(key=301293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301298, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 45.0, 547.0, inf], content=[0.0, 26500.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301323, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 39.0, 509.0, inf], content=[0.0, 14400.0, 26500.0, 14400.0], flow='clamp'))], default=None)), CategoryItem(key=301330, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[0.0, 26500.0], flow='clamp'))], default=None)), CategoryItem(key=301359, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, inf], content=[0.0, 26500.0], flow='clamp'))], default=None)), CategoryItem(key=301383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301384, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=301391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 288.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301394, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=301396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 267.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=301398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=301399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=301414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301447, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, 220.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=301450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=301457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301461, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, 424.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 489.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301473, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=301474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=301475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 239.0, 787.0, inf], content=[1080.0, 690.0, 440.0], flow='clamp'))], default=None)), CategoryItem(key=301480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 440.0], flow='clamp'))], default=None)), CategoryItem(key=301519, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 187.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301521, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=301524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=301528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301529, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301530, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301531, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=301532, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=301544, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=301550, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 26.0, inf], content=[3000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=301554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 12.0, inf], content=[620.0, 770.0, 2500.0], flow='clamp'))], default=None)), CategoryItem(key=301557, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 20.0, 267.0, inf], content=[0.0, 1500.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301579, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, inf], content=[0.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 440.0, 690.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=301627, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, 45.0, 62.0, 82.0, 264.0, inf], content=[0.0, 1500.0, 1500.0, 1080.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301664, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 49.0, 203.0, inf], content=[0.0, 1080.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301665, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 64.0, inf], content=[0.0, 2310.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=301809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301891, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301904, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301914, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=301919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 32.0, inf], content=[0.0, 3000.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301951, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=301959, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 433.0, 1061.0, inf], content=[0.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=301960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=301969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 28.0, inf], content=[0.0, 440.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301970, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301983, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=301984, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=301985, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301986, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 343.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=301987, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1057.0, inf], content=[690.0, 440.0], flow='clamp'))], default=None)), CategoryItem(key=301997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, 285.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=301998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 639.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302015, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302019, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302026, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302027, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302029, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302030, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302031, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302032, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302033, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302034, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302036, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302037, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302038, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 201.0, inf], content=[690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=302044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302131, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 340.0, inf], content=[0.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302132, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, 456.0, inf], content=[0.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302166, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302225, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, 562.0, inf], content=[0.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302228, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, 72.0, 80.0, 83.0, 115.0, inf], content=[0.0, 690.0, 1500.0, 1080.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=302237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 609.0, 624.0, 625.0, 633.0, 673.0, inf], content=[1500.0, 1080.0, 690.0, 1080.0, 690.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302262, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 28.0, 33.0, 271.0, inf], content=[0.0, 330.0, 1080.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302263, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 530.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302277, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302278, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=302280, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=302322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 31.0, 116.0, inf], content=[0.0, 690.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, 514.0, inf], content=[0.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302337, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 117.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302342, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302343, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=302344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=302388, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 577.0, inf], content=[0.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 483.0, 586.0, 591.0, 601.0, inf], content=[1500.0, 1080.0, 1080.0, 1080.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 620.0, 1501.0, inf], content=[0.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302473, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=302475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 36.0, 82.0, inf], content=[0.0, 1500.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, inf], content=[1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 579.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302486, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302489, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=302492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302494, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 183.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=302509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, inf], content=[0.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=302513, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=302522, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 621.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=302533, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302548, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, 54.0, inf], content=[0.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302550, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302551, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302552, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302555, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, 45.0, inf], content=[0.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302564, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302565, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302566, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302573, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, 980.0, 1030.0, inf], content=[1500.0, 1080.0, 1500.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302596, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, 39.0, 648.0, inf], content=[0.0, 330.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=302597, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 586.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302620, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, 74.0, 80.0, 84.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0], flow='clamp'))], default=None)), CategoryItem(key=302624, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302626, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302634, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302635, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 124.0, 916.0, inf], content=[1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302646, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302649, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302650, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302651, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302654, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302660, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 26.0, 28.0, inf], content=[0.0, 2310.0, 2400.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=302661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=302662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=302663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 208.0, 432.0, inf], content=[1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=302694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302695, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302827, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302828, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302829, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302839, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=302926, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302978, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=302995, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=303569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303572, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303573, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=303574, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=303575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=303576, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 104.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303600, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=303601, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303676, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=303808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=303813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[2500.0, 230.0], flow='clamp'))], default=None)), CategoryItem(key=303816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 17.0, inf], content=[0.0, 690.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=303817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 72.0, inf], content=[0.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=303824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 51.0, 53.0, 313.0, 403.0, inf], content=[0.0, 330.0, 1860.0, 1500.0, 1080.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=303825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=303832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 63.0, 144.0, 1079.0, 1594.0, inf], content=[0.0, 3000.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=303838, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, 243.0, 523.0, 1248.0, 1857.0, inf], content=[0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=303885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 59.0, 87.0, 173.0, 415.0, 585.0, 1399.0, 2015.0, inf], content=[0.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=303948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 55.0, 150.0, 158.0, 162.0, 336.0, 641.0, 1347.0, inf], content=[0.0, 2310.0, 2000.0, 2310.0, 2400.0, 2310.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=303989, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1080.0)], default=None)), CategoryItem(key=303998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, 79.0, 131.0, 206.0, inf], content=[0.0, 2000.0, 2400.0, 2000.0, 2310.0], flow='clamp'))], default=None)), CategoryItem(key=303999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 298.0, inf], content=[2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=304000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=304013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 53.0, 56.0, 58.0, 61.0, 63.0, 64.0, 127.0, 145.0, 377.0, 1181.0, 1914.0, inf], content=[0.0, 330.0, 1080.0, 1860.0, 330.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304119, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 56.0, 62.0, inf], content=[0.0, 2400.0, 2000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304120, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, 95.0, 111.0, 169.0, 235.0, inf], content=[2400.0, 2000.0, 2310.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=304125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 261.0, 893.0, 1603.0, inf], content=[1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304144, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 63.0, 70.0, 138.0, 411.0, 488.0, 535.0, 916.0, 1574.0, 2222.0, inf], content=[0.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 9.0, 14.0, 20.0, 25.0, 30.0, 35.0, 41.0, 46.0, 51.0, 56.0, 62.0, 67.0, 72.0, 77.0, 83.0, 87.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304156, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304157, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304158, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 163.0, 226.0, 459.0, 708.0, 930.0, 1144.0, 1221.0, 2012.0, inf], content=[0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304169, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 79.0, 88.0, 167.0, 199.0, 458.0, 1109.0, 1312.0, 1438.0, inf], content=[0.0, 2400.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=304185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 13.0, 18.0, 22.0, 25.0, 27.0, 31.0, 33.0, inf], content=[2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 8.0, 14.0, 18.0, 20.0, 22.0, 24.0, inf], content=[0.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304196, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 82.0, inf], content=[0.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304197, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=304198, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=304200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, 194.0, inf], content=[2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=304204, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 47.0, 59.0, 61.0, 79.0, 105.0, 259.0, 262.0, 365.0, inf], content=[0.0, 2400.0, 2310.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=304209, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, 178.0, 190.0, 219.0, 280.0, 433.0, inf], content=[0.0, 2400.0, 2000.0, 2400.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=304254, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304257, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 13.0, 37.0, inf], content=[0.0, 2400.0, 0.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 69.0, 78.0, 138.0, 185.0, 249.0, 360.0, 505.0, 1083.0, 1735.0, 1780.0, 1781.0, inf], content=[2400.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 0.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304326, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304333, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 71.0, 74.0, 82.0, 120.0, 448.0, 503.0, 579.0, 739.0, 1366.0, inf], content=[0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=304350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 16.0, 18.0, inf], content=[0.0, 2000.0, 330.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304354, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 80.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 26.0, 32.0, 339.0, 354.0, 380.0, 507.0, 570.0, 639.0, 755.0, 1388.0, inf], content=[0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=304435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304446, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304447, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 230.0, 289.0, 420.0, 483.0, 615.0, 1145.0, 1370.0, inf], content=[3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[2500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=304449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=304451, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=304452, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304505, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 47.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304506, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=304507, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 76.0, 172.0, inf], content=[3000.0, 2400.0, 2000.0, 2310.0], flow='clamp'))], default=None)), CategoryItem(key=304508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 130.0, 710.0, 1259.0, inf], content=[1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304562, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 57.0, 60.0, 268.0, 416.0, 473.0, 520.0, 579.0, 626.0, 684.0, 821.0, inf], content=[0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 48.0, 287.0, 461.0, 501.0, 580.0, 720.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=304625, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, 56.0, 65.0, 382.0, inf], content=[0.0, 3000.0, 0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304626, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=304654, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, 351.0, 538.0, 595.0, 668.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=304655, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 91.0, 686.0, inf], content=[1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=304661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304662, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 109.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 127.0, 207.0, 278.0, 405.0, inf], content=[2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=304671, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, 360.0, 362.0, 434.0, 544.0, 612.0, 679.0, 783.0, inf], content=[0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=304672, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=304711, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 17.0, 18.0, 19.0, 20.0, 22.0, 23.0, 24.0, 25.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 7.0, 9.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304737, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 76.0, 90.0, inf], content=[0.0, 3000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304738, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 365.0, 489.0, 563.0, 631.0, 769.0, 1332.0, 1579.0, inf], content=[3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304739, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=304740, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=690.0)], default=None)), CategoryItem(key=304775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, 20.0, 48.0, inf], content=[0.0, 3000.0, 0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 101.0, 226.0, 263.0, 266.0, 357.0, inf], content=[3000.0, 3000.0, 3000.0, 2400.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=304778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 47.0, 122.0, 257.0, 854.0, inf], content=[0.0, 2310.0, 2310.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=304784, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304796, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=304797, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 11.0, 22.0, 426.0, 554.0, 581.0, 672.0, 772.0, 1459.0, 2087.0, 2864.0, inf], content=[0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=304821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=304826, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=304956, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 18.0, 19.0, 20.0, 22.0, 23.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=305024, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=305027, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=305033, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=305034, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=305035, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=305036, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=305040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, 76.0, 89.0, inf], content=[0.0, 3000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=305044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 56.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305045, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 67.0, 143.0, 286.0, 376.0, 789.0, inf], content=[2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 267.0, inf], content=[690.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 62.0, 529.0, 535.0, inf], content=[0.0, 3000.0, 2400.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305060, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, inf], content=[3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 97.0, 173.0, 243.0, 460.0, 982.0, 1587.0, inf], content=[2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305081, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, 69.0, 756.0, 828.0, 900.0, 1096.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, 147.0, 720.0, 813.0, 891.0, 957.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305141, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=305178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305179, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=305180, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305181, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305182, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305183, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=305184, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, 232.0, 373.0, 407.0, inf], content=[3000.0, 2400.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=305187, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1860.0)], default=None)), CategoryItem(key=305188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 34.0, 469.0, 481.0, inf], content=[1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=305202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, 550.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305203, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, inf], content=[2400.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=305204, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 146.0, 320.0, 861.0, inf], content=[2000.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, 667.0, 786.0, 859.0, 944.0, 1059.0, inf], content=[0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305234, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 63.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305235, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=305236, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=305237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 595.0, 672.0, 796.0, 843.0, inf], content=[2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305247, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 58.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305248, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 294.0, 373.0, 507.0, 668.0, inf], content=[2400.0, 2000.0, 2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305249, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305250, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305252, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 204.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305282, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 87.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 59.0, 65.0, inf], content=[0.0, 3000.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305311, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2400.0)], default=None)), CategoryItem(key=305312, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 99.0, 164.0, inf], content=[2400.0, 2000.0, 2310.0], flow='clamp'))], default=None)), CategoryItem(key=305313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, 258.0, inf], content=[2310.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, 367.0, inf], content=[1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=305341, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 265.0, 381.0, 468.0, inf], content=[3000.0, 2400.0, 2000.0, 2310.0], flow='clamp'))], default=None)), CategoryItem(key=305349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2310.0)], default=None)), CategoryItem(key=305350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1860.0)], default=None)), CategoryItem(key=305351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 148.0, 559.0, inf], content=[1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305358, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305359, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 45.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305365, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 443.0, 444.0, 462.0, 569.0, 651.0, 723.0, inf], content=[3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=305366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 590.0, 1058.0, inf], content=[1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305376, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[0.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=305377, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 217.0, 398.0, 438.0, 591.0, 663.0, 705.0, 780.0, 1374.0, inf], content=[3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305388, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 18.0, 21.0, 22.0, 23.0, 26.0, 32.0, 35.0, 37.0, 39.0, 42.0, 45.0, 49.0, 55.0, inf], content=[0.0, 1500.0, 1500.0, 2400.0, 330.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 330.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=305405, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 491.0, 544.0, 549.0, inf], content=[1500.0, 2400.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 126.0, 238.0, 370.0, 522.0, 1020.0, 1462.0, inf], content=[1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305511, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=305515, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=305516, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 42.0, 64.0, 232.0, 557.0, 611.0, inf], content=[0.0, 1500.0, 1500.0, 1500.0, 2400.0, 1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305517, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, inf], content=[2400.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=305518, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 129.0, 328.0, 837.0, inf], content=[1540.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305586, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 33.0, 45.0, 55.0, 548.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305588, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[1500.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=305589, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 40.0, 221.0, 362.0, inf], content=[1500.0, 2000.0, 1540.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305590, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 177.0, 714.0, inf], content=[1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 60.0, 167.0, 199.0, 528.0, 673.0, 813.0, 905.0, 1107.0, 1605.0, 2209.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 11.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305744, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=305766, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, 629.0, 717.0, 829.0, inf], content=[0.0, 1500.0, 2400.0, 2000.0, 1540.0], flow='clamp'))], default=None)), CategoryItem(key=305790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 84.0, 560.0, 651.0, 780.0, 879.0, 1030.0, 1160.0, 1164.0, 1416.0, inf], content=[1500.0, 0.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 42.0, 49.0, 57.0, 567.0, 720.0, inf], content=[1500.0, 0.0, 1500.0, 0.0, 1500.0, 2400.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=305832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 86.0, inf], content=[1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305839, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 187.0, inf], content=[1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 135.0, 257.0, 448.0, 965.0, inf], content=[2000.0, 1540.0, 1860.0, 1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=305841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=360.0)], default=None)), CategoryItem(key=305842, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 431.0, inf], content=[1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=305862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 637.0, inf], content=[0.0, 1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=305898, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, 68.0, 647.0, 747.0, inf], content=[1500.0, 0.0, 1500.0, 2400.0, 2000.0], flow='clamp'))], default=None)), CategoryItem(key=305902, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 51.0, inf], content=[1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 26.0, 33.0, 38.0, 46.0, 53.0, inf], content=[1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=305963, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 14.0, inf], content=[0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=305964, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305965, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305966, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=305967, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=306011, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 13.0, 16.0, 18.0, 21.0, 23.0, 26.0, inf], content=[1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=306015, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306029, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 10.0, 17.0, 24.0, 30.0, 35.0, 41.0, 47.0, 58.0, 62.0, 73.0, inf], content=[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306030, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306036, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 58.0, inf], content=[1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306037, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306038, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 13.0, 74.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306039, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 299.0, inf], content=[1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=306042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 196.0, 317.0, inf], content=[2400.0, 2000.0, 1540.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=306048, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1860.0)], default=None)), CategoryItem(key=306049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306051, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 137.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=306091, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 45.0, 422.0, 437.0, 565.0, inf], content=[1500.0, 0.0, 0.0, 1500.0, 1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=306092, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, 182.0, 275.0, 433.0, inf], content=[2400.0, 2000.0, 1540.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306093, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=500.0)], default=None)), CategoryItem(key=306095, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=306096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[1500.0, 1080.0], flow='clamp'))], default=None)), CategoryItem(key=306115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306119, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306121, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 343.0, 435.0, 573.0, 672.0, 899.0, 1379.0, 2004.0, inf], content=[1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=306126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 48.0, 96.0, 171.0, 199.0, 247.0, inf], content=[690.0, 330.0, 690.0, 330.0, 330.0, 330.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=306134, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 51.0, inf], content=[1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306135, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 520.0, 524.0, 603.0, 705.0, 819.0, 994.0, inf], content=[1500.0, 2400.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=306137, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 500.0], flow='clamp'))], default=None)), CategoryItem(key=306138, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 387.0, 1018.0, inf], content=[1500.0, 1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=306139, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 20.0, 42.0, 524.0, 528.0, 550.0, 1087.0, 1094.0, inf], content=[690.0, 690.0, 690.0, 330.0, 690.0, 330.0, 330.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=306153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 77.0, inf], content=[1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306154, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 405.0, 594.0, 706.0, 842.0, 1034.0, inf], content=[1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306155, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 303.0, 945.0, inf], content=[1500.0, 1080.0, 690.0], flow='clamp'))], default=None)), CategoryItem(key=306169, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 371.0, inf], content=[690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=306170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=306171, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[1500.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=306240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 2500.0], flow='clamp'))], default=None)), CategoryItem(key=306415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=2500.0)], default=None)), CategoryItem(key=306416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=306417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306418, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306422, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 2400.0], flow='clamp'))], default=None)), CategoryItem(key=306423, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 111.0, 237.0, inf], content=[2400.0, 1540.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=306425, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 20.0, 115.0, 116.0, inf], content=[0.0, 0.0, 0.0, 1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=306432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 174.0, 337.0, inf], content=[1500.0, 330.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=306454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=306456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 484.0, 625.0, inf], content=[1500.0, 2000.0, 1540.0], flow='clamp'))], default=None)), CategoryItem(key=306457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1540.0)], default=None)), CategoryItem(key=306458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 40.0, inf], content=[1540.0, 1500.0, 1860.0], flow='clamp'))], default=None)), CategoryItem(key=306459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 357.0, 952.0, 2020.0, inf], content=[1860.0, 1500.0, 1080.0, 690.0, 330.0], flow='clamp'))], default=None)), CategoryItem(key=306460, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=330.0)], default=None)), CategoryItem(key=315229, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315252, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315255, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315257, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315259, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315264, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315265, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315266, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315267, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315268, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315273, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315300, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315320, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315343, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315345, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315346, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315350, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315351, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315357, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 130.0, inf], content=[4500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=315365, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315376, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315382, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315385, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315402, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315404, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315405, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[4500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=4500.0)], default=None)), CategoryItem(key=315447, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=315489, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=315490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=315499, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[1500.0, 4500.0], flow='clamp'))], default=None)), CategoryItem(key=315506, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315510, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315512, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315533, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315555, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315556, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315557, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315587, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315640, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315641, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315642, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315644, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315646, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315647, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315648, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315687, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315688, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315689, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315690, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315703, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315704, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315713, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315741, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315764, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315770, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315784, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315785, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315786, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315787, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315788, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315801, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 17.0, 20.0, 24.0, 29.0, 34.0, 38.0, 42.0, 46.0, 50.0, inf], content=[1500.0, 1500.0, 1050.0, 1500.0, 1480.0, 0.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0], flow='clamp'))], default=None)), CategoryItem(key=315945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315949, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315951, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315953, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 11.0, 15.0, 19.0, 23.0, inf], content=[1500.0, 1500.0, 0.0, 1050.0, 1500.0, 1480.0], flow='clamp'))], default=None)), CategoryItem(key=315962, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315963, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315964, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315965, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315966, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 15.0, 21.0, 27.0, 34.0, 40.0, 46.0, 50.0, 56.0, 62.0, 66.0, inf], content=[1500.0, 1050.0, 1500.0, 1480.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0, 0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=315973, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=315974, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316058, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, 60.0, inf], content=[1500.0, 1050.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316060, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 219.0, inf], content=[1050.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 112.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316069, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316082, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316095, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316109, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 726.0, inf], content=[1500.0, 1050.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316142, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316144, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316150, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316151, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 158.0, 392.0, 407.0, 475.0, 684.0, inf], content=[1500.0, 1200.0, 1050.0, 1050.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 62.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316187, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 228.0, 523.0, 793.0, 1127.0, 1534.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 429.0, 702.0, 989.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=316201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 145.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 126.0, inf], content=[1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316216, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 234.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316217, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 189.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 190.0, 547.0, 929.0, 935.0, 962.0, inf], content=[1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316219, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=316238, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 199.0, 563.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 38.0, 155.0, 473.0, 1155.0, inf], content=[1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316241, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=316260, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316262, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316360, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, 26.0, 29.0, 33.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 53.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 238.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316376, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316377, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316378, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316379, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316380, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 319.0, 391.0, 607.0, 1002.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 750.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316412, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 15.0, 18.0, 20.0, 22.0, 28.0, 33.0, 40.0, 47.0, 54.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 19.0, 130.0, 143.0, 154.0, 161.0, 416.0, 771.0, 1355.0, inf], content=[1500.0, 1500.0, 1500.0, 1050.0, 1500.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 400.0, 600.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316470, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 255.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316477, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 17.0, 20.0, 23.0, 25.0, 29.0, 31.0, 32.0, 36.0, 43.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316505, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 284.0, 567.0, 846.0, 1247.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316568, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 196.0, 370.0, 636.0, 709.0, 790.0, 1155.0, 1651.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316577, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 10.0, 13.0, 16.0, 20.0, 23.0, 27.0, 31.0, 35.0, 40.0, 44.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316590, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 262.0, 474.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316615, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 268.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316638, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316664, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316665, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316666, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 182.0, 559.0, 906.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316667, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316700, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 299.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 103.0, 389.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 236.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316715, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316716, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316717, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 119.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316718, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 265.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316719, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=316720, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 106.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 378.0, inf], content=[1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316723, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=316740, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316746, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 267.0, 516.0, 781.0, 1089.0, 1602.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316766, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 363.0, 588.0, 871.0, 1267.0, 1897.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=316797, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316798, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316799, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=316808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 26.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316839, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 23.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 295.0, 461.0, 479.0, 607.0, inf], content=[1500.0, 1200.0, 1050.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 210.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=316878, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=316879, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 140.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316900, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316911, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316928, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 58.0, inf], content=[1500.0, 1500.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=316944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 172.0, 175.0, 214.0, 229.0, 288.0, 544.0, 831.0, 1205.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=316984, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=316985, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 263.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316993, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 121.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=316994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=316995, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 86.0, 401.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317080, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 267.0, 510.0, 836.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=317089, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 240.0, 693.0, inf], content=[900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317182, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 237.0, 516.0, 807.0, 1180.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317212, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317213, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 283.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=317239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317264, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317279, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317291, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 250.0, 540.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=317292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 325.0, 336.0, 337.0, 342.0, inf], content=[1050.0, 900.0, 1500.0, 900.0, 1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317295, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317297, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 357.0, inf], content=[1500.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317320, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 106.0, 348.0, 626.0, 856.0, 1363.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317340, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, 277.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=317382, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 204.0, 513.0, 715.0, 1048.0, 1479.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 214.0, 484.0, 832.0, 1375.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1800.0)], default=None)), CategoryItem(key=317463, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 91.0, 113.0, inf], content=[1500.0, 1200.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317481, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317482, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 145.0, 424.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 228.0, 708.0, inf], content=[900.0, 1500.0, 1800.0], flow='clamp'))], default=None)), CategoryItem(key=317505, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 16.0, 22.0, 30.0, 40.0, 45.0, 49.0, 57.0, inf], content=[1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317508, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317509, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317510, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=317511, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, 304.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317512, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 284.0, inf], content=[1500.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 395.0, 609.0, 1043.0, 1453.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317554, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317580, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317591, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 298.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317626, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 314.0, 563.0, 846.0, 1132.0, 1650.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317639, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317640, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 279.0, 424.0, 718.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317641, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 246.0, 607.0, 686.0, 756.0, inf], content=[900.0, 1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317648, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317649, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, 239.0, 541.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=317650, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, 751.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 254.0, 503.0, 797.0, 1113.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=317663, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 210.0, 242.0, 340.0, inf], content=[1500.0, 1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317683, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 269.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=317696, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 251.0, 543.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=317709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317744, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317787, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317864, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317875, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317880, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317884, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317891, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317907, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317927, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317930, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=317949, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=318015, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=318016, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=318017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=318018, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1.0)], default=None)), CategoryItem(key=318070, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318182, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318562, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318651, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=318816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 56.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=318819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318827, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318828, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 62.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=318856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318872, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, 266.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=318874, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=318876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=318877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=318885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=318944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=319068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319077, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319337, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 47.0, 92.0, 694.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319347, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 114.0, 274.0, 487.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319348, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=319349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 44.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 176.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 100.0, 593.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319452, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=319453, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=319456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 184.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319486, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 261.0, inf], content=[1500.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319506, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 19.0, inf], content=[0.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319521, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 15.0, 19.0, inf], content=[1500.0, 1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=319523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 12.0, 16.0, 21.0, 26.0, 30.0, 34.0, 37.0, 42.0, 44.0, 46.0, 48.0, inf], content=[0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 264.0, 703.0, 1248.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=319526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 184.0, 193.0, 195.0, 275.0, inf], content=[900.0, 1500.0, 1200.0, 1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=319528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 111.0, inf], content=[0.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319579, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 277.0, 758.0, 1173.0, 1401.0, 1979.0, 1987.0, 2273.0, 2278.0, 2511.0, 2516.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319606, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 18.0, 22.0, 27.0, 30.0, 34.0, 37.0, 41.0, 45.0, 48.0, 50.0, inf], content=[0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319623, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319625, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319639, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 162.0, 1061.0, inf], content=[0.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 55.0, 136.0, inf], content=[0.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=319658, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 93.0, inf], content=[0.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319659, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=319678, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 181.0, inf], content=[0.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319687, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319697, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319698, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319756, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 176.0, 412.0, 702.0, 1056.0, 1672.0, inf], content=[0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319800, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=319816, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=319833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319847, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319848, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319849, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 140.0, 381.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=319851, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=319852, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=319853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319854, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 167.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319907, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319910, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 106.0, 248.0, 358.0, 642.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319914, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319915, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319928, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 63.0, 272.0, inf], content=[1500.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=319942, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 47.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=319950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319984, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=319991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 332.0, 544.0, 828.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=319992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 249.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=319993, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 574.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320002, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320003, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320004, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320006, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 201.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=320007, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 128.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=320008, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 5.0, inf], content=[900.0, 1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=320009, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=320010, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 86.0, inf], content=[1500.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320011, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320023, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 162.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320024, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, 373.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=320025, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=320026, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 157.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320038, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 291.0, 495.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=320039, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=320040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 48.0, 401.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320058, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320060, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=320065, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 191.0, 536.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320077, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320094, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320097, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320128, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320185, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320186, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320189, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320191, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320192, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320195, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320258, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320275, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320276, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320277, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320285, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320321, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320338, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320340, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320342, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320347, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320369, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 24.0, 33.0, 43.0, 50.0, 56.0, 62.0, 66.0, 72.0, 77.0, 81.0, 87.0, 91.0, inf], content=[1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 750.0, 3000.0, 6000.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320395, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320500, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320548, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320553, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320555, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 750.0], flow='clamp'))], default=None)), CategoryItem(key=320561, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320566, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=750.0)], default=None)), CategoryItem(key=320569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320654, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320673, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320688, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 261.0, 561.0, inf], content=[1500.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 82.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 132.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, 249.0, 456.0, 465.0, 512.0, 820.0, 1239.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=320808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=320809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 698.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320822, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 285.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=320823, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 71.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 151.0, 951.0, inf], content=[1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320838, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 146.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320839, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, 349.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=320841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 194.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320853, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 186.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320854, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=320855, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 129.0, 448.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 217.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320858, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 283.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320888, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320916, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 99.0, 326.0, 605.0, 952.0, 1469.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=320933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, inf], content=[1500.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=320934, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 169.0, 530.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320936, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=320980, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=320994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 750.0], flow='clamp'))], default=None)), CategoryItem(key=320995, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=320996, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321004, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, 165.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=321006, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=321007, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 102.0, 433.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321009, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321010, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321011, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321051, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 209.0, 454.0, 716.0, 1049.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321055, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 350.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321067, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 401.0, 530.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 179.0, 647.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321069, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321078, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321119, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321121, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 212.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321123, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=321124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, 397.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 110.0, inf], content=[1500.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321134, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, inf], content=[1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321138, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 105.0, 647.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321140, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 269.0, 478.0, 741.0, 1056.0, 1527.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321162, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321166, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 145.0, 381.0, 660.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 356.0, 480.0, inf], content=[1500.0, 1200.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=321178, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 46.0, inf], content=[0.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321218, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 298.0, 553.0, 823.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321219, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 168.0, 604.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321221, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321230, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321231, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321232, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321233, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 162.0, 404.0, 669.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321260, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321261, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321262, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321294, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321295, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 141.0, 432.0, 608.0, inf], content=[1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321305, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 338.0, 612.0, 876.0, 882.0, 904.0, 1214.0, 1711.0, 2446.0, inf], content=[1500.0, 1200.0, 1050.0, 1500.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 375.0], flow='clamp'))], default=None)), CategoryItem(key=321310, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321311, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321312, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321323, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321386, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321388, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321396, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 61.0, 292.0, 567.0, 892.0, 1296.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321402, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 386.0, 627.0, 875.0, 1240.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 384.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 155.0, 424.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321436, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 92.0, 498.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 357.0, 593.0, 852.0, 1201.0, 1627.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321461, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, 479.0, 741.0, 1052.0, 1525.0, 1916.0, 1922.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321536, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321586, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 12.0, 14.0, 16.0, 20.0, 24.0, 28.0, 31.0, 37.0, 40.0, 44.0, 47.0, 50.0, 52.0, 57.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321607, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321636, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321640, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 15.0, 17.0, 18.0, 20.0, 23.0, 24.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321650, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 13.0, 15.0, 17.0, 19.0, 22.0, 24.0, 27.0, 29.0, 31.0, 33.0, 35.0, 39.0, 41.0, 44.0, inf], content=[0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=321652, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 11.0, 12.0, 14.0, 16.0, 18.0, 21.0, 23.0, 25.0, 28.0, 32.0, 34.0, 37.0, 41.0, 44.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 11.0, 13.0, 16.0, 18.0, 21.0, 23.0, 25.0, 28.0, 31.0, 33.0, 36.0, 39.0, 43.0, 46.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321665, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321674, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321679, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321683, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321710, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321712, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 201.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321728, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321729, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321730, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 196.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321731, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321732, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, 382.0, 693.0, 1054.0, inf], content=[1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321755, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 63.0, 438.0, 539.0, inf], content=[1500.0, 1500.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321759, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 750.0], flow='clamp'))], default=None)), CategoryItem(key=321760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 226.0, inf], content=[1500.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321773, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321774, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 89.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 58.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321780, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 177.0, 508.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 662.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321795, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321796, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 213.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=321817, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 199.0, 519.0, inf], content=[1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 311.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=321820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=321831, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 172.0, 412.0, 582.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321832, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 188.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321833, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321834, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 298.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321870, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321879, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 103.0, 113.0, 325.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321880, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=321887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 171.0, 395.0, 646.0, 951.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 182.0, 282.0, 292.0, 388.0, inf], content=[1500.0, 1200.0, 1050.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=321909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 182.0, 482.0, 797.0, 1549.0, inf], content=[1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 179.0, 407.0, 637.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=321919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=321933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 150.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321949, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321959, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321960, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=321961, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 185.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321973, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 201.0, 420.0, 693.0, 997.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=321975, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 321.0, 336.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321988, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 213.0, 463.0, 704.0, 1023.0, 1393.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=321990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=322012, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322013, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322014, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 192.0, 370.0, 700.0, 1012.0, 1353.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322040, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322049, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 12.0, 15.0, 18.0, 21.0, 23.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322057, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322068, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 270.0, 499.0, 723.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=322079, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 331.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 320.0, inf], content=[1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=322106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 327.0, 497.0, 773.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=322113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322118, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, 318.0, 544.0, 827.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322179, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 233.0, 475.0, 872.0, 1055.0, 1448.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322204, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 220.0, 473.0, 767.0, 1120.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322222, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=322247, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322252, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 180.0, 425.0, 684.0, 996.0, 1403.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 36.0, 82.0, 146.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 194.0, 432.0, 723.0, 1085.0, 1121.0, 1181.0, inf], content=[1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322323, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=600.0)], default=None)), CategoryItem(key=322324, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=322332, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 211.0, 419.0, 639.0, 942.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322339, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 10.0, 14.0, 18.0, 22.0, 26.0, 30.0, 34.0, 38.0, 42.0, 46.0, 51.0, 54.0, 58.0, inf], content=[1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322348, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 189.0, 451.0, 699.0, 1011.0, 1304.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322355, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 124.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322356, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 187.0, 458.0, 777.0, inf], content=[1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322381, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 142.0, 342.0, 570.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=322397, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322407, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 90.0, 214.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=322430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 178.0, 353.0, 614.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=322431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 122.0, 516.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, 290.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=322483, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=322484, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=322485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=322487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=322492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 300.0, 701.0, inf], content=[1500.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322510, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322599, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 232.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322602, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=322603, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=322605, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=322616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=322617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 175.0, 510.0, 563.0, inf], content=[1500.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322625, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 178.0, 398.0, 663.0, 975.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=322633, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 167.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=322672, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322704, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322707, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322713, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322714, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322715, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322716, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=322752, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323292, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 104.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323326, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323327, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323336, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323344, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323345, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323347, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323348, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 20.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323416, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, inf], content=[1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323418, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323423, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=323470, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, 76.0, 202.0, inf], content=[1500.0, 1500.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323471, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 116.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 41.0, inf], content=[1500.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323473, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 204.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 325.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=323487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 98.0, 144.0, 165.0, 382.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 150.0, 445.0, 787.0, inf], content=[1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=323493, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=323495, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=323523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 216.0, 513.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 276.0, 681.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 317.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323558, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323560, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323639, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[1500.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323641, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323650, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323692, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323693, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323696, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 206.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323697, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=323698, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=323699, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323700, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 262.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=750.0)], default=None)), CategoryItem(key=323702, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 185.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323716, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323725, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 169.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323726, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 222.0, 544.0, 907.0, inf], content=[1500.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323755, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 247.0, 380.0, 659.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323775, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 152.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 198.0, 469.0, 761.0, inf], content=[1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 137.0, 246.0, 267.0, 345.0, 644.0, 857.0, inf], content=[1500.0, 1200.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=323794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, 332.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323940, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 292.0, 497.0, 749.0, 957.0, 1335.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=323954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=323976, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323978, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=323980, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 194.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=323983, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 139.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=323997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 310.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324021, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 279.0, 456.0, 675.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=324022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 176.0, 550.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324077, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 281.0, 537.0, 755.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=324078, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 217.0, inf], content=[1500.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324089, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324131, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324162, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 17.0, 19.0, 22.0, 26.0, 29.0, 31.0, 33.0, 35.0, 38.0, 41.0, 43.0, 45.0, 47.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324201, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 92.0, 304.0, 555.0, 833.0, 1214.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324205, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1200.0)], default=None)), CategoryItem(key=324206, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324209, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324237, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 174.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324245, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 95.0, 264.0, 507.0, 828.0, 1264.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324293, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 161.0, 341.0, 611.0, 889.0, 1332.0, 2006.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324313, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324314, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324315, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 64.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324317, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1050.0)], default=None)), CategoryItem(key=324318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 182.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=324408, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324420, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 268.0, 527.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=324432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324543, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=750.0)], default=None)), CategoryItem(key=324564, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324645, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324729, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324747, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 103.0, 106.0, 205.0, 364.0, 563.0, 858.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324764, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324765, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 244.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324772, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324785, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 123.0, 157.0, 195.0, 335.0, 550.0, inf], content=[1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=324791, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 179.0, 618.0, inf], content=[900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324818, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=324835, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 156.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324840, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=324841, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 123.0, 450.0, 897.0, inf], content=[1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324846, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 261.0, inf], content=[1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324857, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=324863, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=324877, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=324878, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 107.0, 190.0, 474.0, 778.0, 1063.0, inf], content=[0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324896, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=324897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 135.0, inf], content=[0.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324967, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324970, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 181.0, 359.0, 461.0, 745.0, 1174.0, 1934.0, inf], content=[1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324980, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, 205.0, 371.0, 617.0, 908.0, 1371.0, 2129.0, inf], content=[0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=324997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 116.0, inf], content=[0.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=324998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 133.0, inf], content=[1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=324999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=325000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 261.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 343.0, inf], content=[1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=325022, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 38.0, 64.0, 378.0, 387.0, 1317.0, 1485.0, inf], content=[0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1500.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=325057, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, 181.0, 368.0, inf], content=[0.0, 1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=325065, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325097, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 40.0, inf], content=[0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325098, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=325099, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 106.0, 328.0, inf], content=[1500.0, 1200.0, 1050.0], flow='clamp'))], default=None)), CategoryItem(key=325100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 184.0, inf], content=[1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=325101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 245.0, inf], content=[900.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=325113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=325114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=750.0)], default=None)), CategoryItem(key=325117, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=325159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 70.0, 236.0, inf], content=[0.0, 1500.0, 1050.0, 900.0], flow='clamp'))], default=None)), CategoryItem(key=325167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=325168, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=325169, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=900.0)], default=None)), CategoryItem(key=325170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, 222.0, 333.0, 703.0, inf], content=[900.0, 1500.0, 900.0, 1500.0, 1200.0], flow='clamp'))], default=None)), CategoryItem(key=325172, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 353.0, inf], content=[0.0, 1200.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325175, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325199, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325200, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325202, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325203, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=325204, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=325342, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325343, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325422, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325464, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325465, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325492, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325511, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325517, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325520, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 61.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=325605, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325861, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=325862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355058, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 83.0, 99.0, 113.0, 126.0, 143.0, 157.0, 173.0, 189.0, inf], content=[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 96.0, 126.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355102, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355104, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355108, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355109, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355114, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355117, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355118, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355119, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355120, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355121, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355123, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355124, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355127, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355128, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355129, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355130, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355133, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 108.0, 128.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355134, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355135, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355203, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355204, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355205, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355206, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355207, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 582.0, 627.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355208, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 25.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355374, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, 80.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355375, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355376, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355379, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355380, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355381, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355382, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355404, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 1115.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355405, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355407, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355408, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 25.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355409, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355410, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355411, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355415, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355418, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 3.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 80.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 64.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=355444, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355445, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355454, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355456, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355460, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355461, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355462, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=355463, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355558, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355559, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355679, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355680, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355768, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355862, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 21.0, 126.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355863, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355865, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355870, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355871, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355872, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 73.0, 96.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355892, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355913, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355933, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 30.0, 50.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355942, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355988, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 65.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355989, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 20.0, inf], content=[1500.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=355993, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 13.0, inf], content=[0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=355994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355995, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355996, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=355999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356002, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356003, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356004, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356041, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356042, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356043, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356046, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356047, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356048, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356071, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356073, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356074, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 77.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356076, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356077, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356135, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356158, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356162, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356164, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356165, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356170, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356174, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356177, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356309, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356316, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356321, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356322, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356323, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356371, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356375, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 135.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356378, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356381, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 795.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356383, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356384, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356385, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356386, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356431, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356436, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356446, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356466, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 140.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356467, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356468, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356470, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356471, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356473, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356474, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356476, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356480, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356481, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356488, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356489, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356523, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 169.0, 220.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356525, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 11.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356526, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356527, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356529, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356530, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356531, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356563, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356568, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 248.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356570, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356576, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356577, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356578, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356580, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356581, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 80.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356582, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 29.0, inf], content=[0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356615, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356618, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356619, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356709, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 144.0, 147.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356719, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356720, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356788, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356789, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356811, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356824, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356902, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356937, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356943, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 219.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356944, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=356946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356947, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356949, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356951, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356952, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356953, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356955, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356956, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356968, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356969, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356970, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356977, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356997, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=356999, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357000, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357001, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357005, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357070, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357076, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357077, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 73.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357078, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 144.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357079, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357080, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357081, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357096, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357098, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357100, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357101, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357102, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357103, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357104, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357112, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 197.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357268, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357269, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 45.0, 201.0, 264.0, 551.0, 641.0, 778.0, 1074.0, 1247.0, 1271.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357328, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357329, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 66.0, 403.0, 616.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357330, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357331, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357332, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 120.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357333, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357401, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 196.0, 212.0, 557.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 116.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, 148.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 49.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 344.0, 944.0, 1341.0, 1347.0, inf], content=[1500.0, 1500.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357447, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357472, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357478, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357479, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 38.0, 308.0, 343.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357482, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357538, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357539, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357540, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357542, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 52.0, 219.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357550, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357610, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 96.0, 135.0, 154.0, inf], content=[1500.0, 3000.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357611, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 399.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 486.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357687, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357688, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 12.0, 207.0, 293.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357696, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 84.0, 90.0, 99.0, 102.0, 109.0, 171.0, 305.0, 378.0, 381.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357697, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 28.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357698, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357699, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357700, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 614.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357701, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 37.0, 289.0, inf], content=[1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357704, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357705, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357706, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357720, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357732, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 62.0, 70.0, 82.0, 92.0, 140.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357733, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357734, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 8.0, 117.0, 216.0, 236.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357735, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 37.0, 72.0, 77.0, 96.0, 140.0, 267.0, 356.0, 359.0, 858.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357754, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 95.0, 113.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357755, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357756, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 105.0, 119.0, 141.0, 368.0, 384.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357759, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 31.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357766, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 47.0, 51.0, 65.0, 71.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357767, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357769, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357770, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357771, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 28.0, 39.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 18.0, 121.0, 134.0, 317.0, 471.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357777, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357778, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 119.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357779, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357780, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357781, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357802, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 96.0, 125.0, 137.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357803, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357804, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357805, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357807, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 148.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 280.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357815, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 421.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 60.0, 64.0, 124.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357888, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357889, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357891, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357892, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357893, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 8.0, 9.0, 11.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357894, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=357895, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=357896, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357897, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=357898, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 6.0, 7.0, 25.0, 30.0, 36.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357899, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 246.0, 260.0, 632.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357900, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 21.0, 417.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=357902, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359111, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359113, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359115, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359136, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359137, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359147, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359149, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359150, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359156, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359160, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359349, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359356, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359365, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359369, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359370, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359374, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359421, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359448, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359455, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 44.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359542, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359562, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359564, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359567, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359568, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=359569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359571, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359575, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359595, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 16.0, 21.0, 29.0, inf], content=[1500.0, 1500.0, 3000.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359597, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[3000.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359602, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359609, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359612, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359661, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 198.0, inf], content=[1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359686, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359691, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 48.0, 54.0, 69.0, 77.0, 89.0, 118.0, inf], content=[1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359693, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 173.0, 402.0, inf], content=[1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359694, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 60.0, 62.0, 274.0, 622.0, inf], content=[3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359699, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 63.0, 244.0, 485.0, 711.0, 1003.0, 1230.0, 1641.0, inf], content=[1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359717, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 263.0, 350.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359718, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 40.0, 88.0, 232.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359750, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 113.0, 220.0, 224.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=359751, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 23.0, 77.0, 109.0, 200.0, 314.0, 473.0, 649.0, 858.0, inf], content=[0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359762, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 32.0, 33.0, 34.0, 38.0, 40.0, 42.0, 46.0, 79.0, 87.0, 101.0, 105.0, 115.0, 125.0, 151.0, 251.0, inf], content=[1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359763, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 47.0, 63.0, 65.0, 118.0, 121.0, 223.0, 320.0, 369.0, 371.0, 446.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359764, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 192.0, 200.0, 272.0, 691.0, 814.0, inf], content=[3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359776, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 107.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359806, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 32.0, 74.0, 80.0, 86.0, 104.0, 113.0, 138.0, 205.0, 236.0, 395.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359809, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359810, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359812, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 158.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359813, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359814, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 64.0, 304.0, inf], content=[1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359867, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359868, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 15.0, 42.0, 54.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359869, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359870, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 9.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359871, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 36.0, 57.0, 113.0, 157.0, 185.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=359887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 95.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359899, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=359901, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359903, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359904, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359905, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=359908, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359909, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359915, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359917, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359934, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359936, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=359998, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 38.0, 45.0, 182.0, 198.0, 225.0, 240.0, 257.0, 349.0, 378.0, 450.0, 579.0, 720.0, 860.0, 1032.0, 1219.0, 1450.0, 1722.0, inf], content=[1500.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360017, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 50.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360018, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360019, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 15.0, 32.0, 38.0, 124.0, 225.0, 344.0, 480.0, 614.0, 808.0, 1000.0, 1197.0, 1207.0, 1215.0, 1475.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360075, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, 29.0, 36.0, 74.0, 208.0, 229.0, 297.0, 311.0, 383.0, 415.0, 472.0, 573.0, 695.0, inf], content=[1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360088, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 131.0, 293.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360090, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 110.0, 182.0, 371.0, 687.0, inf], content=[1500.0, 1500.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360116, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, 115.0, 121.0, 130.0, 137.0, 157.0, 165.0, 218.0, 237.0, 304.0, 341.0, 420.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360121, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360122, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360123, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360125, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 125.0, 244.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360126, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 64.0, 225.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360127, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360128, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 23.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360129, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=360130, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 56.0, inf], content=[3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360131, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 214.0, inf], content=[3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360141, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 45.0, 82.0, 88.0, 327.0, 352.0, 429.0, 445.0, 517.0, 536.0, 634.0, 755.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360190, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360217, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360224, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 43.0, 106.0, 112.0, 136.0, 157.0, 208.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360225, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, 98.0, 297.0, 298.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360274, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 71.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360286, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360295, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 214.0, 227.0, 508.0, 550.0, 562.0, 565.0, 585.0, 752.0, 853.0, 1011.0, 1133.0, 1413.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360296, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 314.0, inf], content=[3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360327, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, 96.0, 106.0, 109.0, 130.0, 287.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360389, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360390, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 18.0, 39.0, 42.0, 49.0, 78.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360391, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360392, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360393, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 31.0, 34.0, 38.0, 48.0, 52.0, 62.0, 65.0, 106.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360414, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360428, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 35.0, 36.0, 37.0, 44.0, 55.0, 71.0, 80.0, 85.0, inf], content=[1500.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 12.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 12.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 6.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 135.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=360444, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360445, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360458, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 45.0, 63.0, 107.0, 122.0, 127.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 414.0, 469.0, 636.0, 743.0, 1004.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360460, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 552.0, inf], content=[3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360486, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 87.0, 103.0, 113.0, 212.0, 260.0, 263.0, 471.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=360490, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 9.0, 34.0, 42.0, 123.0, 182.0, 313.0, 422.0, 634.0, 657.0, 730.0, 1120.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360491, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=360736, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360737, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360761, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 41.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360788, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360794, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, 49.0, 93.0, 99.0, 249.0, 263.0, 320.0, 351.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360795, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 30.0, 338.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360796, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, 161.0, 165.0, 294.0, inf], content=[1500.0, 1500.0, 3000.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360797, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=360819, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360820, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 61.0, 70.0, 143.0, 146.0, 164.0, 214.0, 344.0, 385.0, 440.0, 548.0, 719.0, 803.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360821, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360825, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 78.0, 334.0, 336.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360826, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=360856, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 67.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360874, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360876, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 238.0, 252.0, 259.0, 268.0, 273.0, 279.0, 284.0, 288.0, 292.0, 296.0, 302.0, 312.0, inf], content=[1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360886, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360888, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360889, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, 49.0, 187.0, 259.0, 437.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360892, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 232.0, inf], content=[1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360893, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=360894, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360895, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 326.0, inf], content=[1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360912, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360919, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 79.0, 127.0, 268.0, 294.0, 701.0, 770.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360920, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360921, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 99.0, 220.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360927, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 104.0, 123.0, 175.0, 204.0, 275.0, 303.0, 369.0, 561.0, 775.0, 877.0, 1014.0, 1040.0, 1045.0, 1113.0, 1381.0, 1808.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360940, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 40.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360941, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 46.0, 74.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360942, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360945, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=360946, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 125.0, 193.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360950, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 256.0, inf], content=[1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360951, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, inf], content=[3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=360991, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 61.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=360992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361020, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 50.0, 62.0, 72.0, 81.0, 89.0, 95.0, 103.0, 109.0, inf], content=[1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361032, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=361044, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 77.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361045, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 637.0, 686.0, 829.0, 907.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361050, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361052, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361053, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361054, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 19.0, 311.0, inf], content=[1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 57.0, 64.0, 68.0, 76.0, 88.0, inf], content=[0.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361082, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361083, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 24.0, 31.0, 37.0, inf], content=[3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361091, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 55.0, 76.0, 90.0, 106.0, inf], content=[3000.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361092, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=361105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 73.0, 81.0, 96.0, 101.0, 410.0, 415.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 24.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361108, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361110, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361188, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 81.0, 85.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361193, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361195, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361196, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361197, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 846.0, 948.0, 1054.0, 1305.0, 1650.0, 2066.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361198, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361223, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 54.0, 75.0, 86.0, 112.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361239, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 38.0, 43.0, 53.0, 115.0, 886.0, 1007.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361240, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, 135.0, 321.0, 338.0, 351.0, 675.0, inf], content=[1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361269, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361270, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361271, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361272, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 93.0, 107.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361280, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361283, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361284, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361297, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 34.0, 321.0, 342.0, 803.0, 886.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361303, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, 30.0, 38.0, 40.0, 65.0, 70.0, 104.0, 108.0, 945.0, 1050.0, 1210.0, 1341.0, 1583.0, 1586.0, 1921.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361318, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 26.0, 29.0, 32.0, 43.0, 67.0, 210.0, 226.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361319, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 171.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361320, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, 204.0, 266.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361333, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, 30.0, 61.0, 65.0, 67.0, 71.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361361, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 52.0, 60.0, 98.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361363, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361364, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361365, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361366, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 134.0, 177.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361398, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361400, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 68.0, 79.0, 88.0, 98.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361417, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, 627.0, 703.0, 931.0, 1011.0, 1174.0, 1245.0, 1548.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361443, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 72.0, 81.0, 144.0, 154.0, 234.0, 236.0, 938.0, 998.0, 1157.0, 1273.0, 1497.0, 1844.0, 2214.0, 2232.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361464, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361467, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361468, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 39.0, 294.0, 356.0, 382.0, 1033.0, 1132.0, 1280.0, 1399.0, 1631.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361475, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 78.0, 85.0, 861.0, 897.0, 1032.0, 1223.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361512, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 88.0, 132.0, 828.0, 908.0, 1075.0, 1190.0, 1430.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361569, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 49.0, 89.0, 102.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361573, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 91.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361579, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 66.0, 765.0, 844.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361580, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, 156.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361677, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361685, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361686, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361740, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361790, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361808, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 13.0, inf], content=[1500.0, 3000.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361859, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361860, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361872, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361881, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361885, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361887, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361889, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361890, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361893, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361906, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361948, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361954, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 39.0, 63.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361956, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361957, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 815.0, inf], content=[1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361971, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 86.0, 108.0, 113.0, 885.0, 956.0, 1090.0, 1202.0, 1428.0, 1739.0, 2123.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=361974, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=3000.0)], default=None)), CategoryItem(key=361989, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 57.0, 74.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=361990, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361992, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361993, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=361994, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362009, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362058, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 76.0, 85.0, 93.0, 96.0, 108.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362059, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362060, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362061, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362062, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362063, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 11.0, 28.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362064, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 94.0, 205.0, 407.0, 825.0, inf], content=[1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362085, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 51.0, 54.0, 58.0, 61.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362087, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362091, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 464.0, 496.0, 663.0, 744.0, 970.0, 1328.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362104, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 75.0, 124.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362105, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362106, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362107, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 74.0, 80.0, 393.0, 428.0, 495.0, 570.0, 691.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362148, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 95.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362152, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362153, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362154, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 46.0, 127.0, 262.0, 394.0, 610.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362159, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362160, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362161, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 76.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362163, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362166, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 27.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362167, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 369.0, 470.0, 577.0, 585.0, 635.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362362, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362399, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362401, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 20.0, 25.0, inf], content=[1500.0, 0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362402, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362411, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362430, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 33.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362435, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 12.0, 26.0, 73.0, inf], content=[1500.0, 1500.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, 31.0, inf], content=[1500.0, 3000.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=362439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 8.0, 15.0, 35.0, 249.0, 282.0, 328.0, 389.0, 475.0, 735.0, 819.0, 926.0, 986.0, 989.0, 1056.0, 1281.0, inf], content=[0.0, 1500.0, 1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362452, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362457, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362459, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362482, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362487, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362503, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362524, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362528, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362587, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362596, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 28.0, 31.0, 34.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362597, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 127.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362613, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362614, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 35.0, 89.0, 97.0, 142.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362615, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 17.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362616, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 74.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362617, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362618, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 29.0, 124.0, inf], content=[1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362628, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362653, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 42.0, 70.0, 103.0, 123.0, 145.0, 169.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362654, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362655, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362656, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362657, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 36.0, 154.0, 182.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362695, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 89.0, inf], content=[0.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362696, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 655.0, 659.0, 680.0, 783.0, 856.0, 872.0, 873.0, 879.0, 888.0, 891.0, 907.0, 959.0, 1130.0, 1474.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362697, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362698, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 7.0, 126.0, inf], content=[1500.0, 3000.0, 3000.0], flow='clamp'))], default=None)), CategoryItem(key=362720, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 80.0, 148.0, 175.0, 190.0, 193.0, 325.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362721, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362722, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362723, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362724, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362725, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362726, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362727, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362728, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 53.0, 55.0, 63.0, 137.0, 146.0, 214.0, 349.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362757, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 70.0, inf], content=[1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=362758, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362759, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=362760, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 473.0, 529.0, 670.0, inf], content=[1500.0, 1500.0, 1500.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366403, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 104.0, 132.0, 155.0, inf], content=[0.0, 0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366406, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 22.0, inf], content=[1500.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366409, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 10.0, 26.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366410, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 16.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366413, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366419, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 4.0, 22.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366422, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 22.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366424, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366426, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 15.0, inf], content=[0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366427, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366429, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 14.0, 27.0, inf], content=[0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366432, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 13.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366433, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366434, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=366436, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 18.0, 24.0, inf], content=[0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366437, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 15.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366438, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=366439, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=366440, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, inf], content=[0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366441, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366442, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, 26.0, 46.0, inf], content=[1500.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366449, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 69.0, 89.0, inf], content=[0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366450, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366451, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 16.0, 38.0, 773.0, inf], content=[0.0, 0.0, 1500.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366469, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 9.0, 21.0, 51.0, inf], content=[0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366470, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366471, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366485, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 16.0, 27.0, inf], content=[0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366494, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 13.0, 26.0, inf], content=[0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366495, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 2.0, 16.0, 32.0, 57.0, 216.0, 309.0, inf], content=[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366496, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=0.0)], default=None)), CategoryItem(key=366497, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 3.0, 92.0, 111.0, inf], content=[0.0, 0.0, 0.0, 1500.0], flow='clamp'))], default=None)), CategoryItem(key=366498, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366499, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366500, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366504, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=1500.0)], default=None)), CategoryItem(key=366530, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 5.0, inf], content=[0.0, 0.0], flow='clamp'))], default=None)), CategoryItem(key=366533, value=Category(nodetype='category', input='path', content=[CategoryItem(key='PFJet140', value=Binning(nodetype='binning', input='lumi', edges=[1.0, 6.0, 45.0, inf], content=[0.0, 0.0, 1500.0], flow='clamp'))], default=None))], default=None))], compound_corrections=None)" - ] - }, - "execution_count": 62, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "cset" - ] - }, - { - "cell_type": "code", - "execution_count": 63, - "id": "7f3d783e", - "metadata": {}, - "outputs": [], - "source": [ - "with open(\"ps_weight_JSON_PFJet140.json\", \"w\") as f:\n", - " f.write(cset.json(exclude_unset=True))" - ] - }, - { - "cell_type": "code", - "execution_count": 71, - "id": "8516d10d", - "metadata": {}, - "outputs": [], - "source": [ - "from correctionlib import _core " - ] - }, - { - "cell_type": "code", - "execution_count": 72, - "id": "9b1aea08", - "metadata": {}, - "outputs": [], - "source": [ - "evaluator = _core.CorrectionSet.from_file('ps_weight_JSON_PFJet140.json')" - ] - }, - { - "cell_type": "code", - "execution_count": 126, - "id": "1cfc44fa", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "10.0" - ] - }, - "execution_count": 126, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "evaluator[\"prescaleWeight\"].evaluate(190456,\"PFJet140\",9.)" - ] - }, - { - "cell_type": "code", - "execution_count": 121, - "id": "a4c0a0f1", - "metadata": {}, - "outputs": [], - "source": [ - "triggers = [\n", - "\"PFJet140\",\n", - "]\n", - "a = _core.CorrectionSet.from_file(f\"src/BTVNanoCommissioning/data/Prescales/ps_weight_JSON_\"+str(triggers[0])+\".json\")" - ] - }, - { - "cell_type": "code", - "execution_count": 123, - "id": "a55f34a0", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 123, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "a" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "59e77218", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "24f1f5e8", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ed78cbe7", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8b9389be", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "cdbeae20", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.16" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/ps_weight_JSON_PFJet140.json b/ps_weight_JSON_PFJet140.json deleted file mode 100644 index 2a2f5873..00000000 --- a/ps_weight_JSON_PFJet140.json +++ /dev/null @@ -1 +0,0 @@ -{"schema_version": 2, "description": "prescales for HLT_PFJet140", "corrections": [{"name": "prescaleWeight", "version": 2, "inputs": [{"name": "run", "type": "int"}, {"name": "path", "type": "string"}, {"name": "lumi", "type": "real"}], "output": {"name": "weight", "type": "real"}, "data": {"nodetype": "category", "input": "run", "content": [{"key": 190456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [300.0, 10.0], "flow": "clamp"}}]}}, {"key": 190459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [300.0, 10.0], "flow": "clamp"}}]}}, {"key": 190462, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190465, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190482, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 190490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [300.0, 10.0], "flow": "clamp"}}]}}, {"key": 190539, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190591, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [300.0, 120.0], "flow": "clamp"}}]}}, {"key": 190592, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [300.0, 120.0], "flow": "clamp"}}]}}, {"key": 190593, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190646, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 190659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 71.0, Infinity], "content": [120.0, 300.0], "flow": "clamp"}}]}}, {"key": 190661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190678, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190679, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190688, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [120.0, 300.0], "flow": "clamp"}}]}}, {"key": 190702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, Infinity], "content": [120.0, 180.0], "flow": "clamp"}}]}}, {"key": 190703, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190704, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 95.0, Infinity], "content": [180.0, 120.0], "flow": "clamp"}}]}}, {"key": 190706, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [300.0, 120.0], "flow": "clamp"}}]}}, {"key": 190707, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190708, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190710, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 190733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190734, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 190735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 190736, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190738, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190782, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190895, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 190949, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 82.0, Infinity], "content": [180.0, 8.0], "flow": "clamp"}}]}}, {"key": 191043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191056, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191057, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [300.0, 180.0], "flow": "clamp"}}]}}, {"key": 191062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191086, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [180.0, 8.0], "flow": "clamp"}}]}}, {"key": 191201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191226, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [300.0, 180.0], "flow": "clamp"}}]}}, {"key": 191242, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 191244, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 191247, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191248, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 180.0}]}}, {"key": 191264, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 76.0, Infinity], "content": [300.0, 180.0, 300.0], "flow": "clamp"}}]}}, {"key": 191271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191276, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191277, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191367, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [300.0, 8.0], "flow": "clamp"}}]}}, {"key": 191387, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [300.0, 8.0], "flow": "clamp"}}]}}, {"key": 191404, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 191406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 191411, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [300.0, 10.0], "flow": "clamp"}}]}}, {"key": 191421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 191424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10.0}]}}, {"key": 191691, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, Infinity], "content": [180.0, 300.0], "flow": "clamp"}}]}}, {"key": 191692, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, Infinity], "content": [300.0, 180.0], "flow": "clamp"}}]}}, {"key": 191693, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 191694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191695, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191697, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 191700, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191718, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191720, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191723, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 191726, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 191810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191830, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 191833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191837, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191839, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191842, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191845, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191849, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191858, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 191859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193093, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [300.0, 10.0], "flow": "clamp"}}]}}, {"key": 193112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, 54.0, Infinity], "content": [8.0, 120.0, 8.0], "flow": "clamp"}}]}}, {"key": 193115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 193116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 193123, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 120.0}]}}, {"key": 193124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [300.0, 120.0], "flow": "clamp"}}]}}, {"key": 193192, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, 39.0, 51.0, Infinity], "content": [300.0, 120.0, 8.0, 300.0], "flow": "clamp"}}]}}, {"key": 193193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193334, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 608.0, Infinity], "content": [300.0, 180.0], "flow": "clamp"}}]}}, {"key": 193541, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193556, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193557, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193621, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 193833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193836, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193878, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193898, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193904, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193925, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193928, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 193999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194027, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 701.0, 1777.0, Infinity], "content": [200.0, 200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194051, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194052, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194076, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 564.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194108, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 821.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 713.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 194117, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194119, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194120, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 334.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194150, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194151, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 498.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194210, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 422.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194223, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194224, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194225, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194305, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194464, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 312.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194533, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194535, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194619, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194627, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194631, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194643, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194644, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194691, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194699, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194704, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 382.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194711, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 515.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 194735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194785, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194786, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 194787, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 194788, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194896, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 194914, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 17.0, 21.0, 25.0, Infinity], "content": [200.0, 400.0, 200.0, 400.0, 200.0], "flow": "clamp"}}]}}, {"key": 194915, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195014, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195015, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195016, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 440.0, Infinity], "content": [200.0, 400.0], "flow": "clamp"}}]}}, {"key": 195099, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195109, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195147, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195251, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195265, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195266, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195378, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 1301.0, Infinity], "content": [600.0, 400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195379, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195385, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195387, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 188.0, 1313.0, Infinity], "content": [400.0, 200.0, 200.0], "flow": "clamp"}}]}}, {"key": 195399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195522, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195529, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195530, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195540, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195551, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1307.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195634, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195644, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195647, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195649, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195655, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195664, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [200.0, 200.0], "flow": "clamp"}}]}}, {"key": 195747, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 7.0, Infinity], "content": [50.0, 200.0, 50.0], "flow": "clamp"}}]}}, {"key": 195748, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 195749, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195773, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 426.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195915, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195916, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195918, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195925, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195926, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195927, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195929, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195930, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 150.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195936, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 195937, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 195947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 195948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 849.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 195963, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 195970, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196019, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196027, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196047, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196048, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 196095, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 196096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196097, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196098, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196099, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [200.0, 400.0], "flow": "clamp"}}]}}, {"key": 196131, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196135, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196197, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 196202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196203, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 835.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 196249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196250, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196251, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196252, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196334, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, 50.0, Infinity], "content": [400.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 196352, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196353, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196357, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196359, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 196362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 815.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 196430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 521.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 196452, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 805.0, Infinity], "content": [400.0, 200.0], "flow": "clamp"}}]}}, {"key": 196458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 196495, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 196497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196501, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 196531, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 101.0, 109.0, 113.0, Infinity], "content": [0.0, 10.0, 800.0, 10.0, 800.0], "flow": "clamp"}}]}}, {"key": 198023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 198041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198045, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 198047, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198048, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198210, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198211, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198212, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 264.0, Infinity], "content": [400.0, 800.0], "flow": "clamp"}}]}}, {"key": 198213, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198214, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198215, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 198229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 198230, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198268, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198269, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 463.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 198272, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198346, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198372, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198486, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 451.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 198522, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 198898, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 125.0, Infinity], "content": [0.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 198941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 198955, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 351.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 198969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 673.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199008, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199011, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199021, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 683.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 199318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 686.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199356, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199409, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 616.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 595.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 590.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199436, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 642.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 199564, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199565, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 199566, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199568, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 354.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199573, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199574, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199608, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 602.0, 2267.0, Infinity], "content": [400.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199698, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 199699, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 389.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 199703, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199739, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 199745, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199751, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199752, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199753, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199754, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 561.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 629.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 411.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 656.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199863, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 199864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199867, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 87.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199875, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 344.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199961, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 188.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 199967, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 199973, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 652.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 320.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 200091, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 701.0, Infinity], "content": [0.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200152, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200160, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200174, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200176, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200187, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 200188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200228, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200243, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200244, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 612.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200245, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200253, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200368, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200369, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200381, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 200466, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 91.0, 142.0, Infinity], "content": [400.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200473, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 498.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200518, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 200519, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 528.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 749.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200532, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200600, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 642.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200601, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200602, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 200961, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200976, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 200990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 200991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 550.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 200992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 201097, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 500.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 201114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 201164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201168, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 198.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201173, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201174, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 415.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201176, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 201191, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 88.0, 140.0, 875.0, Infinity], "content": [0.0, 400.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201195, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 201196, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201197, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 157.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201228, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201278, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 126.0, 790.0, 2193.0, Infinity], "content": [600.0, 400.0, 400.0, 600.0], "flow": "clamp"}}]}}, {"key": 201366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201384, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201418, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201535, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [600.0, 10.0], "flow": "clamp"}}]}}, {"key": 201554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201602, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201611, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 132.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 201613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201624, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 176.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201625, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 738.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201668, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201669, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201671, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 559.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201676, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 201678, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201679, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201692, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 130.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201706, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201707, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 579.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201708, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201718, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201729, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 201802, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 172.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 201803, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201805, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 201807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 201819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 231.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 201824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 202012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202014, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202016, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 203.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202045, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 340.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202047, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202051, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202054, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202060, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 715.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202074, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 616.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202084, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 87.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202086, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 501.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202091, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202092, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202093, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, 664.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202205, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202209, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 102.0, 986.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202272, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 637.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202299, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 165.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202301, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202305, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 190.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 136.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202331, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202332, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202333, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202389, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 127.0, 211.0, Infinity], "content": [600.0, 400.0, 0.0], "flow": "clamp"}}]}}, {"key": 202469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 141.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 202471, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 202477, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 202478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 230.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202504, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 83.0, 735.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202869, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 202873, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 202876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 202880, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 202909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 202972, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 530.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 202973, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1312.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203002, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 103.0, 766.0, Infinity], "content": [0.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203739, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203742, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 203778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 203780, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203830, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 86.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 203832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 318.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203836, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [400.0, 0.0], "flow": "clamp"}}]}}, {"key": 203853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 122.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 203894, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 86.0, 485.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 192.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 203912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 382.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203980, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203981, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203985, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203986, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203987, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 310.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 203991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 203994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 144.0, Infinity], "content": [600.0, 200.0], "flow": "clamp"}}]}}, {"key": 204101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 183.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 259.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 204238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204250, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 104.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 204506, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204511, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204541, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 83.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204544, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204545, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 204550, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 204551, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204555, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 94.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204564, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 436.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 204565, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204566, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204576, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 87.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204577, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 633.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 204599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 143.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 204600, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 204601, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 488.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 204792, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [600.0, 0.0], "flow": "clamp"}}]}}, {"key": 204795, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 204797, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 204798, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 204799, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 204800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 204803, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 204809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 204812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 205086, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 57.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 89.0, 92.0, 114.0, Infinity], "content": [0.0, 600.0, 400.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205158, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 102.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 61.0, 65.0, 100.0, 805.0, Infinity], "content": [0.0, 600.0, 400.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205214, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 205215, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 205217, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205233, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 205235, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 205236, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 164.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205311, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 168.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 377.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 84.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205519, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 281.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 205598, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 205599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 205600, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205604, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 205605, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205611, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 205614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 169.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205618, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205620, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205627, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 123.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205666, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 99.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205667, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 202.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205683, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205690, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205718, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 168.0, 703.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 205774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205826, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 168.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 205908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 205921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 205937, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 206066, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 134.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206098, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 206102, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 64.0, 83.0, Infinity], "content": [600.0, 400.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206187, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 201.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 148.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 231.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206210, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 486.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206243, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 165.0, 909.0, Infinity], "content": [0.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206245, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206246, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206257, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206258, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206297, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 206301, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 206302, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206331, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 187.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206389, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 124.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206401, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 181.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206446, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 147.0, 967.0, Infinity], "content": [0.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206466, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 206477, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 224.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206512, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 96.0, 883.0, Infinity], "content": [0.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206513, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206539, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 206540, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 206541, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 206542, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 17.0, 40.0, Infinity], "content": [600.0, 400.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206550, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, 40.0, Infinity], "content": [600.0, 400.0, 600.0], "flow": "clamp"}}]}}, {"key": 206573, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206574, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206594, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 108.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206596, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 324.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206598, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206605, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206744, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206745, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 349.0, 1965.0, Infinity], "content": [400.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 162.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206866, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 216.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 206867, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206869, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206901, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 206939, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 34.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 206940, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 596.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207099, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 150.0, 923.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207214, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 151.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207217, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207219, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207220, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207221, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207222, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207231, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 181.0, 985.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207233, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207269, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 88.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207273, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 310.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 902.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207299, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207320, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 207371, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 72.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207372, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 32.0, 60.0, Infinity], "content": [600.0, 400.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 138.0, 982.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207468, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 207477, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 178.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, 35.0, 144.0, Infinity], "content": [600.0, 0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 213.0, 1072.0, Infinity], "content": [0.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207517, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207518, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207714, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 71.0, Infinity], "content": [0.0, 600.0, 8.0], "flow": "clamp"}}]}}, {"key": 207779, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 207788, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 207789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 207790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 207813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 8.0], "flow": "clamp"}}]}}, {"key": 207875, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [600.0, 8.0], "flow": "clamp"}}]}}, {"key": 207882, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207883, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207884, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207889, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 92.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207898, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 74.0, 78.0, 136.0, 931.0, Infinity], "content": [0.0, 600.0, 400.0, 600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 125.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 207921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 207922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 207924, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208297, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208298, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 208299, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208300, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208302, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 208303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 208304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208307, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 630.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 208339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208341, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 407.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 208351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 135.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208352, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208353, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208357, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 208390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 157.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 685.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 208392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208394, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208402, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208407, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 208535, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 208540, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [600.0, 400.0], "flow": "clamp"}}]}}, {"key": 208541, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208551, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 105.0, 290.0, Infinity], "content": [600.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 208552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 208553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 208686, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 148.0, Infinity], "content": [0.0, 600.0, 400.0], "flow": "clamp"}}]}}, {"key": 209089, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 35.0, 39.0, Infinity], "content": [400.0, 400.0, 400.0, 400.0], "flow": "clamp"}}]}}, {"key": 209106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 209109, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 209146, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 400.0], "flow": "clamp"}}]}}, {"key": 209148, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 209151, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 311.0, Infinity], "content": [400.0, 400.0], "flow": "clamp"}}]}}, {"key": 251121, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 65537.0}]}}, {"key": 251161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 251162, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [32.0, 46.0, 52.0, Infinity], "content": [0.0, 2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251168, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251244, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251251, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251252, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 251493, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251496, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 227.0, 243.0, Infinity], "content": [2000.0, 2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251498, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251499, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251500, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251521, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251522, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251548, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251559, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251560, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251561, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251562, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251604, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 65537.0}]}}, {"key": 251635, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 65537.0}]}}, {"key": 251636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 65537.0}]}}, {"key": 251637, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 65537.0}]}}, {"key": 251638, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 8.0, 9.0, Infinity], "content": [0.0, 2000.0, 0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251640, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251642, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251643, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251716, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 251721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 90.0, 98.0, Infinity], "content": [2000.0, 2000.0, 2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, Infinity], "content": [2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 251883, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 70.0, Infinity], "content": [2000.0, 2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 252102, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 252116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 43.0, 91.0, Infinity], "content": [2000.0, 2000.0, 262139.0, 2000.0], "flow": "clamp"}}]}}, {"key": 252126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [5.0, 6.0, 31.0, Infinity], "content": [2000.0, 2000.0, 2000.0], "flow": "clamp"}}]}}, {"key": 253886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [8.0, 11.0, Infinity], "content": [1000.0, 50.0], "flow": "clamp"}}]}}, {"key": 253887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253888, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [104.0, 161.0, 204.0, 240.0, 253.0, Infinity], "content": [50.0, 50.0, 100.0, 100.0, 50.0], "flow": "clamp"}}]}}, {"key": 253943, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 253944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 253946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253951, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253952, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 253954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254226, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254227, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 254230, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [1000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254231, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254232, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 9.0, 10.0, Infinity], "content": [4000.0, 50.0, 4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254280, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [6.0, 9.0, Infinity], "content": [4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [5.0, 9.0, Infinity], "content": [4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254285, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [65.0, 296.0, Infinity], "content": [50.0, 50.0], "flow": "clamp"}}]}}, {"key": 254289, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254290, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254294, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254306, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 10.0, 11.0, Infinity], "content": [4000.0, 50.0, 4000.0, 50.0], "flow": "clamp"}}]}}, {"key": 254307, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 50.0}]}}, {"key": 254331, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 254332, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [12.0, 14.0, 73.0, Infinity], "content": [4000.0, 262139.0, 50.0], "flow": "clamp"}}]}}, {"key": 254340, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 13.0, 42.0, Infinity], "content": [4000.0, 50.0, 262139.0, 100.0], "flow": "clamp"}}]}}, {"key": 254341, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254342, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [6.0, 44.0, Infinity], "content": [262139.0, 100.0], "flow": "clamp"}}]}}, {"key": 254362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254367, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254368, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254380, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [8.0, 9.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 254416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, Infinity], "content": [262139.0, 100.0], "flow": "clamp"}}]}}, {"key": 254437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 54.0, 65.0, Infinity], "content": [4000.0, 262139.0, 100.0, 100.0], "flow": "clamp"}}]}}, {"key": 254450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254451, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254511, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254512, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254530, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 6.0, 7.0, Infinity], "content": [4000.0, 100.0, 4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254532, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 100.0}]}}, {"key": 254607, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254608, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 515.0, 656.0, Infinity], "content": [100.0, 100.0, 100.0], "flow": "clamp"}}]}}, {"key": 254790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 126.0, 317.0, Infinity], "content": [4000.0, 200.0, 100.0], "flow": "clamp"}}]}}, {"key": 254852, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 55.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254879, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [4000.0, 100.0], "flow": "clamp"}}]}}, {"key": 254905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, Infinity], "content": [4000.0, 200.0], "flow": "clamp"}}]}}, {"key": 254906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 254907, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 254913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 254914, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 256629, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256630, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256672, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256673, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256675, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256676, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256677, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256725, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256728, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256729, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256730, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 256733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 256734, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256796, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 256798, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256801, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256842, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256843, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256865, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256866, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256867, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, 55.0, 56.0, Infinity], "content": [2400.0, 800.0, 2400.0, 800.0], "flow": "clamp"}}]}}, {"key": 256868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 382.0, Infinity], "content": [800.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256869, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256924, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [12000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 256925, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 256926, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256935, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 256936, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 256941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257024, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 257025, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 257026, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 257027, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257394, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257460, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 257461, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 38.0, 69.0, Infinity], "content": [12000.0, 2400.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 257487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 257490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257529, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 11.0, 12.0, Infinity], "content": [12000.0, 2400.0, 12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 257531, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257598, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257611, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257644, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257682, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, Infinity], "content": [2400.0, 800.0], "flow": "clamp"}}]}}, {"key": 257721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [12000.0, 800.0], "flow": "clamp"}}]}}, {"key": 257722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257723, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257732, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 4.0, 5.0, Infinity], "content": [12000.0, 800.0, 12000.0, 800.0], "flow": "clamp"}}]}}, {"key": 257748, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257750, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257751, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [800.0, 2400.0], "flow": "clamp"}}]}}, {"key": 257805, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 257819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257823, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 257968, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 11.0, 12.0, Infinity], "content": [12000.0, 2400.0, 12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 257969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 258126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 258129, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 258136, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258152, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 258155, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 258156, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258157, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258158, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258174, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 161.0, Infinity], "content": [12000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 258175, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258210, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 258211, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 258213, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 258214, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258215, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 12000.0}]}}, {"key": 258287, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 258311, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258312, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258320, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258334, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 258335, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 18.0, 19.0, Infinity], "content": [12000.0, 2400.0, 12000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 258423, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258425, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258444, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258445, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258446, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 258655, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 10.0, Infinity], "content": [6000.0, 800.0, 1500.0], "flow": "clamp"}}]}}, {"key": 258656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, Infinity], "content": [1500.0, 800.0], "flow": "clamp"}}]}}, {"key": 258690, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258692, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258703, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 262.0, Infinity], "content": [1500.0, 800.0], "flow": "clamp"}}]}}, {"key": 258705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258706, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258713, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258714, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 800.0}]}}, {"key": 258741, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258742, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258745, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258749, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258750, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 258959, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [6000.0, 800.0], "flow": "clamp"}}]}}, {"key": 259453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 80.0}]}}, {"key": 259456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 80.0}]}}, {"key": 259457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 80.0}]}}, {"key": 259458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 80.0}]}}, {"key": 259464, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 80.0}]}}, {"key": 259626, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 98.0, Infinity], "content": [6000.0, 400.0], "flow": "clamp"}}]}}, {"key": 259636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 6.0, 7.0, 51.0, Infinity], "content": [3000.0, 700.0, 3000.0, 700.0, 400.0], "flow": "clamp"}}]}}, {"key": 259637, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [3000.0, 400.0], "flow": "clamp"}}]}}, {"key": 259681, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [3000.0, 700.0], "flow": "clamp"}}]}}, {"key": 259682, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 259683, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 259685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 400.0, Infinity], "content": [700.0, 400.0], "flow": "clamp"}}]}}, {"key": 259686, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 259809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 259810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 112.0, 227.0, Infinity], "content": [700.0, 400.0, 700.0], "flow": "clamp"}}]}}, {"key": 259811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, 18.0, 19.0, 87.0, Infinity], "content": [400.0, 700.0, 400.0, 700.0, 400.0], "flow": "clamp"}}]}}, {"key": 259821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 259822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, 232.0, 233.0, Infinity], "content": [400.0, 700.0, 400.0, 700.0], "flow": "clamp"}}]}}, {"key": 259857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [3000.0, 700.0], "flow": "clamp"}}]}}, {"key": 259859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 259861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 259862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 271.0, Infinity], "content": [700.0, 400.0], "flow": "clamp"}}]}}, {"key": 259884, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 41.0, 82.0, 115.0, Infinity], "content": [3000.0, 400.0, 700.0, 400.0, 700.0], "flow": "clamp"}}]}}, {"key": 259890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [700.0, 400.0], "flow": "clamp"}}]}}, {"key": 259891, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 260371, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 260373, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 200.0}]}}, {"key": 260422, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260423, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260425, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, Infinity], "content": [700.0, 400.0], "flow": "clamp"}}]}}, {"key": 260431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1450.0}]}}, {"key": 260507, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 262139.0}]}}, {"key": 260510, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [262139.0, 6000.0], "flow": "clamp"}}]}}, {"key": 260527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 6000.0}]}}, {"key": 260528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 6000.0}]}}, {"key": 260532, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 686.0, Infinity], "content": [700.0, 400.0], "flow": "clamp"}}]}}, {"key": 260533, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260534, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260536, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260540, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260541, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 400.0}]}}, {"key": 260570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260576, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260577, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 260583, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [3000.0, 700.0], "flow": "clamp"}}]}}, {"key": 260593, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 7.0, 8.0, Infinity], "content": [3000.0, 700.0, 3000.0, 700.0], "flow": "clamp"}}]}}, {"key": 260627, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 108.0, 128.0, 213.0, 575.0, Infinity], "content": [3000.0, 700.0, 1000.0, 700.0, 1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 260727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 272023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272680, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [4.0, 40.0], "flow": "clamp"}}]}}, {"key": 272681, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 140000.0], "flow": "clamp"}}]}}, {"key": 272682, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272728, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, 104.0, Infinity], "content": [0.0, 0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272729, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272746, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272747, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272748, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272750, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272761, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272762, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272771, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 8.0], "flow": "clamp"}}]}}, {"key": 272775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 119.0, 125.0, Infinity], "content": [8.0, 4.0, 8.0], "flow": "clamp"}}]}}, {"key": 272776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, 48.0, Infinity], "content": [8.0, 4.0, 8.0], "flow": "clamp"}}]}}, {"key": 272782, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 48.0, Infinity], "content": [0.0, 8.0], "flow": "clamp"}}]}}, {"key": 272783, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 8.0}]}}, {"key": 272784, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272785, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272786, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272787, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4.0}]}}, {"key": 272791, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272798, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [12.0, 8.0], "flow": "clamp"}}]}}, {"key": 272807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 272812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 272814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 30.0], "flow": "clamp"}}]}}, {"key": 272816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 272818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 272827, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [0.0, 40.0], "flow": "clamp"}}]}}, {"key": 272828, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, Infinity], "content": [40.0, 30.0], "flow": "clamp"}}]}}, {"key": 272829, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 272907, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 4.0], "flow": "clamp"}}]}}, {"key": 272921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 272922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [0.0, 700.0], "flow": "clamp"}}]}}, {"key": 272923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 272924, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 272926, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 272927, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 64.0, Infinity], "content": [1.0, 700.0, 1.0], "flow": "clamp"}}]}}, {"key": 272930, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 156.0, 160.0, Infinity], "content": [40.0, 28000.0, 0.0, 28000.0], "flow": "clamp"}}]}}, {"key": 272935, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 30.0, 66.0, Infinity], "content": [0.0, 40.0, 0.0, 40.0], "flow": "clamp"}}]}}, {"key": 272936, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 273006, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 273017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 40.0], "flow": "clamp"}}]}}, {"key": 273063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 273136, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 40.0], "flow": "clamp"}}]}}, {"key": 273138, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 273143, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 273145, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 273146, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 40.0}]}}, {"key": 273150, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 40.0, Infinity], "content": [0.0, 40.0, 28000.0], "flow": "clamp"}}]}}, {"key": 273158, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 32.0, Infinity], "content": [28000.0, 40.0, 28000.0], "flow": "clamp"}}]}}, {"key": 273276, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 273286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 273287, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, Infinity], "content": [0.0, 14000.0], "flow": "clamp"}}]}}, {"key": 273290, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 13.0, Infinity], "content": [0.0, 14000.0, 20.0], "flow": "clamp"}}]}}, {"key": 273291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273295, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 273296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [20.0, 14000.0], "flow": "clamp"}}]}}, {"key": 273299, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 14000.0}]}}, {"key": 273301, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 14000.0}]}}, {"key": 273302, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 14000.0}]}}, {"key": 273373, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 1400.0], "flow": "clamp"}}]}}, {"key": 273385, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273386, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273402, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 46.0, 59.0, 79.0, 190.0, 255.0, Infinity], "content": [0.0, 14000.0, 17500.0, 14000.0, 1400.0, 14000.0, 17500.0], "flow": "clamp"}}]}}, {"key": 273403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273404, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273405, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273408, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [700.0, 1.0], "flow": "clamp"}}]}}, {"key": 273409, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273410, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273411, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273412, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 15.0], "flow": "clamp"}}]}}, {"key": 273425, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 54.0, 61.0, Infinity], "content": [0.0, 10500.0, 15.0, 10500.0], "flow": "clamp"}}]}}, {"key": 273426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10500.0}]}}, {"key": 273429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 273440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 273443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [0.0, 21000.0], "flow": "clamp"}}]}}, {"key": 273445, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273446, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 21000.0}]}}, {"key": 273447, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 21000.0}]}}, {"key": 273448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 379.0, Infinity], "content": [21000.0, 10500.0], "flow": "clamp"}}]}}, {"key": 273449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 10500.0], "flow": "clamp"}}]}}, {"key": 273450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 10500.0}]}}, {"key": 273492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 41.0, 55.0, Infinity], "content": [0.0, 49000.0, 2.0, 1400.0], "flow": "clamp"}}]}}, {"key": 273493, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 1400.0], "flow": "clamp"}}]}}, {"key": 273494, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273502, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [0.0, 1400.0], "flow": "clamp"}}]}}, {"key": 273503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 273504, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 273514, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [15.0, 15.0], "flow": "clamp"}}]}}, {"key": 273523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 273526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [15.0, 15.0], "flow": "clamp"}}]}}, {"key": 273537, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 273554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 63.0, Infinity], "content": [0.0, 2800.0], "flow": "clamp"}}]}}, {"key": 273555, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2800.0}]}}, {"key": 273589, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 273590, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 273592, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 273725, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 109.0, 1224.0, Infinity], "content": [0.0, 350.0, 1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 273728, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 273730, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 287.0, 295.0, 1491.0, Infinity], "content": [350.0, 15.0, 350.0, 15.0], "flow": "clamp"}}]}}, {"key": 274079, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 2.0], "flow": "clamp"}}]}}, {"key": 274080, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274081, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274083, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274102, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 274103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 274104, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [15.0, 15.0], "flow": "clamp"}}]}}, {"key": 274105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 274106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 274107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 274108, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 15.0}]}}, {"key": 274125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274142, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274146, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274147, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274157, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, 355.0, 359.0, 484.0, Infinity], "content": [0.0, 4270.0, 0.0, 2200.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274160, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274169, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 610.0}]}}, {"key": 274170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 610.0], "flow": "clamp"}}]}}, {"key": 274171, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274172, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 55.0, Infinity], "content": [0.0, 4270.0, 2200.0], "flow": "clamp"}}]}}, {"key": 274197, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 2200.0], "flow": "clamp"}}]}}, {"key": 274198, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 115.0, Infinity], "content": [2200.0, 4270.0], "flow": "clamp"}}]}}, {"key": 274199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [4270.0, 2200.0], "flow": "clamp"}}]}}, {"key": 274200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 74.0, Infinity], "content": [0.0, 2200.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274236, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 4270.0], "flow": "clamp"}}]}}, {"key": 274239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274241, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 442.0, 853.0, Infinity], "content": [4270.0, 2200.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274243, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274244, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 152.0, Infinity], "content": [0.0, 1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 274249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274250, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274251, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 273.0, Infinity], "content": [4270.0, 2200.0], "flow": "clamp"}}]}}, {"key": 274278, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274285, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 610.0}]}}, {"key": 274286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 610.0}]}}, {"key": 274318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274334, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 4270.0], "flow": "clamp"}}]}}, {"key": 274335, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274337, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [4270.0, 2200.0], "flow": "clamp"}}]}}, {"key": 274339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2200.0}]}}, {"key": 274344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 35.0, 398.0, Infinity], "content": [0.0, 2200.0, 1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 274345, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274373, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274382, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274387, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274388, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 756.0, 1755.0, Infinity], "content": [4270.0, 2200.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4270.0}]}}, {"key": 274422, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 363.0, 1159.0, 1734.0, Infinity], "content": [4270.0, 2200.0, 1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 274440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4900.0}]}}, {"key": 274441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 333.0, Infinity], "content": [4900.0, 2500.0], "flow": "clamp"}}]}}, {"key": 274442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 274443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 274733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274748, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274799, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 274806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 14.0, Infinity], "content": [14000.0, 350.0, 4.0], "flow": "clamp"}}]}}, {"key": 274861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 14000.0}]}}, {"key": 274868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 14000.0}]}}, {"key": 274877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 69.0, Infinity], "content": [14000.0, 0.0, 2.0], "flow": "clamp"}}]}}, {"key": 274880, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2.0}]}}, {"key": 274888, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274889, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274894, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274895, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274904, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274943, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274953, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 274954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, Infinity], "content": [1400.0, 350.0], "flow": "clamp"}}]}}, {"key": 274955, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274957, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 11.0, 14.0, Infinity], "content": [1400.0, 350.0, 0.0, 350.0], "flow": "clamp"}}]}}, {"key": 274958, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274959, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 274966, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 61.0, Infinity], "content": [1400.0, 350.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274967, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274968, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 270.0, 277.0, 314.0, Infinity], "content": [1400.0, 2000.0, 1400.0, 2000.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 115.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 274970, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 274971, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 274978, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 274980, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274981, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274982, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274983, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274985, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 274990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 15.0, Infinity], "content": [1400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 61.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 274999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 218.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1086.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 275021, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275030, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275034, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275035, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275045, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 275046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 275059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, 89.0, Infinity], "content": [1400.0, 1700.0, 2000.0], "flow": "clamp"}}]}}, {"key": 275062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [1000.0, 850.0], "flow": "clamp"}}]}}, {"key": 275064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275066, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275067, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 288.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 826.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275073, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275074, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, 309.0, Infinity], "content": [1400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 757.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275134, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275234, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275260, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 275282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 141.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275289, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275290, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 278.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 380.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1932.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 275311, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 275319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 142.0, 280.0, Infinity], "content": [1400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275326, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275337, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 256.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, Infinity], "content": [1400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275345, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275370, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [1400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275371, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275375, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 250.0, 1181.0, Infinity], "content": [1400.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275376, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1971.0, 3014.0, Infinity], "content": [1000.0, 700.0, 350.0], "flow": "clamp"}}]}}, {"key": 275420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275451, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 275476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275588, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275601, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275603, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 113.0, Infinity], "content": [1400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 49.0, Infinity], "content": [1700.0, 2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 211.0, 232.0, Infinity], "content": [1700.0, 1400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275752, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275759, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275761, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275763, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275764, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275765, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 850.0}]}}, {"key": 275766, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275767, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 850.0}]}}, {"key": 275768, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275772, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275773, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 850.0}]}}, {"key": 275774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 232.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 15.0, Infinity], "content": [2000.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275782, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [2000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275783, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1256.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 275828, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275829, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275831, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 202.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 275834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 170.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275836, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 769.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275837, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275838, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275846, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 275847, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 671.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 275865, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 22.0, 25.0, 69.0, Infinity], "content": [2000.0, 1700.0, 2000.0, 1700.0, 2000.0], "flow": "clamp"}}]}}, {"key": 275887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 504.0, Infinity], "content": [2000.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275911, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 259.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 275912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 261.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 275913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275918, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 275920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 275921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 275923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275931, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275958, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 275960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 275963, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276071, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276072, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276074, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276092, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276093, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276095, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276097, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276181, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276183, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276235, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276242, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 465.0, 1385.0, Infinity], "content": [2000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276243, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276244, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276276, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 376.0, 971.0, Infinity], "content": [2000.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 778.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 126.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 276318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 350.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276326, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 276327, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [2000.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276347, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276352, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276355, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276357, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276360, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 850.0}]}}, {"key": 276361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 464.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 276363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 503.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276384, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 240.0, 762.0, 1882.0, Infinity], "content": [2000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [2000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [2000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 233.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 276494, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276495, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276501, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 354.0, 821.0, 1849.0, Infinity], "content": [2000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276502, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, 620.0, 1490.0, Infinity], "content": [2000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 328.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 276542, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 321.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 936.0, Infinity], "content": [1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276544, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276545, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276581, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 330.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276582, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 443.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276583, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 276584, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 276585, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 276586, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276587, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 74.0, 541.0, Infinity], "content": [2000.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276655, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 828.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [2000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276765, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276767, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 184.0, 780.0, Infinity], "content": [2000.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 458.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 413.0, Infinity], "content": [2000.0, 1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 276807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 158.0, Infinity], "content": [2000.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 512.0, Infinity], "content": [1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 276810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 276811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 216.0, 2170.0, Infinity], "content": [1400.0, 1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 276824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276830, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 276831, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 125.0, 665.0, 1485.0, Infinity], "content": [2000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [2000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 411.0, Infinity], "content": [1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 276835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 276836, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 276837, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 276864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 276870, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, 137.0, 488.0, 1040.0, 1803.0, Infinity], "content": [4000.0, 3000.0, 2400.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 276886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 276922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 276923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 276935, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 265.0, 483.0, 496.0, 604.0, Infinity], "content": [4000.0, 3000.0, 2400.0, 1700.0, 2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276940, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 82.0, 123.0, Infinity], "content": [4000.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 276941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 276942, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 276944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 276945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 276946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 276947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 96.0, Infinity], "content": [2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 276948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1700.0}]}}, {"key": 276950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 881.0, Infinity], "content": [1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277069, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, 89.0, 94.0, Infinity], "content": [4000.0, 3000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 277070, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 39.0, 67.0, 323.0, 803.0, Infinity], "content": [3000.0, 2400.0, 3000.0, 2400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 277071, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1400.0}]}}, {"key": 277072, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 306.0, Infinity], "content": [1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277073, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [4000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 277076, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1000.0}]}}, {"key": 277081, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277086, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 168.0, Infinity], "content": [4000.0, 700.0], "flow": "clamp"}}]}}, {"key": 277093, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 277094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 253.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 277096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 556.0, 1319.0, Infinity], "content": [2400.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [4000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 277127, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 356.0, 855.0, Infinity], "content": [3000.0, 2400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 277148, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 84.0, 395.0, Infinity], "content": [4000.0, 2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 277166, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 102.0, 193.0, Infinity], "content": [4000.0, 2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 277168, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 267.0, 973.0, Infinity], "content": [4000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, 147.0, Infinity], "content": [4000.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 277194, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 336.0, 711.0, 1275.0, 2028.0, Infinity], "content": [3000.0, 2400.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [4000.0, 1000.0], "flow": "clamp"}}]}}, {"key": 277216, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277217, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 277219, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 277220, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 277277, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277278, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277305, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, 319.0, 681.0, Infinity], "content": [4000.0, 3000.0, 2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 277420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 78.0, 84.0, 237.0, Infinity], "content": [4000.0, 2400.0, 4000.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 277534, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277536, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277559, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277580, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277823, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277826, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277828, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277829, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277842, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277847, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 277854, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277860, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 277861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 277862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 700.0}]}}, {"key": 277863, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 277932, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 277933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 277934, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 277981, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 85.0, Infinity], "content": [1400.0, 700.0], "flow": "clamp"}}]}}, {"key": 277991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [4000.0, 350.0], "flow": "clamp"}}]}}, {"key": 277992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 350.0}]}}, {"key": 277998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 278001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 278017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 429.0, 455.0, Infinity], "content": [4000.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 278018, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 195.0, 702.0, Infinity], "content": [2400.0, 1700.0, 1400.0], "flow": "clamp"}}]}}, {"key": 278050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 278062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 278072, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 278136, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 278167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 86.0, 431.0, 1098.0, Infinity], "content": [4000.0, 1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 278175, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 63.0, Infinity], "content": [4000.0, 1000.0, 700.0], "flow": "clamp"}}]}}, {"key": 278193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 76.0, 122.0, Infinity], "content": [4000.0, 2400.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 278239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 381.0, Infinity], "content": [4000.0, 2400.0, 1700.0], "flow": "clamp"}}]}}, {"key": 278240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, 778.0, Infinity], "content": [1700.0, 1400.0, 1000.0], "flow": "clamp"}}]}}, {"key": 278270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3000.0, 30.0], "flow": "clamp"}}]}}, {"key": 278273, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, 84.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 278274, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2550.0}]}}, {"key": 278287, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 278288, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 74.0, Infinity], "content": [3000.0, 2550.0], "flow": "clamp"}}]}}, {"key": 278289, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2550.0}]}}, {"key": 278290, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2550.0}]}}, {"key": 278308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 325.0, 986.0, 1330.0, Infinity], "content": [3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 278310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 674.0, Infinity], "content": [1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 278315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 233.0, 488.0, Infinity], "content": [3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 278322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3600.0}]}}, {"key": 278337, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3600.0}]}}, {"key": 278345, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 309.0, 620.0, Infinity], "content": [3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 278346, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 112.0, Infinity], "content": [2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 318.0, 325.0, 467.0, Infinity], "content": [1800.0, 1260.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 278366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 278395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3600.0}]}}, {"key": 278406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 183.0, 477.0, 650.0, 1017.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 278418, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3600.0}]}}, {"key": 278419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3600.0}]}}, {"key": 278474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 278509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, 191.0, 529.0, 691.0, 1044.0, Infinity], "content": [3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278690, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278761, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [3000.0, 30.0], "flow": "clamp"}}]}}, {"key": 278765, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 278769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278770, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 435.0, 645.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 278800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278801, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278802, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278803, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 278804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 278805, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 88.0, 285.0, Infinity], "content": [3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 278806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 278807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 278808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 343.0, 1235.0, Infinity], "content": [2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 278816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 25.0, 106.0, 411.0, 645.0, 956.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 278822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 218.0, 1472.0, 1504.0, Infinity], "content": [1800.0, 1260.0, 900.0, 510.0], "flow": "clamp"}}]}}, {"key": 278873, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, 95.0, Infinity], "content": [3000.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 278874, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 53.0, 197.0, 404.0, Infinity], "content": [2040.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278875, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 219.0, 224.0, 422.0, 424.0, 533.0, Infinity], "content": [1800.0, 1260.0, 1800.0, 1260.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 278904, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 278922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 348.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 278941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 278957, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 278962, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 195.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 278963, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 108.0, Infinity], "content": [3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 278969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 373.0, 644.0, 872.0, 1198.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 278975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 600.0, Infinity], "content": [1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 278976, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 278986, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279024, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 86.0, Infinity], "content": [3000.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279028, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279029, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279071, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 158.0, Infinity], "content": [3000.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279072, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 420.0}]}}, {"key": 279073, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 420.0}]}}, {"key": 279080, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 80.0, Infinity], "content": [3000.0, 900.0], "flow": "clamp"}}]}}, {"key": 279085, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 123.0, 216.0, 248.0, 295.0, 351.0, 564.0, Infinity], "content": [3000.0, 1800.0, 2040.0, 2550.0, 3600.0, 3000.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 163.0, 391.0, Infinity], "content": [3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 279289, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 279297, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279298, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279356, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279405, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 124.0, Infinity], "content": [3000.0, 2550.0, 900.0], "flow": "clamp"}}]}}, {"key": 279480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 279484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 38.0, 55.0, Infinity], "content": [1800.0, 1800.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279489, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 850.0], "flow": "clamp"}}]}}, {"key": 279539, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279546, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279557, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279584, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279588, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 206.0, 208.0, 281.0, 464.0, 706.0, 990.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279654, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 306.0, 506.0, 831.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 279657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 279658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 173.0, Infinity], "content": [1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279667, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, 145.0, 310.0, 584.0, 785.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 279681, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 279682, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 279683, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279684, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 10.0, 43.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279691, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 279694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, 248.0, 524.0, 745.0, 1036.0, 1913.0, Infinity], "content": [4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279715, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, 531.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 279716, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 353.0, 1271.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, 213.0, 373.0, 609.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 279766, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 429.0, 1395.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279767, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 279794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 157.0, 341.0, 628.0, 870.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 279822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 279823, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, 50.0, 366.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, 748.0, 957.0, 1204.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279844, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 83.0, 207.0, Infinity], "content": [3000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 279845, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279846, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279848, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279849, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 109.0, Infinity], "content": [3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 279850, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [850.0, 680.0], "flow": "clamp"}}]}}, {"key": 279851, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 279852, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 279853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 279854, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279855, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279858, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279860, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 680.0}]}}, {"key": 279862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 279864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 279865, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, Infinity], "content": [3000.0, 1800.0], "flow": "clamp"}}]}}, {"key": 279887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, 78.0, 298.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279931, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 71.0, 74.0, 262.0, 521.0, 752.0, 1088.0, 1946.0, Infinity], "content": [3000.0, 1800.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 279966, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, 275.0, 402.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 279967, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 279975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, 87.0, 118.0, 279.0, 489.0, 749.0, 952.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 279990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 279993, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 279994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 279995, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 280001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280002, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280006, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 280007, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 280013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280014, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280015, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 82.0, 287.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 280016, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [3000.0, 1800.0], "flow": "clamp"}}]}}, {"key": 280017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 280018, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 160.0, 596.0, Infinity], "content": [1800.0, 1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 280019, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 280020, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 280021, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 280022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 280023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 280024, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 280181, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280182, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280187, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 280188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, 219.0, Infinity], "content": [4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 280189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 280190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 280191, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 205.0, 406.0, 728.0, Infinity], "content": [3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 280192, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 280194, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [3000.0, 1800.0], "flow": "clamp"}}]}}, {"key": 280226, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 280233, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280234, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280235, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280236, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280241, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280242, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 86.0, 242.0, 510.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 280249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, 406.0, 1268.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 280251, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 280307, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, Infinity], "content": [3000.0, 30.0], "flow": "clamp"}}]}}, {"key": 280327, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280330, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 187.0, 470.0, 690.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 280349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 151.0, 471.0, 481.0, Infinity], "content": [2040.0, 1800.0, 1260.0, 1800.0], "flow": "clamp"}}]}}, {"key": 280361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 5.0, 243.0, Infinity], "content": [3000.0, 1260.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 280364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1202.0, Infinity], "content": [1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 280383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 280384, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 280385, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 178.0, 466.0, 631.0, 1011.0, 2002.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 280938, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280952, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280953, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280955, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 280958, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 280960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 281010, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281084, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 281085, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 281089, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 281090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281117, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281130, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281131, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281145, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281155, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 281156, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 281165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281166, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 20.0}]}}, {"key": 281201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281209, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281213, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281216, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281222, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281227, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281231, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281242, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281256, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281265, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281280, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281285, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281382, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [3000.0, 60.0], "flow": "clamp"}}]}}, {"key": 281508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, Infinity], "content": [1500.0, 20.0], "flow": "clamp"}}]}}, {"key": 281545, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [1500.0, 20.0], "flow": "clamp"}}]}}, {"key": 281546, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 60.0}]}}, {"key": 281565, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281588, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [3000.0, 900.0], "flow": "clamp"}}]}}, {"key": 281589, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 281590, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281611, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 108.0, 123.0, 131.0, 141.0, 157.0, 170.0, 178.0, 185.0, 193.0, 200.0, 206.0, 212.0, 219.0, 228.0, 237.0, 242.0, Infinity], "content": [3000.0, 126.0, 180.0, 270.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 510.0, 270.0, 180.0, 126.0, 180.0], "flow": "clamp"}}]}}, {"key": 281616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 15.0, 228.0, 236.0, 251.0, 263.0, 271.0, 366.0, Infinity], "content": [3000.0, 180.0, 1260.0, 180.0, 126.0, 180.0, 90.0, 126.0, 90.0], "flow": "clamp"}}]}}, {"key": 281624, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281626, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281632, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [3000.0, 2550.0], "flow": "clamp"}}]}}, {"key": 281637, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 850.0}]}}, {"key": 281638, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 21.0, Infinity], "content": [2550.0, 3600.0, 3000.0], "flow": "clamp"}}]}}, {"key": 281639, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, 32.0, 111.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 281641, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 24.0, 33.0, 36.0, 139.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 281658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, 121.0, Infinity], "content": [3000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 281671, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 15.0, Infinity], "content": [3000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 281680, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 281685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 281686, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 281689, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2000.0}]}}, {"key": 281691, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 281693, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 194.0, 420.0, 615.0, 900.0, 1721.0, Infinity], "content": [4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 281707, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 99.0, 102.0, 151.0, 156.0, 193.0, 322.0, 475.0, 684.0, 873.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 281726, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 281727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 526.0, 1529.0, Infinity], "content": [1800.0, 1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 281731, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281797, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 185.0, 386.0, 564.0, 776.0, 984.0, 1211.0, 2169.0, Infinity], "content": [3000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 281824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281964, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 281974, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 281975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 166.0, Infinity], "content": [3000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 281976, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 203.0, 311.0, 531.0, 710.0, 1077.0, 1111.0, 1119.0, 1242.0, 1362.0, 2058.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0, 900.0, 1260.0, 1800.0, 1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 282033, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 111.0, 115.0, Infinity], "content": [3200.0, 5000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 282034, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 282035, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 34.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 282036, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 282037, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 67.0, 203.0, 426.0, 645.0, 865.0, 1490.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 282092, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 96.0, 111.0, 248.0, 429.0, 598.0, 815.0, 1074.0, 1836.0, Infinity], "content": [3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 282175, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [3200.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282181, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282184, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282194, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282196, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282205, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282304, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282374, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [3200.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282377, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, Infinity], "content": [3200.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282408, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282412, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 282467, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282498, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282521, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282536, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282544, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282577, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282585, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282586, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282601, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3200.0, 2550.0], "flow": "clamp"}}]}}, {"key": 282603, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282660, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3200.0}]}}, {"key": 282662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, Infinity], "content": [3200.0, 3000.0], "flow": "clamp"}}]}}, {"key": 282663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 223.0, 233.0, 1100.0, Infinity], "content": [3200.0, 126.0, 90.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282707, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 282708, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 282709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 282710, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 282711, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 282712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, Infinity], "content": [5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 282730, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, 126.0, Infinity], "content": [5000.0, 3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282731, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 118.0, Infinity], "content": [5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 282732, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4000.0}]}}, {"key": 282733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 172.0, Infinity], "content": [4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 282734, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 207.0, Infinity], "content": [3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 282735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 308.0, 1133.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 282796, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 282799, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 282800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 80.0, 143.0, 235.0, 242.0, 256.0, 312.0, Infinity], "content": [5000.0, 4000.0, 3000.0, 3600.0, 3000.0, 3600.0, 3000.0], "flow": "clamp"}}]}}, {"key": 282807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 243.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 282814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 153.0, 405.0, 1116.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 282842, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 40.0, Infinity], "content": [5000.0, 3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 282905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 282906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 282917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 117.0, Infinity], "content": [5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 282918, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 282919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 101.0, 106.0, 140.0, Infinity], "content": [3000.0, 3600.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 282920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 282921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 84.0, Infinity], "content": [3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 282922, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 123.0, Infinity], "content": [2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 282923, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 219.0, Infinity], "content": [2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 282924, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 283034, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 16.0, 18.0, 22.0, 24.0, 28.0, 31.0, 35.0, 40.0, 44.0, 47.0, 55.0, 62.0, 67.0, 74.0, 77.0, Infinity], "content": [5000.0, 3200.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 283039, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 53.0, Infinity], "content": [5000.0, 3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 283041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 134.0, Infinity], "content": [5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 283042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 8.0, Infinity], "content": [2500.0, 1200.0, 2000.0], "flow": "clamp"}}]}}, {"key": 283043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 193.0, 434.0, Infinity], "content": [4000.0, 3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 283049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 88.0, Infinity], "content": [5000.0, 3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 283050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 134.0, Infinity], "content": [3000.0, 5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 283052, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 104.0, Infinity], "content": [4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 296.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 283067, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 47.0, 60.0, 80.0, 102.0, 145.0, 152.0, Infinity], "content": [2550.0, 2040.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283108, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283136, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283142, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283151, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, 154.0, 304.0, 498.0, 663.0, 912.0, 1096.0, 1381.0, 1906.0, Infinity], "content": [5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1315.0, Infinity], "content": [1260.0, 900.0], "flow": "clamp"}}]}}, {"key": 283305, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283306, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 133.0, 278.0, Infinity], "content": [5000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283307, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 158.0, 297.0, Infinity], "content": [3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 283308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, 360.0, Infinity], "content": [2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283340, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 283353, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 167.0, 309.0, 461.0, 656.0, Infinity], "content": [5000.0, 3000.0, 5000.0, 4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 283358, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 213.0, 515.0, Infinity], "content": [3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283359, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 372.0, Infinity], "content": [1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283407, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 88.0, Infinity], "content": [5000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283408, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, 239.0, 440.0, 609.0, 883.0, 1073.0, 1085.0, 1295.0, 2122.0, Infinity], "content": [3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 1800.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 420.0}]}}, {"key": 283414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 420.0}]}}, {"key": 283415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 420.0}]}}, {"key": 283416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 283451, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 154.0, 163.0, 302.0, 491.0, Infinity], "content": [5000.0, 4000.0, 5000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 229.0, 324.0, 328.0, 428.0, 589.0, 836.0, Infinity], "content": [5000.0, 4000.0, 3200.0, 4000.0, 3000.0, 3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 283548, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 149.0, 159.0, Infinity], "content": [5000.0, 2040.0, 2550.0], "flow": "clamp"}}]}}, {"key": 283617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283618, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283620, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283623, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283628, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283630, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283634, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283635, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283639, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283640, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283642, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283643, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283644, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283646, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283648, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283672, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283675, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283676, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283680, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [5000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283681, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 283682, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 175.0, 346.0, Infinity], "content": [3600.0, 2550.0, 2040.0], "flow": "clamp"}}]}}, {"key": 283685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 49.0, 57.0, 74.0, 76.0, 95.0, 98.0, 100.0, 102.0, 157.0, 166.0, 213.0, 256.0, 294.0, Infinity], "content": [2040.0, 1800.0, 900.0, 510.0, 90.0, 180.0, 60.0, 90.0, 126.0, 180.0, 126.0, 180.0, 126.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, 1531.0, Infinity], "content": [5000.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283830, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 414.0, Infinity], "content": [1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 283835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 283858, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283860, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283863, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5000.0}]}}, {"key": 283865, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 143.0, 324.0, 484.0, 722.0, 932.0, 1166.0, Infinity], "content": [5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 205.0, 402.0, 554.0, Infinity], "content": [5000.0, 4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 283877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 64.0, 249.0, 503.0, 1346.0, Infinity], "content": [3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283878, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1260.0}]}}, {"key": 283884, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 428.0, 618.0, Infinity], "content": [5000.0, 4000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 283885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 249.0, 444.0, 740.0, 1482.0, Infinity], "content": [3000.0, 3600.0, 2550.0, 2040.0, 1800.0, 1260.0], "flow": "clamp"}}]}}, {"key": 283920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 283933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, 119.0, Infinity], "content": [5000.0, 3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 283934, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, 271.0, 410.0, 698.0, 842.0, 1075.0, Infinity], "content": [5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 133.0, 263.0, 425.0, 583.0, 826.0, 1012.0, 1225.0, Infinity], "content": [3000.0, 5000.0, 4000.0, 3000.0, 3600.0, 2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 283964, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [5000.0, 1800.0], "flow": "clamp"}}]}}, {"key": 284006, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 105.0, 162.0, 190.0, Infinity], "content": [5000.0, 2040.0, 1800.0, 2040.0], "flow": "clamp"}}]}}, {"key": 284014, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2040.0}]}}, {"key": 284025, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 155.0, Infinity], "content": [3000.0, 5000.0], "flow": "clamp"}}]}}, {"key": 284029, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, Infinity], "content": [5000.0, 4000.0], "flow": "clamp"}}]}}, {"key": 284035, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 74.0, 278.0, Infinity], "content": [4000.0, 3000.0, 3600.0], "flow": "clamp"}}]}}, {"key": 284036, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 140.0, Infinity], "content": [3600.0, 2550.0], "flow": "clamp"}}]}}, {"key": 284037, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 258.0, Infinity], "content": [2550.0, 2040.0, 1800.0], "flow": "clamp"}}]}}, {"key": 284038, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284039, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 284066, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 284068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, 38.0, 53.0, Infinity], "content": [5000.0, 180.0, 60.0, 3000.0], "flow": "clamp"}}]}}, {"key": 297031, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 297039, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 27.0, Infinity], "content": [0.0, 90.0, 0.0], "flow": "clamp"}}]}}, {"key": 297046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, Infinity], "content": [0.0, 90.0], "flow": "clamp"}}]}}, {"key": 297047, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 14.0, Infinity], "content": [0.0, 90.0, 0.0], "flow": "clamp"}}]}}, {"key": 297048, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [0.0, 90.0], "flow": "clamp"}}]}}, {"key": 297054, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297055, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297056, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 90.0], "flow": "clamp"}}]}}, {"key": 297057, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 30.0], "flow": "clamp"}}]}}, {"key": 297063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297065, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297067, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 90.0], "flow": "clamp"}}]}}, {"key": 297068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297098, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297099, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 90.0], "flow": "clamp"}}]}}, {"key": 297100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 164.0, 182.0, 195.0, 207.0, 217.0, Infinity], "content": [90.0, 90.0, 90.0, 90.0, 90.0, 90.0], "flow": "clamp"}}]}}, {"key": 297101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 19.0, 22.0, 26.0, 31.0, 36.0, 41.0, 46.0, Infinity], "content": [90.0, 90.0, 90.0, 3000.0, 90.0, 90.0, 90.0, 90.0, 0.0], "flow": "clamp"}}]}}, {"key": 297109, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 90.0}]}}, {"key": 297115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 30.0], "flow": "clamp"}}]}}, {"key": 297150, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 23.0, 26.0, 30.0, Infinity], "content": [0.0, 90.0, 90.0, 90.0, 600.0], "flow": "clamp"}}]}}, {"key": 297160, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297162, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297168, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297169, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297171, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297172, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297173, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297174, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297175, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297176, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297179, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297181, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297182, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297209, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297211, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 48.0, 63.0, Infinity], "content": [0.0, 3000.0, 2100.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297215, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 297218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 297219, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297224, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297225, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297227, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297228, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297260, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297264, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297268, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 31.0, 34.0, 37.0, 40.0, 43.0, 46.0, Infinity], "content": [0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297281, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 43.0, 59.0, Infinity], "content": [0.0, 600.0, 1800.0, 0.0], "flow": "clamp"}}]}}, {"key": 297282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297285, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [600.0, 0.0], "flow": "clamp"}}]}}, {"key": 297287, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297288, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297289, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297290, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 326.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 208.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297341, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 26.0, 36.0, 46.0, 56.0, Infinity], "content": [0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297355, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297359, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 51.0, Infinity], "content": [0.0, 2100.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297411, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 35.0, 449.0, Infinity], "content": [0.0, 600.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297425, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 297426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 297427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 297429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 134.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297462, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 15.0, 22.0, Infinity], "content": [0.0, 1800.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297467, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 54.0, Infinity], "content": [0.0, 2100.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297468, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 297469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 297474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297483, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 172.0, Infinity], "content": [0.0, 1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 297484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 201.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297486, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 306.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 158.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297494, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 297495, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297496, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297498, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297499, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297500, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297501, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297502, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 324.0, Infinity], "content": [0.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297504, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297505, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 311.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297537, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 23.0, 27.0, 31.0, 34.0, 37.0, 40.0, 45.0, 48.0, 51.0, 54.0, 60.0, 63.0, 67.0, 70.0, Infinity], "content": [0.0, 2100.0, 0.0, 3000.0, 2100.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 297552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297557, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 29.0, 42.0, 50.0, 58.0, 67.0, 301.0, Infinity], "content": [0.0, 1800.0, 0.0, 0.0, 0.0, 0.0, 1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 297558, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 258.0, Infinity], "content": [0.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297559, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297560, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297562, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 77.0, 87.0, 96.0, 107.0, 120.0, Infinity], "content": [600.0, 0.0, 0.0, 0.0, 0.0, 0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 63.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297597, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297598, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 91.0, Infinity], "content": [1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 297603, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297604, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297605, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 190.0, 224.0, 233.0, 242.0, 250.0, 257.0, Infinity], "content": [600.0, 600.0, 0.0, 0.0, 0.0, 0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297606, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297618, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 13.0, 15.0, 23.0, 29.0, 35.0, 40.0, 49.0, Infinity], "content": [0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297620, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 26.0, 37.0, Infinity], "content": [0.0, 1800.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 36.0, 51.0, Infinity], "content": [0.0, 600.0, 2100.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 297658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297660, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 28.0, Infinity], "content": [0.0, 600.0, 0.0], "flow": "clamp"}}]}}, {"key": 297661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297664, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 297665, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297666, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297669, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297670, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 14.0, 21.0, Infinity], "content": [0.0, 0.0, 0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297671, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 297672, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1800.0, 0.0], "flow": "clamp"}}]}}, {"key": 297673, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297675, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 410.0, Infinity], "content": [1800.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 297678, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [600.0, 0.0], "flow": "clamp"}}]}}, {"key": 297711, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297713, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297714, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 297715, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 297722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 297723, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 28.0, 34.0, 42.0, 51.0, Infinity], "content": [1800.0, 0.0, 0.0, 0.0, 0.0, 600.0], "flow": "clamp"}}]}}, {"key": 298652, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 298653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 298671, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 298674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 298678, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 298679, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 298681, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 298831, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 298835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 298850, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 298853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 437.0, 444.0, 445.0, Infinity], "content": [0.0, 2100.0, 2100.0, 2100.0, 2100.0], "flow": "clamp"}}]}}, {"key": 298854, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 18.0, Infinity], "content": [2100.0, 2100.0, 2100.0], "flow": "clamp"}}]}}, {"key": 298855, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2100.0}]}}, {"key": 298906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 49.0, 60.0, 70.0, 80.0, 90.0, 100.0, 110.0, 120.0, 130.0, 140.0, Infinity], "content": [0.0, 3000.0, 2100.0, 2100.0, 1800.0, 1800.0, 600.0, 600.0, 600.0, 600.0, 600.0, 0.0], "flow": "clamp"}}]}}, {"key": 298991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 298996, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 298997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 38.0, Infinity], "content": [600.0, 3000.0, 0.0], "flow": "clamp"}}]}}, {"key": 298998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 299000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299038, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 35.0, 37.0, 249.0, Infinity], "content": [0.0, 600.0, 1800.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 299062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299065, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299067, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 299094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 33.0, 215.0, Infinity], "content": [0.0, 600.0, 1800.0, 600.0], "flow": "clamp"}}]}}, {"key": 299178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 52.0, Infinity], "content": [0.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299184, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 201.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 299185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 47.0, Infinity], "content": [0.0, 600.0, 600.0], "flow": "clamp"}}]}}, {"key": 299317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299321, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 299322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 299324, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 600.0], "flow": "clamp"}}]}}, {"key": 299325, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299326, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299327, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, Infinity], "content": [600.0, 600.0], "flow": "clamp"}}]}}, {"key": 299329, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 299338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299368, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299369, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 299370, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 47.0, 56.0, 163.0, Infinity], "content": [1800.0, 0.0, 1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 299380, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 132.0, 137.0, 143.0, 151.0, Infinity], "content": [0.0, 1800.0, 2250.0, 1800.0, 2250.0, 2250.0], "flow": "clamp"}}]}}, {"key": 299381, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2250.0}]}}, {"key": 299390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299394, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 2250.0], "flow": "clamp"}}]}}, {"key": 299395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, Infinity], "content": [2250.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 299414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 12.0, 40.0, 46.0, 98.0, Infinity], "content": [0.0, 1800.0, 1800.0, 1440.0, 1440.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 11.0, Infinity], "content": [0.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299477, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 299479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, Infinity], "content": [1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 299480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 389.0, Infinity], "content": [1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 299481, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 416.0, 676.0, 691.0, Infinity], "content": [1200.0, 900.0, 600.0, 300.0], "flow": "clamp"}}]}}, {"key": 299496, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299592, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299593, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 216.0, 361.0, 713.0, Infinity], "content": [1800.0, 1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 299594, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 299595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 299597, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1200.0], "flow": "clamp"}}]}}, {"key": 299598, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 8.0, Infinity], "content": [0.0, 1200.0, 0.0], "flow": "clamp"}}]}}, {"key": 299614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 45.0, 72.0, Infinity], "content": [0.0, 1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 299616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 84.0, Infinity], "content": [0.0, 600.0, 300.0], "flow": "clamp"}}]}}, {"key": 299617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 300.0}]}}, {"key": 299649, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 36.0, 64.0, 87.0, 96.0, 103.0, 263.0, Infinity], "content": [0.0, 1440.0, 1800.0, 2250.0, 1800.0, 1440.0, 1800.0, 1800.0], "flow": "clamp"}}]}}, {"key": 299662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299664, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299711, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299731, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299764, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299780, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299786, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299799, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 2200.0], "flow": "clamp"}}]}}, {"key": 299825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299829, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299831, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 299913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 299958, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 300.0], "flow": "clamp"}}]}}, {"key": 300061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 12.0, 16.0, 19.0, 22.0, 26.0, 28.0, 32.0, 36.0, Infinity], "content": [0.0, 2200.0, 1800.0, 2250.0, 1800.0, 1440.0, 1200.0, 900.0, 600.0, 300.0], "flow": "clamp"}}]}}, {"key": 300078, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300079, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, Infinity], "content": [0.0, 300.0], "flow": "clamp"}}]}}, {"key": 300087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 49.0, Infinity], "content": [0.0, 600.0, 300.0], "flow": "clamp"}}]}}, {"key": 300101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 16.0, 18.0, Infinity], "content": [0.0, 2200.0, 1800.0, 2250.0], "flow": "clamp"}}]}}, {"key": 300104, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300117, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, 50.0, 482.0, 817.0, 1210.0, Infinity], "content": [0.0, 2970.0, 1800.0, 1440.0, 1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 300123, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 300124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 202.0, Infinity], "content": [0.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300155, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 423.0, 750.0, Infinity], "content": [0.0, 1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300156, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 300157, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 180.0, 948.0, Infinity], "content": [0.0, 1200.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300226, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 64.0, 154.0, Infinity], "content": [0.0, 1800.0, 2970.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300233, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300234, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300235, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300236, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 286.0, Infinity], "content": [1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 253.0, Infinity], "content": [0.0, 1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 300239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 300240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 329.0, Infinity], "content": [900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300241, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 300273, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300280, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 578.0, Infinity], "content": [0.0, 1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300281, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 300282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 180.0, Infinity], "content": [1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 300284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 679.0, Infinity], "content": [1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 300293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300308, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300312, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300360, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 30.0, Infinity], "content": [0.0, 1440.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300365, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300367, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300368, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300369, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300370, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300371, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300372, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 300373, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300374, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300375, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300389, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 300390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300394, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, 405.0, Infinity], "content": [1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300401, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 396.0, Infinity], "content": [0.0, 1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 300424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 34.0, Infinity], "content": [0.0, 1440.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300461, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300462, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300463, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1440.0}]}}, {"key": 300464, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 87.0, Infinity], "content": [1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300466, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 501.0, 627.0, Infinity], "content": [1200.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300467, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 519.0, Infinity], "content": [600.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 50.0, Infinity], "content": [0.0, 2250.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300498, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300499, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 300500, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300501, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 300514, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 34.0, 62.0, 100.0, 116.0, Infinity], "content": [0.0, 1800.0, 2250.0, 1800.0, 2250.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 416.0, 738.0, Infinity], "content": [1800.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300516, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 300517, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 309.0, Infinity], "content": [1200.0, 900.0], "flow": "clamp"}}]}}, {"key": 300538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300539, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300545, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300548, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300551, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1440.0}]}}, {"key": 300558, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 104.0, Infinity], "content": [0.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300560, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 253.0, 954.0, Infinity], "content": [1200.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300561, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 300574, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 20.0, Infinity], "content": [0.0, 1440.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300576, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 152.0, 517.0, 865.0, 873.0, Infinity], "content": [0.0, 1800.0, 1440.0, 1200.0, 900.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300584, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300631, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300632, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 292.0, Infinity], "content": [1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300634, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 30.0}]}}, {"key": 300635, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 165.0, Infinity], "content": [1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 835.0, 1493.0, Infinity], "content": [1200.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300673, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300675, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300676, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 300742, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [0.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 21.0, 388.0, Infinity], "content": [0.0, 2250.0, 1800.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300780, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 243.0, Infinity], "content": [0.0, 1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 300785, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 579.0, 1262.0, Infinity], "content": [1200.0, 900.0, 600.0], "flow": "clamp"}}]}}, {"key": 300806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 69.0, 201.0, Infinity], "content": [0.0, 2250.0, 1800.0, 2250.0], "flow": "clamp"}}]}}, {"key": 300811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 124.0, Infinity], "content": [0.0, 2250.0, 1800.0], "flow": "clamp"}}]}}, {"key": 300812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1440.0}]}}, {"key": 300816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1440.0], "flow": "clamp"}}]}}, {"key": 300817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 114.0, Infinity], "content": [1440.0, 1200.0], "flow": "clamp"}}]}}, {"key": 300927, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300952, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300958, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300973, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 300974, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 300975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 301046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 162.0, Infinity], "content": [0.0, 1430.0], "flow": "clamp"}}]}}, {"key": 301057, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301080, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301086, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [0.0, 1430.0], "flow": "clamp"}}]}}, {"key": 301087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 110.0}]}}, {"key": 301088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1430.0}]}}, {"key": 301094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301120, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 301141, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 21.0, Infinity], "content": [0.0, 5980.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301142, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, Infinity], "content": [14400.0, 5980.0], "flow": "clamp"}}]}}, {"key": 301147, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 410.0, Infinity], "content": [0.0, 14400.0, 5980.0], "flow": "clamp"}}]}}, {"key": 301165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 5980.0}]}}, {"key": 301172, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301179, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, Infinity], "content": [0.0, 26500.0], "flow": "clamp"}}]}}, {"key": 301180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, Infinity], "content": [26500.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301183, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301281, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [0.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 524.0, 859.0, 862.0, Infinity], "content": [0.0, 14400.0, 5980.0, 1430.0, 5980.0], "flow": "clamp"}}]}}, {"key": 301293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301298, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 45.0, 547.0, Infinity], "content": [0.0, 26500.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301323, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 39.0, 509.0, Infinity], "content": [0.0, 14400.0, 26500.0, 14400.0], "flow": "clamp"}}]}}, {"key": 301330, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [0.0, 26500.0], "flow": "clamp"}}]}}, {"key": 301359, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, Infinity], "content": [0.0, 26500.0], "flow": "clamp"}}]}}, {"key": 301383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301384, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 301391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 288.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301394, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 301396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 267.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 301398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 301399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 301414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301447, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, 220.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 301450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 301457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301461, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, 424.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 489.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301473, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 301474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 301475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 239.0, 787.0, Infinity], "content": [1080.0, 690.0, 440.0], "flow": "clamp"}}]}}, {"key": 301480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 440.0], "flow": "clamp"}}]}}, {"key": 301519, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 187.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301521, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 301524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 301528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301529, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301530, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301531, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 301532, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 301544, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 301550, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 26.0, Infinity], "content": [3000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 301554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 12.0, Infinity], "content": [620.0, 770.0, 2500.0], "flow": "clamp"}}]}}, {"key": 301557, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 20.0, 267.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301579, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, 24.0, 25.0, 26.0, 27.0, 28.0, 29.0, 30.0, 32.0, 33.0, 34.0, 35.0, 36.0, 37.0, Infinity], "content": [0.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 440.0, 690.0, 1080.0, 1500.0, 1860.0, 2310.0, 3000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 301627, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, 45.0, 62.0, 82.0, 264.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1080.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301664, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 49.0, 203.0, Infinity], "content": [0.0, 1080.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301665, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 64.0, Infinity], "content": [0.0, 2310.0, 3000.0], "flow": "clamp"}}]}}, {"key": 301809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301891, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301904, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301914, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 301919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 32.0, Infinity], "content": [0.0, 3000.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301951, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 301959, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 433.0, 1061.0, Infinity], "content": [0.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 301960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 301969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 28.0, Infinity], "content": [0.0, 440.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301970, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301983, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 301984, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 301985, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301986, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 343.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 301987, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1057.0, Infinity], "content": [690.0, 440.0], "flow": "clamp"}}]}}, {"key": 301997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, 285.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 301998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 639.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302015, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302019, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302026, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302027, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302029, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302030, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302031, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302032, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302033, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302034, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302036, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 690.0], "flow": "clamp"}}]}}, {"key": 302037, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 690.0], "flow": "clamp"}}]}}, {"key": 302038, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 201.0, Infinity], "content": [690.0, 330.0], "flow": "clamp"}}]}}, {"key": 302044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302131, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 340.0, Infinity], "content": [0.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302132, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, 456.0, Infinity], "content": [0.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302166, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302225, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, 562.0, Infinity], "content": [0.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302228, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, 72.0, 80.0, 83.0, 115.0, Infinity], "content": [0.0, 690.0, 1500.0, 1080.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 302237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 609.0, 624.0, 625.0, 633.0, 673.0, Infinity], "content": [1500.0, 1080.0, 690.0, 1080.0, 690.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302262, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 28.0, 33.0, 271.0, Infinity], "content": [0.0, 330.0, 1080.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302263, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 530.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302277, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302278, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [690.0, 330.0], "flow": "clamp"}}]}}, {"key": 302280, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 302322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 31.0, 116.0, Infinity], "content": [0.0, 690.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, 514.0, Infinity], "content": [0.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302337, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 117.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302342, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302343, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 302344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 302388, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 577.0, Infinity], "content": [0.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 483.0, 586.0, 591.0, 601.0, Infinity], "content": [1500.0, 1080.0, 1080.0, 1080.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 620.0, 1501.0, Infinity], "content": [0.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302473, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 302475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 36.0, 82.0, Infinity], "content": [0.0, 1500.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, Infinity], "content": [1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 579.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302486, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302489, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 302492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302494, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 183.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 302509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, Infinity], "content": [0.0, 1860.0], "flow": "clamp"}}]}}, {"key": 302513, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 1860.0], "flow": "clamp"}}]}}, {"key": 302522, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 621.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 302533, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302548, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, 54.0, Infinity], "content": [0.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302550, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302551, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302552, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302555, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, 45.0, Infinity], "content": [0.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302564, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302565, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302566, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302573, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, 980.0, 1030.0, Infinity], "content": [1500.0, 1080.0, 1500.0, 690.0], "flow": "clamp"}}]}}, {"key": 302596, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, 39.0, 648.0, Infinity], "content": [0.0, 330.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 302597, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 586.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302620, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, 74.0, 80.0, 84.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0], "flow": "clamp"}}]}}, {"key": 302624, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302626, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302634, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302635, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 124.0, 916.0, Infinity], "content": [1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302646, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302649, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302650, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302651, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302654, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302660, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 26.0, 28.0, Infinity], "content": [0.0, 2310.0, 2400.0, 1500.0], "flow": "clamp"}}]}}, {"key": 302661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 302662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 302663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 208.0, 432.0, Infinity], "content": [1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 302694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302695, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302827, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302828, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302829, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302839, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 302926, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302978, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 302995, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 303569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 303572, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 303573, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 303574, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 303575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 303576, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 104.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 303595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 303600, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 303601, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 330.0], "flow": "clamp"}}]}}, {"key": 303676, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 303808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 303813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [2500.0, 230.0], "flow": "clamp"}}]}}, {"key": 303816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 17.0, Infinity], "content": [0.0, 690.0, 0.0], "flow": "clamp"}}]}}, {"key": 303817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 72.0, Infinity], "content": [0.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 303824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 51.0, 53.0, 313.0, 403.0, Infinity], "content": [0.0, 330.0, 1860.0, 1500.0, 1080.0, 1080.0], "flow": "clamp"}}]}}, {"key": 303825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 303832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 63.0, 144.0, 1079.0, 1594.0, Infinity], "content": [0.0, 3000.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 303838, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, 243.0, 523.0, 1248.0, 1857.0, Infinity], "content": [0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 303885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 59.0, 87.0, 173.0, 415.0, 585.0, 1399.0, 2015.0, Infinity], "content": [0.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 303948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 55.0, 150.0, 158.0, 162.0, 336.0, 641.0, 1347.0, Infinity], "content": [0.0, 2310.0, 2000.0, 2310.0, 2400.0, 2310.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 303989, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1080.0}]}}, {"key": 303998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, 79.0, 131.0, 206.0, Infinity], "content": [0.0, 2000.0, 2400.0, 2000.0, 2310.0], "flow": "clamp"}}]}}, {"key": 303999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 298.0, Infinity], "content": [2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 304000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 304013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 53.0, 56.0, 58.0, 61.0, 63.0, 64.0, 127.0, 145.0, 377.0, 1181.0, 1914.0, Infinity], "content": [0.0, 330.0, 1080.0, 1860.0, 330.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304119, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 56.0, 62.0, Infinity], "content": [0.0, 2400.0, 2000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304120, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, 95.0, 111.0, 169.0, 235.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 304125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 261.0, 893.0, 1603.0, Infinity], "content": [1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304144, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 63.0, 70.0, 138.0, 411.0, 488.0, 535.0, 916.0, 1574.0, 2222.0, Infinity], "content": [0.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 9.0, 14.0, 20.0, 25.0, 30.0, 35.0, 41.0, 46.0, 51.0, 56.0, 62.0, 67.0, 72.0, 77.0, 83.0, 87.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304156, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304157, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304158, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 163.0, 226.0, 459.0, 708.0, 930.0, 1144.0, 1221.0, 2012.0, Infinity], "content": [0.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304169, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 79.0, 88.0, 167.0, 199.0, 458.0, 1109.0, 1312.0, 1438.0, Infinity], "content": [0.0, 2400.0, 2310.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 304185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 13.0, 18.0, 22.0, 25.0, 27.0, 31.0, 33.0, Infinity], "content": [2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 8.0, 14.0, 18.0, 20.0, 22.0, 24.0, Infinity], "content": [0.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304196, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 82.0, Infinity], "content": [0.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304197, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 304198, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 2000.0], "flow": "clamp"}}]}}, {"key": 304200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, 194.0, Infinity], "content": [2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 304204, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 47.0, 59.0, 61.0, 79.0, 105.0, 259.0, 262.0, 365.0, Infinity], "content": [0.0, 2400.0, 2310.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 304209, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, 178.0, 190.0, 219.0, 280.0, 433.0, Infinity], "content": [0.0, 2400.0, 2000.0, 2400.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 304254, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304257, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 13.0, 37.0, Infinity], "content": [0.0, 2400.0, 0.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 69.0, 78.0, 138.0, 185.0, 249.0, 360.0, 505.0, 1083.0, 1735.0, 1780.0, 1781.0, Infinity], "content": [2400.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 0.0, 690.0], "flow": "clamp"}}]}}, {"key": 304326, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304333, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 71.0, 74.0, 82.0, 120.0, 448.0, 503.0, 579.0, 739.0, 1366.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 304350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 16.0, 18.0, Infinity], "content": [0.0, 2000.0, 330.0, 330.0], "flow": "clamp"}}]}}, {"key": 304354, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 80.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 26.0, 32.0, 339.0, 354.0, 380.0, 507.0, 570.0, 639.0, 755.0, 1388.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 304435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304446, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304447, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 230.0, 289.0, 420.0, 483.0, 615.0, 1145.0, 1370.0, Infinity], "content": [3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [2500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 304449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 304451, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 304452, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304505, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 47.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304506, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 304507, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 76.0, 172.0, Infinity], "content": [3000.0, 2400.0, 2000.0, 2310.0], "flow": "clamp"}}]}}, {"key": 304508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 130.0, 710.0, 1259.0, Infinity], "content": [1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304562, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 57.0, 60.0, 268.0, 416.0, 473.0, 520.0, 579.0, 626.0, 684.0, 821.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 48.0, 287.0, 461.0, 501.0, 580.0, 720.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 304625, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, 56.0, 65.0, 382.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304626, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 304654, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, 351.0, 538.0, 595.0, 668.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 304655, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 91.0, 686.0, Infinity], "content": [1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 304661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304662, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 109.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 127.0, 207.0, 278.0, 405.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 304671, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, 360.0, 362.0, 434.0, 544.0, 612.0, 679.0, 783.0, Infinity], "content": [0.0, 3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 304672, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 304711, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 17.0, 18.0, 19.0, 20.0, 22.0, 23.0, 24.0, 25.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 7.0, 9.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 17.0, 18.0, 19.0, 20.0, 21.0, 22.0, 23.0, 24.0, 25.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304737, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 76.0, 90.0, Infinity], "content": [0.0, 3000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304738, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 365.0, 489.0, 563.0, 631.0, 769.0, 1332.0, 1579.0, Infinity], "content": [3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 304739, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 690.0], "flow": "clamp"}}]}}, {"key": 304740, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 690.0}]}}, {"key": 304775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, 20.0, 48.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 101.0, 226.0, 263.0, 266.0, 357.0, Infinity], "content": [3000.0, 3000.0, 3000.0, 2400.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 304778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 47.0, 122.0, 257.0, 854.0, Infinity], "content": [0.0, 2310.0, 2310.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 304784, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304796, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 304797, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 11.0, 22.0, 426.0, 554.0, 581.0, 672.0, 772.0, 1459.0, 2087.0, 2864.0, Infinity], "content": [0.0, 3000.0, 0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 304821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 304826, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 304956, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0, 11.0, 12.0, 13.0, 14.0, 15.0, 16.0, 18.0, 19.0, 20.0, 22.0, 23.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 305024, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 305027, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 305033, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 305034, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 305035, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 305036, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 305040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, 76.0, 89.0, Infinity], "content": [0.0, 3000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 305044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 56.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305045, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 67.0, 143.0, 286.0, 376.0, 789.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 267.0, Infinity], "content": [690.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 62.0, 529.0, 535.0, Infinity], "content": [0.0, 3000.0, 2400.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305060, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, Infinity], "content": [3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 97.0, 173.0, 243.0, 460.0, 982.0, 1587.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305081, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, 69.0, 756.0, 828.0, 900.0, 1096.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, 147.0, 720.0, 813.0, 891.0, 957.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305141, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 305178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305179, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 305180, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305181, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305182, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305183, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 305184, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, 232.0, 373.0, 407.0, Infinity], "content": [3000.0, 2400.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 305187, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1860.0}]}}, {"key": 305188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 34.0, 469.0, 481.0, Infinity], "content": [1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 305202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, 550.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305203, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, Infinity], "content": [2400.0, 2000.0], "flow": "clamp"}}]}}, {"key": 305204, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 146.0, 320.0, 861.0, Infinity], "content": [2000.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, 667.0, 786.0, 859.0, 944.0, 1059.0, Infinity], "content": [0.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305234, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 63.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305235, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 305236, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 305237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 595.0, 672.0, 796.0, 843.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305247, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 58.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305248, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 294.0, 373.0, 507.0, 668.0, Infinity], "content": [2400.0, 2000.0, 2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305249, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305250, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305252, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 204.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305282, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 87.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 59.0, 65.0, Infinity], "content": [0.0, 3000.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305311, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2400.0}]}}, {"key": 305312, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 99.0, 164.0, Infinity], "content": [2400.0, 2000.0, 2310.0], "flow": "clamp"}}]}}, {"key": 305313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, 258.0, Infinity], "content": [2310.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, 367.0, Infinity], "content": [1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 305341, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 265.0, 381.0, 468.0, Infinity], "content": [3000.0, 2400.0, 2000.0, 2310.0], "flow": "clamp"}}]}}, {"key": 305349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2310.0}]}}, {"key": 305350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1860.0}]}}, {"key": 305351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 148.0, 559.0, Infinity], "content": [1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305358, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305359, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 45.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305365, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 443.0, 444.0, 462.0, 569.0, 651.0, 723.0, Infinity], "content": [3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0], "flow": "clamp"}}]}}, {"key": 305366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 590.0, 1058.0, Infinity], "content": [1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305376, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [0.0, 3000.0], "flow": "clamp"}}]}}, {"key": 305377, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 217.0, 398.0, 438.0, 591.0, 663.0, 705.0, 780.0, 1374.0, Infinity], "content": [3000.0, 2400.0, 3000.0, 2400.0, 2000.0, 2310.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305388, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 18.0, 21.0, 22.0, 23.0, 26.0, 32.0, 35.0, 37.0, 39.0, 42.0, 45.0, 49.0, 55.0, Infinity], "content": [0.0, 1500.0, 1500.0, 2400.0, 330.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0, 330.0, 330.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 305405, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 491.0, 544.0, 549.0, Infinity], "content": [1500.0, 2400.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 126.0, 238.0, 370.0, 522.0, 1020.0, 1462.0, Infinity], "content": [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305511, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 305515, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 305516, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 42.0, 64.0, 232.0, 557.0, 611.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1500.0, 2400.0, 1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305517, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, Infinity], "content": [2400.0, 2000.0], "flow": "clamp"}}]}}, {"key": 305518, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 129.0, 328.0, 837.0, Infinity], "content": [1540.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305586, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 33.0, 45.0, 55.0, 548.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305588, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [1500.0, 2000.0], "flow": "clamp"}}]}}, {"key": 305589, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 40.0, 221.0, 362.0, Infinity], "content": [1500.0, 2000.0, 1540.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305590, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 177.0, 714.0, Infinity], "content": [1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 60.0, 167.0, 199.0, 528.0, 673.0, 813.0, 905.0, 1107.0, 1605.0, 2209.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 11.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305744, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 305766, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, 629.0, 717.0, 829.0, Infinity], "content": [0.0, 1500.0, 2400.0, 2000.0, 1540.0], "flow": "clamp"}}]}}, {"key": 305790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 84.0, 560.0, 651.0, 780.0, 879.0, 1030.0, 1160.0, 1164.0, 1416.0, Infinity], "content": [1500.0, 0.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 42.0, 49.0, 57.0, 567.0, 720.0, Infinity], "content": [1500.0, 0.0, 1500.0, 0.0, 1500.0, 2400.0, 2000.0], "flow": "clamp"}}]}}, {"key": 305832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 86.0, Infinity], "content": [1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305839, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 187.0, Infinity], "content": [1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 135.0, 257.0, 448.0, 965.0, Infinity], "content": [2000.0, 1540.0, 1860.0, 1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 305841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 360.0}]}}, {"key": 305842, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 431.0, Infinity], "content": [1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 305862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 637.0, Infinity], "content": [0.0, 1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 305898, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, 68.0, 647.0, 747.0, Infinity], "content": [1500.0, 0.0, 1500.0, 2400.0, 2000.0], "flow": "clamp"}}]}}, {"key": 305902, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 51.0, Infinity], "content": [1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 26.0, 33.0, 38.0, 46.0, 53.0, Infinity], "content": [1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 305963, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 14.0, Infinity], "content": [0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 305964, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305965, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305966, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 305967, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 306011, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 13.0, 16.0, 18.0, 21.0, 23.0, 26.0, Infinity], "content": [1500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 306015, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306029, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 10.0, 17.0, 24.0, 30.0, 35.0, 41.0, 47.0, 58.0, 62.0, 73.0, Infinity], "content": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306030, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306036, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 58.0, Infinity], "content": [1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306037, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306038, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 13.0, 74.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306039, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 299.0, Infinity], "content": [1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 306042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 196.0, 317.0, Infinity], "content": [2400.0, 2000.0, 1540.0, 1860.0], "flow": "clamp"}}]}}, {"key": 306048, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1860.0}]}}, {"key": 306049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306051, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 137.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 306091, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 45.0, 422.0, 437.0, 565.0, Infinity], "content": [1500.0, 0.0, 0.0, 1500.0, 1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 306092, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, 182.0, 275.0, 433.0, Infinity], "content": [2400.0, 2000.0, 1540.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306093, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 500.0}]}}, {"key": 306095, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 306096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [1500.0, 1080.0], "flow": "clamp"}}]}}, {"key": 306115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306119, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306121, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 343.0, 435.0, 573.0, 672.0, 899.0, 1379.0, 2004.0, Infinity], "content": [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 306126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 48.0, 96.0, 171.0, 199.0, 247.0, Infinity], "content": [690.0, 330.0, 690.0, 330.0, 330.0, 330.0, 330.0], "flow": "clamp"}}]}}, {"key": 306134, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 51.0, Infinity], "content": [1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306135, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 520.0, 524.0, 603.0, 705.0, 819.0, 994.0, Infinity], "content": [1500.0, 2400.0, 1500.0, 2400.0, 2000.0, 1540.0, 1860.0], "flow": "clamp"}}]}}, {"key": 306137, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 500.0], "flow": "clamp"}}]}}, {"key": 306138, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 387.0, 1018.0, Infinity], "content": [1500.0, 1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 306139, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 20.0, 42.0, 524.0, 528.0, 550.0, 1087.0, 1094.0, Infinity], "content": [690.0, 690.0, 690.0, 330.0, 690.0, 330.0, 330.0, 690.0], "flow": "clamp"}}]}}, {"key": 306153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 77.0, Infinity], "content": [1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306154, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 405.0, 594.0, 706.0, 842.0, 1034.0, Infinity], "content": [1500.0, 2400.0, 2000.0, 1540.0, 1860.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306155, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 303.0, 945.0, Infinity], "content": [1500.0, 1080.0, 690.0], "flow": "clamp"}}]}}, {"key": 306169, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 371.0, Infinity], "content": [690.0, 330.0], "flow": "clamp"}}]}}, {"key": 306170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 306171, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [1500.0, 330.0], "flow": "clamp"}}]}}, {"key": 306240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 2500.0], "flow": "clamp"}}]}}, {"key": 306415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 2500.0}]}}, {"key": 306416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 306417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306418, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306422, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 2400.0], "flow": "clamp"}}]}}, {"key": 306423, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 111.0, 237.0, Infinity], "content": [2400.0, 1540.0, 1860.0], "flow": "clamp"}}]}}, {"key": 306425, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 20.0, 115.0, 116.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 306432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 174.0, 337.0, Infinity], "content": [1500.0, 330.0, 1500.0], "flow": "clamp"}}]}}, {"key": 306454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 306456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 484.0, 625.0, Infinity], "content": [1500.0, 2000.0, 1540.0], "flow": "clamp"}}]}}, {"key": 306457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1540.0}]}}, {"key": 306458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 40.0, Infinity], "content": [1540.0, 1500.0, 1860.0], "flow": "clamp"}}]}}, {"key": 306459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 357.0, 952.0, 2020.0, Infinity], "content": [1860.0, 1500.0, 1080.0, 690.0, 330.0], "flow": "clamp"}}]}}, {"key": 306460, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 330.0}]}}, {"key": 315229, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315252, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315255, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315257, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315259, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315264, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315265, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315266, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315267, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315268, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315273, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315300, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315320, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315343, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315345, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315346, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315350, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315351, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315357, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 130.0, Infinity], "content": [4500.0, 0.0], "flow": "clamp"}}]}}, {"key": 315365, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315376, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315382, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315385, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315402, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315404, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315405, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [4500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 4500.0}]}}, {"key": 315447, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 315489, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 315490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 315499, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [1500.0, 4500.0], "flow": "clamp"}}]}}, {"key": 315506, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315510, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315512, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315533, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315555, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315556, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315557, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315587, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315640, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315641, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315642, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315644, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315646, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315647, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315648, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315687, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315688, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315689, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315690, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315703, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315704, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315713, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315741, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315764, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315770, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315784, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315785, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315786, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315787, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315788, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315801, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 17.0, 20.0, 24.0, 29.0, 34.0, 38.0, 42.0, 46.0, 50.0, Infinity], "content": [1500.0, 1500.0, 1050.0, 1500.0, 1480.0, 0.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0], "flow": "clamp"}}]}}, {"key": 315945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315949, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315951, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315953, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 11.0, 15.0, 19.0, 23.0, Infinity], "content": [1500.0, 1500.0, 0.0, 1050.0, 1500.0, 1480.0], "flow": "clamp"}}]}}, {"key": 315962, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315963, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315964, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315965, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315966, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 15.0, 21.0, 27.0, 34.0, 40.0, 46.0, 50.0, 56.0, 62.0, 66.0, Infinity], "content": [1500.0, 1050.0, 1500.0, 1480.0, 1500.0, 1050.0, 1500.0, 1500.0, 1480.0, 0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 315973, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 315974, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316058, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, 60.0, Infinity], "content": [1500.0, 1050.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316060, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 219.0, Infinity], "content": [1050.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 112.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316069, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316082, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316095, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316109, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 726.0, Infinity], "content": [1500.0, 1050.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316142, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316144, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316150, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316151, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 158.0, 392.0, 407.0, 475.0, 684.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 1050.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 62.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316187, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 228.0, 523.0, 793.0, 1127.0, 1534.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 429.0, 702.0, 989.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 316201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 145.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 126.0, Infinity], "content": [1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316216, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 234.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316217, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 189.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 190.0, 547.0, 929.0, 935.0, 962.0, Infinity], "content": [1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316219, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 316238, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 199.0, 563.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 38.0, 155.0, 473.0, 1155.0, Infinity], "content": [1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316241, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 316260, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316262, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316360, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, 26.0, 29.0, 33.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 53.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 238.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316376, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316377, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316378, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316379, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316380, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 319.0, 391.0, 607.0, 1002.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 750.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316412, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 15.0, 18.0, 20.0, 22.0, 28.0, 33.0, 40.0, 47.0, 54.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 19.0, 130.0, 143.0, 154.0, 161.0, 416.0, 771.0, 1355.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1050.0, 1500.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 400.0, 600.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316470, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 255.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316477, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 17.0, 20.0, 23.0, 25.0, 29.0, 31.0, 32.0, 36.0, 43.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316505, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 284.0, 567.0, 846.0, 1247.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316568, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 196.0, 370.0, 636.0, 709.0, 790.0, 1155.0, 1651.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316577, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 10.0, 13.0, 16.0, 20.0, 23.0, 27.0, 31.0, 35.0, 40.0, 44.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316590, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 262.0, 474.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316615, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 268.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316638, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316664, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316665, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316666, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 182.0, 559.0, 906.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316667, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316700, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 299.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 103.0, 389.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 236.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316715, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316716, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316717, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 119.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316718, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 265.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316719, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 316720, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 106.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 378.0, Infinity], "content": [1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316723, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 316740, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316746, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 267.0, 516.0, 781.0, 1089.0, 1602.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316766, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 363.0, 588.0, 871.0, 1267.0, 1897.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 316797, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316798, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316799, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 316808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 26.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316839, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 23.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 295.0, 461.0, 479.0, 607.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 210.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 316878, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 316879, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 140.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316900, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316911, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316928, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 58.0, Infinity], "content": [1500.0, 1500.0, 1050.0], "flow": "clamp"}}]}}, {"key": 316944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 172.0, 175.0, 214.0, 229.0, 288.0, 544.0, 831.0, 1205.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 316984, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 316985, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 263.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316993, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 121.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 316994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 316995, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 86.0, 401.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317080, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 267.0, 510.0, 836.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 317089, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 240.0, 693.0, Infinity], "content": [900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317182, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 237.0, 516.0, 807.0, 1180.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317212, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317213, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 283.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 317239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317264, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317279, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317291, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 250.0, 540.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 317292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 325.0, 336.0, 337.0, 342.0, Infinity], "content": [1050.0, 900.0, 1500.0, 900.0, 1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 317295, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317297, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 357.0, Infinity], "content": [1500.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317320, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 106.0, 348.0, 626.0, 856.0, 1363.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317340, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, 277.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 317382, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 204.0, 513.0, 715.0, 1048.0, 1479.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 214.0, 484.0, 832.0, 1375.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1800.0}]}}, {"key": 317463, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 91.0, 113.0, Infinity], "content": [1500.0, 1200.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317481, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317482, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 145.0, 424.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 228.0, 708.0, Infinity], "content": [900.0, 1500.0, 1800.0], "flow": "clamp"}}]}}, {"key": 317505, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 16.0, 22.0, 30.0, 40.0, 45.0, 49.0, 57.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317508, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317509, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317510, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 317511, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, 304.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317512, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 284.0, Infinity], "content": [1500.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 395.0, 609.0, 1043.0, 1453.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317554, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317580, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317591, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 298.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317626, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 314.0, 563.0, 846.0, 1132.0, 1650.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317639, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317640, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 279.0, 424.0, 718.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317641, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 246.0, 607.0, 686.0, 756.0, Infinity], "content": [900.0, 1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317648, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317649, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, 239.0, 541.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 317650, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, 751.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 254.0, 503.0, 797.0, 1113.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 317663, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 210.0, 242.0, 340.0, Infinity], "content": [1500.0, 1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317683, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 269.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 317696, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 251.0, 543.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 317709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317744, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317787, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317864, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317875, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317880, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317884, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317891, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317907, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317927, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317930, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 317949, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 318015, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 318016, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 318017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 318018, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1.0}]}}, {"key": 318070, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318182, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318562, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318651, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 318816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 56.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 318819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318827, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318828, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 62.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 318856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318872, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, 266.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 318874, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 318876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 318877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 318885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 318944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 319068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319077, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319337, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 47.0, 92.0, 694.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319347, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 114.0, 274.0, 487.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319348, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 319349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 44.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 176.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 100.0, 593.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319452, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 319453, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 319456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 184.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319486, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 261.0, Infinity], "content": [1500.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319506, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 19.0, Infinity], "content": [0.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319521, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 15.0, 19.0, Infinity], "content": [1500.0, 1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 319523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 12.0, 16.0, 21.0, 26.0, 30.0, 34.0, 37.0, 42.0, 44.0, 46.0, 48.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 264.0, 703.0, 1248.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 319526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 184.0, 193.0, 195.0, 275.0, Infinity], "content": [900.0, 1500.0, 1200.0, 1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 319527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 319528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 111.0, Infinity], "content": [0.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319579, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 277.0, 758.0, 1173.0, 1401.0, 1979.0, 1987.0, 2273.0, 2278.0, 2511.0, 2516.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319606, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 18.0, 22.0, 27.0, 30.0, 34.0, 37.0, 41.0, 45.0, 48.0, 50.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319623, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319625, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319639, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 162.0, 1061.0, Infinity], "content": [0.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 55.0, 136.0, Infinity], "content": [0.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 319658, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 93.0, Infinity], "content": [0.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319659, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 319678, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 181.0, Infinity], "content": [0.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319687, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319697, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319698, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319756, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 176.0, 412.0, 702.0, 1056.0, 1672.0, Infinity], "content": [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319800, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 319816, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 319833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319847, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319848, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319849, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 140.0, 381.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 319851, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 319852, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 319853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319854, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 167.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319907, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319910, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 106.0, 248.0, 358.0, 642.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319914, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319915, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319928, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 63.0, 272.0, Infinity], "content": [1500.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 319942, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 47.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 319950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319984, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 319991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 332.0, 544.0, 828.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 319992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 249.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 319993, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 574.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320002, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320003, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320004, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320006, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 201.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 320007, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 128.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 320008, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 5.0, Infinity], "content": [900.0, 1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 320009, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 320010, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 86.0, Infinity], "content": [1500.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320011, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320023, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 162.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320024, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, 373.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 320025, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 320026, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 157.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320038, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 291.0, 495.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 320039, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 320040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 48.0, 401.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320058, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320060, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 320065, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 191.0, 536.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320077, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320094, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320097, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320128, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320185, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320186, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320189, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320191, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320192, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320195, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320258, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320275, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320276, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320277, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320285, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320321, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320338, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320340, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320342, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320347, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320369, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 24.0, 33.0, 43.0, 50.0, 56.0, 62.0, 66.0, 72.0, 77.0, 81.0, 87.0, 91.0, Infinity], "content": [1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 750.0, 3000.0, 6000.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320395, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320500, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320548, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320553, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320555, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 750.0], "flow": "clamp"}}]}}, {"key": 320561, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320566, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 750.0}]}}, {"key": 320569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320654, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320673, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320688, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 261.0, 561.0, Infinity], "content": [1500.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 82.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 132.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, 249.0, 456.0, 465.0, 512.0, 820.0, 1239.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 320808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 320809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 698.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320822, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 285.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 320823, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 71.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 151.0, 951.0, Infinity], "content": [1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320838, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 146.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320839, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, 349.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 320841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 194.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320853, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 186.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320854, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 320855, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 129.0, 448.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 217.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320858, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 283.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320888, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320916, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 99.0, 326.0, 605.0, 952.0, 1469.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 320933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, Infinity], "content": [1500.0, 1050.0], "flow": "clamp"}}]}}, {"key": 320934, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 169.0, 530.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320936, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 320980, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 320994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 750.0], "flow": "clamp"}}]}}, {"key": 320995, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 320996, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321004, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, 165.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 321006, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 321007, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 102.0, 433.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321009, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321010, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321011, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321051, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 209.0, 454.0, 716.0, 1049.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321055, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 350.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321067, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 401.0, 530.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 179.0, 647.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321069, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321078, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321119, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321121, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 212.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321123, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 321124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, 397.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 110.0, Infinity], "content": [1500.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321134, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, Infinity], "content": [1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 321138, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 105.0, 647.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321140, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 269.0, 478.0, 741.0, 1056.0, 1527.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321162, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321166, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 145.0, 381.0, 660.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 356.0, 480.0, Infinity], "content": [1500.0, 1200.0, 0.0], "flow": "clamp"}}]}}, {"key": 321178, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 46.0, Infinity], "content": [0.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321218, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 298.0, 553.0, 823.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321219, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 168.0, 604.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321221, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321230, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321231, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321232, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321233, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 162.0, 404.0, 669.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321260, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321261, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321262, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321294, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321295, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 141.0, 432.0, 608.0, Infinity], "content": [1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321305, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 338.0, 612.0, 876.0, 882.0, 904.0, 1214.0, 1711.0, 2446.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 1500.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 375.0], "flow": "clamp"}}]}}, {"key": 321310, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321311, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321312, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321323, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321386, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321388, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321396, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 61.0, 292.0, 567.0, 892.0, 1296.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321402, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 386.0, 627.0, 875.0, 1240.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 384.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 155.0, 424.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321436, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 92.0, 498.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 357.0, 593.0, 852.0, 1201.0, 1627.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321461, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, 479.0, 741.0, 1052.0, 1525.0, 1916.0, 1922.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321536, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321586, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 12.0, 14.0, 16.0, 20.0, 24.0, 28.0, 31.0, 37.0, 40.0, 44.0, 47.0, 50.0, 52.0, 57.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321607, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321636, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321640, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 15.0, 17.0, 18.0, 20.0, 23.0, 24.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321650, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 13.0, 15.0, 17.0, 19.0, 22.0, 24.0, 27.0, 29.0, 31.0, 33.0, 35.0, 39.0, 41.0, 44.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 321652, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 11.0, 12.0, 14.0, 16.0, 18.0, 21.0, 23.0, 25.0, 28.0, 32.0, 34.0, 37.0, 41.0, 44.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 11.0, 13.0, 16.0, 18.0, 21.0, 23.0, 25.0, 28.0, 31.0, 33.0, 36.0, 39.0, 43.0, 46.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321665, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321674, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321679, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321683, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321710, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321712, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 201.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321728, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321729, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321730, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 196.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321731, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321732, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, 382.0, 693.0, 1054.0, Infinity], "content": [1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321755, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 63.0, 438.0, 539.0, Infinity], "content": [1500.0, 1500.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321759, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 750.0], "flow": "clamp"}}]}}, {"key": 321760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 226.0, Infinity], "content": [1500.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321773, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321774, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 89.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 58.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321780, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 177.0, 508.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 662.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321795, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321796, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 213.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 321817, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 199.0, 519.0, Infinity], "content": [1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 311.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 321820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 321831, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 172.0, 412.0, 582.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321832, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 188.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321833, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321834, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 298.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321870, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321879, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 103.0, 113.0, 325.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321880, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 321887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 171.0, 395.0, 646.0, 951.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 182.0, 282.0, 292.0, 388.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 321909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 182.0, 482.0, 797.0, 1549.0, Infinity], "content": [1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 179.0, 407.0, 637.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 321919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 321933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 150.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321949, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321959, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321960, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 321961, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 185.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321973, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 201.0, 420.0, 693.0, 997.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 321975, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 321.0, 336.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321988, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 213.0, 463.0, 704.0, 1023.0, 1393.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 321990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 322012, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322013, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322014, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 192.0, 370.0, 700.0, 1012.0, 1353.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322040, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322049, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 12.0, 15.0, 18.0, 21.0, 23.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322057, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322068, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 270.0, 499.0, 723.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 322079, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 331.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 320.0, Infinity], "content": [1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 322106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 327.0, 497.0, 773.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 322113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322118, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, 318.0, 544.0, 827.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322179, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 233.0, 475.0, 872.0, 1055.0, 1448.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322204, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 220.0, 473.0, 767.0, 1120.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322222, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 322247, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322252, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 180.0, 425.0, 684.0, 996.0, 1403.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 36.0, 82.0, 146.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 194.0, 432.0, 723.0, 1085.0, 1121.0, 1181.0, Infinity], "content": [1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322323, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 600.0}]}}, {"key": 322324, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 322332, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 211.0, 419.0, 639.0, 942.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322339, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 10.0, 14.0, 18.0, 22.0, 26.0, 30.0, 34.0, 38.0, 42.0, 46.0, 51.0, 54.0, 58.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322348, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 189.0, 451.0, 699.0, 1011.0, 1304.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322355, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 124.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322356, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 187.0, 458.0, 777.0, Infinity], "content": [1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322381, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 142.0, 342.0, 570.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 322397, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322407, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 90.0, 214.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 322430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 178.0, 353.0, 614.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 322431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 122.0, 516.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, 290.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 322483, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 322484, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 322485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 322487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 322492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 300.0, 701.0, Infinity], "content": [1500.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322510, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322599, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 232.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322602, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 322603, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 322605, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 322616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 322617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 175.0, 510.0, 563.0, Infinity], "content": [1500.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322625, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 178.0, 398.0, 663.0, 975.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 322633, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 167.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 322672, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322704, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322707, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322713, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322714, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322715, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322716, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 322752, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323292, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 104.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323326, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323327, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323336, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323344, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323345, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323347, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323348, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 20.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323416, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, Infinity], "content": [1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 323417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323418, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323423, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 323470, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, 76.0, 202.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323471, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 116.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 41.0, Infinity], "content": [1500.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323473, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 204.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 325.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 323487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 98.0, 144.0, 165.0, 382.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 150.0, 445.0, 787.0, Infinity], "content": [1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 323493, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 323495, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 323523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 216.0, 513.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 276.0, 681.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 317.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323558, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323560, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323639, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [1500.0, 900.0], "flow": "clamp"}}]}}, {"key": 323641, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323650, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323692, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323693, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323696, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 206.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323697, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 323698, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 323699, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323700, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 262.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 750.0}]}}, {"key": 323702, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 185.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323716, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323725, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 169.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323726, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 222.0, 544.0, 907.0, Infinity], "content": [1500.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323755, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 247.0, 380.0, 659.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323775, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 152.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 198.0, 469.0, 761.0, Infinity], "content": [1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 137.0, 246.0, 267.0, 345.0, 644.0, 857.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 323794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, 332.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323940, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 292.0, 497.0, 749.0, 957.0, 1335.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 323954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 323976, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323978, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 323980, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 194.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 323983, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 139.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 323997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 310.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324021, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 279.0, 456.0, 675.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 324022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 176.0, 550.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324077, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 281.0, 537.0, 755.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 324078, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 217.0, Infinity], "content": [1500.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324089, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324131, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324162, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 17.0, 19.0, 22.0, 26.0, 29.0, 31.0, 33.0, 35.0, 38.0, 41.0, 43.0, 45.0, 47.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324201, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 92.0, 304.0, 555.0, 833.0, 1214.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324205, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1200.0}]}}, {"key": 324206, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324209, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324237, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 174.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324245, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 95.0, 264.0, 507.0, 828.0, 1264.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324293, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 161.0, 341.0, 611.0, 889.0, 1332.0, 2006.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324313, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324314, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324315, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 64.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324317, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1050.0}]}}, {"key": 324318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 182.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 324408, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324420, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 268.0, 527.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 324432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324543, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 750.0}]}}, {"key": 324564, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324645, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324729, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324747, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 103.0, 106.0, 205.0, 364.0, 563.0, 858.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324764, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324765, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 244.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324772, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324785, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 123.0, 157.0, 195.0, 335.0, 550.0, Infinity], "content": [1500.0, 1200.0, 1500.0, 1200.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 324791, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 179.0, 618.0, Infinity], "content": [900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324818, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 324835, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 156.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324840, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 324841, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 123.0, 450.0, 897.0, Infinity], "content": [1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324846, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 261.0, Infinity], "content": [1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324857, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 324863, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 324877, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 324878, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 107.0, 190.0, 474.0, 778.0, 1063.0, Infinity], "content": [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324896, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 324897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 135.0, Infinity], "content": [0.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324967, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324970, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 181.0, 359.0, 461.0, 745.0, 1174.0, 1934.0, Infinity], "content": [1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324980, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, 205.0, 371.0, 617.0, 908.0, 1371.0, 2129.0, Infinity], "content": [0.0, 1500.0, 1200.0, 1050.0, 900.0, 1500.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 324997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 116.0, Infinity], "content": [0.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 324998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 133.0, Infinity], "content": [1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 324999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 325000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 261.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 343.0, Infinity], "content": [1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 325022, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 38.0, 64.0, 378.0, 387.0, 1317.0, 1485.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1500.0, 1200.0, 1500.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 325057, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, 181.0, 368.0, Infinity], "content": [0.0, 1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 325065, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325097, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 40.0, Infinity], "content": [0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325098, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 325099, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 106.0, 328.0, Infinity], "content": [1500.0, 1200.0, 1050.0], "flow": "clamp"}}]}}, {"key": 325100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 184.0, Infinity], "content": [1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 325101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 245.0, Infinity], "content": [900.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 325113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 325114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 750.0}]}}, {"key": 325117, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1200.0], "flow": "clamp"}}]}}, {"key": 325159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 70.0, 236.0, Infinity], "content": [0.0, 1500.0, 1050.0, 900.0], "flow": "clamp"}}]}}, {"key": 325167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 325168, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 325169, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 900.0}]}}, {"key": 325170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, 222.0, 333.0, 703.0, Infinity], "content": [900.0, 1500.0, 900.0, 1500.0, 1200.0], "flow": "clamp"}}]}}, {"key": 325172, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 353.0, Infinity], "content": [0.0, 1200.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325175, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325199, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325200, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325202, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325203, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 325204, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 325342, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325343, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325422, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325464, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325465, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325492, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325511, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325517, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325520, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 61.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 325605, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325861, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 325862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355058, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 83.0, 99.0, 113.0, 126.0, 143.0, 157.0, 173.0, 189.0, Infinity], "content": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 96.0, 126.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355102, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355104, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355108, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355109, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355114, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355117, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355118, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355119, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355120, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355121, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355123, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355124, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355127, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355128, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355129, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355130, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355133, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 108.0, 128.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355134, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355135, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355203, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355204, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355205, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355206, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355207, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 582.0, 627.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355208, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 25.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355374, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, 80.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355375, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355376, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355379, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355380, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355381, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355382, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355404, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 1115.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355405, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355407, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355408, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 25.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355409, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355410, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355411, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355415, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355418, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 3.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 80.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 64.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 355444, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355445, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355454, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355456, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355460, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355461, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355462, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 355463, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355558, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355559, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355679, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355680, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355768, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355862, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 21.0, 126.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355863, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355865, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 355870, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355871, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355872, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 73.0, 96.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355892, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355913, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355933, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 30.0, 50.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355942, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355988, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 65.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355989, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 20.0, Infinity], "content": [1500.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 355993, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 13.0, Infinity], "content": [0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 355994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355995, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355996, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 355999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356002, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356003, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356004, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356041, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356042, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356043, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356046, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356047, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356048, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356071, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356073, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356074, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 77.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356076, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356077, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356135, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356158, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356162, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356164, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356165, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356170, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356174, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356177, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356309, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356316, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356321, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356322, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356323, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356371, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356375, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 135.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356378, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356381, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 795.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356383, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356384, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356385, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356386, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356431, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356436, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356446, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356466, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 140.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356467, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356468, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356470, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356471, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356473, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356474, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356476, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356480, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356481, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356488, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356489, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356523, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 169.0, 220.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356525, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 11.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356526, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356527, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356529, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356530, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356531, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356563, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356568, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 248.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356570, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356576, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356577, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356578, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356580, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356581, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 80.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356582, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 29.0, Infinity], "content": [0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356615, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356618, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356619, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356709, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 144.0, 147.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356719, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356720, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356788, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356789, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356811, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356824, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356902, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356937, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356943, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 219.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356944, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 356946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356947, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356949, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356951, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356952, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356953, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356955, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356956, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356968, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356969, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356970, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356977, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356997, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 356999, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357000, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357001, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357005, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357070, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357076, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357077, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 73.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357078, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 144.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357079, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357080, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357081, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357096, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357098, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357100, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357101, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357102, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357103, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357104, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357112, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 197.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357268, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357269, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 45.0, 201.0, 264.0, 551.0, 641.0, 778.0, 1074.0, 1247.0, 1271.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357328, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357329, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 66.0, 403.0, 616.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357330, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357331, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357332, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 120.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357333, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357401, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 196.0, 212.0, 557.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 116.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, 148.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 49.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 344.0, 944.0, 1341.0, 1347.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357447, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357472, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357478, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357479, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 38.0, 308.0, 343.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357482, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357538, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357539, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357540, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357542, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 52.0, 219.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357550, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357610, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 96.0, 135.0, 154.0, Infinity], "content": [1500.0, 3000.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357611, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 399.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 486.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357687, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357688, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 12.0, 207.0, 293.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357696, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 84.0, 90.0, 99.0, 102.0, 109.0, 171.0, 305.0, 378.0, 381.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357697, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 28.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357698, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357699, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357700, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 614.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357701, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 37.0, 289.0, Infinity], "content": [1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357704, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357705, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357706, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357720, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357732, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 62.0, 70.0, 82.0, 92.0, 140.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357733, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357734, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 8.0, 117.0, 216.0, 236.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357735, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 37.0, 72.0, 77.0, 96.0, 140.0, 267.0, 356.0, 359.0, 858.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357754, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 95.0, 113.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357755, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357756, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 105.0, 119.0, 141.0, 368.0, 384.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357759, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 31.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357766, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 47.0, 51.0, 65.0, 71.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357767, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357769, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357770, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357771, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 28.0, 39.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 18.0, 121.0, 134.0, 317.0, 471.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357777, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357778, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 119.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357779, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357780, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357781, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357802, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 96.0, 125.0, 137.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357803, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357804, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357805, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357807, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 148.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 280.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357815, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 421.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 60.0, 64.0, 124.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357888, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357889, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357891, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357892, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357893, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 8.0, 9.0, 11.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357894, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 357895, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 357896, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357897, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 357898, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 6.0, 7.0, 25.0, 30.0, 36.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357899, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 246.0, 260.0, 632.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357900, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 21.0, 417.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 357902, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359111, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359113, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359115, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359136, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359137, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359147, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359149, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359150, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359156, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359160, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359349, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359356, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359365, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359369, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359370, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359374, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359421, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359448, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359455, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 44.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359542, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359562, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359564, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359567, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359568, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 359569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359571, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359575, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359595, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 16.0, 21.0, 29.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359597, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [3000.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359602, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359609, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359612, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359661, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 198.0, Infinity], "content": [1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359686, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359691, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 48.0, 54.0, 69.0, 77.0, 89.0, 118.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359693, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 173.0, 402.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359694, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 60.0, 62.0, 274.0, 622.0, Infinity], "content": [3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359699, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 63.0, 244.0, 485.0, 711.0, 1003.0, 1230.0, 1641.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359717, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 263.0, 350.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359718, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 40.0, 88.0, 232.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359750, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 113.0, 220.0, 224.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 359751, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 23.0, 77.0, 109.0, 200.0, 314.0, 473.0, 649.0, 858.0, Infinity], "content": [0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359762, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 32.0, 33.0, 34.0, 38.0, 40.0, 42.0, 46.0, 79.0, 87.0, 101.0, 105.0, 115.0, 125.0, 151.0, 251.0, Infinity], "content": [1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359763, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 47.0, 63.0, 65.0, 118.0, 121.0, 223.0, 320.0, 369.0, 371.0, 446.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359764, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 192.0, 200.0, 272.0, 691.0, 814.0, Infinity], "content": [3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359776, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 107.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359806, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 32.0, 74.0, 80.0, 86.0, 104.0, 113.0, 138.0, 205.0, 236.0, 395.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359809, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359810, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359812, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 158.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359813, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359814, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 64.0, 304.0, Infinity], "content": [1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359867, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359868, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 15.0, 42.0, 54.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359869, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359870, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 9.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359871, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 36.0, 57.0, 113.0, 157.0, 185.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 359887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 95.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359899, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 359901, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359903, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359904, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359905, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 359908, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359909, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359915, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359917, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359934, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359936, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 359998, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 38.0, 45.0, 182.0, 198.0, 225.0, 240.0, 257.0, 349.0, 378.0, 450.0, 579.0, 720.0, 860.0, 1032.0, 1219.0, 1450.0, 1722.0, Infinity], "content": [1500.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360017, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 50.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360018, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360019, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 15.0, 32.0, 38.0, 124.0, 225.0, 344.0, 480.0, 614.0, 808.0, 1000.0, 1197.0, 1207.0, 1215.0, 1475.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360075, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, 29.0, 36.0, 74.0, 208.0, 229.0, 297.0, 311.0, 383.0, 415.0, 472.0, 573.0, 695.0, Infinity], "content": [1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360088, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 131.0, 293.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360090, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 110.0, 182.0, 371.0, 687.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360116, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, 115.0, 121.0, 130.0, 137.0, 157.0, 165.0, 218.0, 237.0, 304.0, 341.0, 420.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360121, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360122, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360123, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360125, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 125.0, 244.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360126, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 64.0, 225.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360127, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360128, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 23.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360129, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 360130, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 56.0, Infinity], "content": [3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360131, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 214.0, Infinity], "content": [3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360141, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 45.0, 82.0, 88.0, 327.0, 352.0, 429.0, 445.0, 517.0, 536.0, 634.0, 755.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360190, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360217, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360224, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 43.0, 106.0, 112.0, 136.0, 157.0, 208.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360225, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, 98.0, 297.0, 298.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360274, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 71.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360286, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360295, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 214.0, 227.0, 508.0, 550.0, 562.0, 565.0, 585.0, 752.0, 853.0, 1011.0, 1133.0, 1413.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360296, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 314.0, Infinity], "content": [3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360327, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, 96.0, 106.0, 109.0, 130.0, 287.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360389, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360390, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 18.0, 39.0, 42.0, 49.0, 78.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360391, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360392, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360393, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 31.0, 34.0, 38.0, 48.0, 52.0, 62.0, 65.0, 106.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360414, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360428, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 35.0, 36.0, 37.0, 44.0, 55.0, 71.0, 80.0, 85.0, Infinity], "content": [1500.0, 3000.0, 3000.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 12.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 12.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 6.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 135.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 360444, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360445, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360458, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 45.0, 63.0, 107.0, 122.0, 127.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 414.0, 469.0, 636.0, 743.0, 1004.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360460, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 552.0, Infinity], "content": [3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360486, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 87.0, 103.0, 113.0, 212.0, 260.0, 263.0, 471.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 360490, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 9.0, 34.0, 42.0, 123.0, 182.0, 313.0, 422.0, 634.0, 657.0, 730.0, 1120.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360491, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 360736, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360737, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360761, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 41.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360788, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360794, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, 49.0, 93.0, 99.0, 249.0, 263.0, 320.0, 351.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360795, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 30.0, 338.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360796, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, 161.0, 165.0, 294.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360797, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 360819, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360820, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 61.0, 70.0, 143.0, 146.0, 164.0, 214.0, 344.0, 385.0, 440.0, 548.0, 719.0, 803.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360821, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360825, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 78.0, 334.0, 336.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360826, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 360856, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 67.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360874, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360876, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 238.0, 252.0, 259.0, 268.0, 273.0, 279.0, 284.0, 288.0, 292.0, 296.0, 302.0, 312.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360886, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360888, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360889, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, 49.0, 187.0, 259.0, 437.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360892, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 232.0, Infinity], "content": [1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360893, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 360894, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360895, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 326.0, Infinity], "content": [1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360912, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360919, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 79.0, 127.0, 268.0, 294.0, 701.0, 770.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360920, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360921, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 99.0, 220.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360927, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 104.0, 123.0, 175.0, 204.0, 275.0, 303.0, 369.0, 561.0, 775.0, 877.0, 1014.0, 1040.0, 1045.0, 1113.0, 1381.0, 1808.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360940, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 40.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360941, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 46.0, 74.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360942, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360945, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 360946, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 125.0, 193.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360950, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 256.0, Infinity], "content": [1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360951, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, Infinity], "content": [3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 360991, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 61.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 360992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361020, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 50.0, 62.0, 72.0, 81.0, 89.0, 95.0, 103.0, 109.0, Infinity], "content": [1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361032, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 361044, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 77.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361045, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 637.0, 686.0, 829.0, 907.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361050, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361052, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361053, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361054, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 19.0, 311.0, Infinity], "content": [1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 57.0, 64.0, 68.0, 76.0, 88.0, Infinity], "content": [0.0, 3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361082, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361083, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 24.0, 31.0, 37.0, Infinity], "content": [3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361091, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 55.0, 76.0, 90.0, 106.0, Infinity], "content": [3000.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361092, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 361105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 73.0, 81.0, 96.0, 101.0, 410.0, 415.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 24.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361108, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361110, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361188, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 81.0, 85.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361193, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361195, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361196, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361197, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 846.0, 948.0, 1054.0, 1305.0, 1650.0, 2066.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361198, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361223, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 54.0, 75.0, 86.0, 112.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361239, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 38.0, 43.0, 53.0, 115.0, 886.0, 1007.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361240, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, 135.0, 321.0, 338.0, 351.0, 675.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 3000.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361269, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361270, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361271, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361272, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 93.0, 107.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361280, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361283, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361284, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361297, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 34.0, 321.0, 342.0, 803.0, 886.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361303, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, 30.0, 38.0, 40.0, 65.0, 70.0, 104.0, 108.0, 945.0, 1050.0, 1210.0, 1341.0, 1583.0, 1586.0, 1921.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361318, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 26.0, 29.0, 32.0, 43.0, 67.0, 210.0, 226.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361319, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 171.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361320, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, 204.0, 266.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361333, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, 30.0, 61.0, 65.0, 67.0, 71.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361361, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 52.0, 60.0, 98.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361363, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361364, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361365, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361366, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 134.0, 177.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361398, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361400, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 68.0, 79.0, 88.0, 98.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361417, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, 627.0, 703.0, 931.0, 1011.0, 1174.0, 1245.0, 1548.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361443, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 72.0, 81.0, 144.0, 154.0, 234.0, 236.0, 938.0, 998.0, 1157.0, 1273.0, 1497.0, 1844.0, 2214.0, 2232.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361464, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361467, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361468, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 39.0, 294.0, 356.0, 382.0, 1033.0, 1132.0, 1280.0, 1399.0, 1631.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361475, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 78.0, 85.0, 861.0, 897.0, 1032.0, 1223.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361512, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 88.0, 132.0, 828.0, 908.0, 1075.0, 1190.0, 1430.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361569, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 49.0, 89.0, 102.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361573, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 91.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361579, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 66.0, 765.0, 844.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361580, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, 156.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361677, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361685, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361686, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361740, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361790, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361808, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 13.0, Infinity], "content": [1500.0, 3000.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361859, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361860, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361872, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361881, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361885, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361887, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361889, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361890, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361893, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361906, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361948, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361954, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 39.0, 63.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361956, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361957, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 815.0, Infinity], "content": [1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361971, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 86.0, 108.0, 113.0, 885.0, 956.0, 1090.0, 1202.0, 1428.0, 1739.0, 2123.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 361974, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 3000.0}]}}, {"key": 361989, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 57.0, 74.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 361990, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361992, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361993, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 361994, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362009, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362058, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 76.0, 85.0, 93.0, 96.0, 108.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362059, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362060, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362061, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362062, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362063, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 11.0, 28.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362064, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 94.0, 205.0, 407.0, 825.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362085, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 51.0, 54.0, 58.0, 61.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362087, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362091, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 464.0, 496.0, 663.0, 744.0, 970.0, 1328.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362104, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 75.0, 124.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362105, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362106, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362107, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 74.0, 80.0, 393.0, 428.0, 495.0, 570.0, 691.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362148, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 95.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362152, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362153, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362154, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 46.0, 127.0, 262.0, 394.0, 610.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362159, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362160, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362161, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 76.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362163, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362166, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 27.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362167, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 369.0, 470.0, 577.0, 585.0, 635.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362362, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362399, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362401, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 20.0, 25.0, Infinity], "content": [1500.0, 0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362402, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362411, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362430, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 33.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362435, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 12.0, 26.0, 73.0, Infinity], "content": [1500.0, 1500.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, 31.0, Infinity], "content": [1500.0, 3000.0, 0.0], "flow": "clamp"}}]}}, {"key": 362439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 8.0, 15.0, 35.0, 249.0, 282.0, 328.0, 389.0, 475.0, 735.0, 819.0, 926.0, 986.0, 989.0, 1056.0, 1281.0, Infinity], "content": [0.0, 1500.0, 1500.0, 0.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362452, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362457, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362459, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362482, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362487, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362503, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362524, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362528, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362587, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362596, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 28.0, 31.0, 34.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362597, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 127.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362613, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362614, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 35.0, 89.0, 97.0, 142.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362615, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 17.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362616, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 74.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362617, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362618, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 29.0, 124.0, Infinity], "content": [1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362628, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362653, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 42.0, 70.0, 103.0, 123.0, 145.0, 169.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362654, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362655, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362656, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362657, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 36.0, 154.0, 182.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362695, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 89.0, Infinity], "content": [0.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362696, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 655.0, 659.0, 680.0, 783.0, 856.0, 872.0, 873.0, 879.0, 888.0, 891.0, 907.0, 959.0, 1130.0, 1474.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362697, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362698, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 7.0, 126.0, Infinity], "content": [1500.0, 3000.0, 3000.0], "flow": "clamp"}}]}}, {"key": 362720, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 80.0, 148.0, 175.0, 190.0, 193.0, 325.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362721, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362722, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362723, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362724, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362725, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362726, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362727, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362728, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 53.0, 55.0, 63.0, 137.0, 146.0, 214.0, 349.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362757, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 70.0, Infinity], "content": [1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 362758, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362759, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 362760, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 473.0, 529.0, 670.0, Infinity], "content": [1500.0, 1500.0, 1500.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366403, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 104.0, 132.0, 155.0, Infinity], "content": [0.0, 0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366406, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 22.0, Infinity], "content": [1500.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366409, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 10.0, 26.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366410, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 16.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366413, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366419, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 4.0, 22.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366422, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 22.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366424, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366426, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 15.0, Infinity], "content": [0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366427, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366429, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 14.0, 27.0, Infinity], "content": [0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366432, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 13.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366433, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366434, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 366436, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 18.0, 24.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366437, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 15.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366438, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 366439, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 366440, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, Infinity], "content": [0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366441, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366442, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, 26.0, 46.0, Infinity], "content": [1500.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366449, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 69.0, 89.0, Infinity], "content": [0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366450, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366451, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 16.0, 38.0, 773.0, Infinity], "content": [0.0, 0.0, 1500.0, 0.0], "flow": "clamp"}}]}}, {"key": 366469, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 9.0, 21.0, 51.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366470, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366471, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366485, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 16.0, 27.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366494, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 13.0, 26.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366495, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 2.0, 16.0, 32.0, 57.0, 216.0, 309.0, Infinity], "content": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366496, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 0.0}]}}, {"key": 366497, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 3.0, 92.0, 111.0, Infinity], "content": [0.0, 0.0, 0.0, 1500.0], "flow": "clamp"}}]}}, {"key": 366498, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366499, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366500, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366504, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": 1500.0}]}}, {"key": 366530, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 5.0, Infinity], "content": [0.0, 0.0], "flow": "clamp"}}]}}, {"key": 366533, "value": {"nodetype": "category", "input": "path", "content": [{"key": "PFJet140", "value": {"nodetype": "binning", "input": "lumi", "edges": [1.0, 6.0, 45.0, Infinity], "content": [0.0, 0.0, 1500.0], "flow": "clamp"}}]}}]}}]} \ No newline at end of file diff --git a/scripts/dump_processed.py b/scripts/dump_processed.py index af76ac22..cb41cfc9 100644 --- a/scripts/dump_processed.py +++ b/scripts/dump_processed.py @@ -27,17 +27,26 @@ def dump_lumi(output, fname): def dump_dataset(output, fname, alljson): jsonlist = glob.glob(alljson) if "*" in alljson else alljson.split(",") print("Original jsons:", jsonlist) - oldf, newf = {}, {} + original_list, list_from_coffea = {}, {} for j in jsonlist: old = json.load(open(j)) + original_list[j] = [] for o in old.keys(): - oldf[o] = old[o] + original_list[o].append(old[o]) + for m in output.keys(): + list_from_coffea[m] = [] for f in output[m].keys(): - newf[f] = list(output[m][f]["fname"]) + list_from_coffea[f].append(list(set(output[m][f]["fname"]))) failed = {} - for t in oldf.keys(): - failed[t] = list(set(oldf[t]) - set(newf[t])) + for t in original_list.keys(): + failed[t] = [] + if t not in list_from_coffea.keys(): + failed[t] = original_list[t] + continue + for f in original_list[t]: + if not f in list_from_coffea[t]: + failed[t].append(f) with open(f"{fname}_failed_dataset.json", "w") as outfile: json.dump(failed, outfile, indent=4) diff --git a/arguments.txt b/scripts/submit/arguments.txt similarity index 100% rename from arguments.txt rename to scripts/submit/arguments.txt diff --git a/createremotedir.sh b/scripts/submit/createremotedir.sh similarity index 100% rename from createremotedir.sh rename to scripts/submit/createremotedir.sh diff --git a/ctag_DY.sh b/scripts/submit/ctag_DY.sh similarity index 100% rename from ctag_DY.sh rename to scripts/submit/ctag_DY.sh diff --git a/ctag_wc.sh b/scripts/submit/ctag_wc.sh similarity index 100% rename from ctag_wc.sh rename to scripts/submit/ctag_wc.sh diff --git a/master.sh b/scripts/submit/master.sh similarity index 100% rename from master.sh rename to scripts/submit/master.sh diff --git a/ttdilep.sh b/scripts/submit/ttdilep.sh similarity index 100% rename from ttdilep.sh rename to scripts/submit/ttdilep.sh diff --git a/ttsemilep.sh b/scripts/submit/ttsemilep.sh similarity index 100% rename from ttsemilep.sh rename to scripts/submit/ttsemilep.sh