From 080c0e9da00fa531c54a0482fec6b72f8f2876e7 Mon Sep 17 00:00:00 2001 From: Cristina Mantilla Suarez Date: Tue, 21 May 2024 16:52:36 -0500 Subject: [PATCH] Implement trigger and TT weights (#162) * add extra hlt for 2023 and remove fatjet arguments from weight function * all signal samples and get rid of lep vh decays * fix bug in cutflow and no more rescaling for hh4b * add bdtmin to cutflow, add option for pt threshold 2nd jet, move mass cut upper to 220 * add * add trigger weights * add tt * fix merge * save wshift templates * style: pre-commit fixes * update * style: pre-commit fixes --------- Co-authored-by: Cristina Mantilla Co-authored-by: Javier Duarte Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/HH4b/boosted/TrainBDT.py | 6 + .../data/fatjet_triggereff_2018_combined.pkl | Bin 128694 -> 0 bytes ...et_triggereff_2022EE_combined_nodijet.json | 299 ---------------- .../fatjet_triggereff_2022EE_ptmsd_QCD.json | 1 + .../fatjet_triggereff_2022EE_ptmsd_TTbar.json | 1 + .../fatjet_triggereff_2022EE_txbb_QCD.json | 1 + .../fatjet_triggereff_2022EE_txbb_TTbar.json | 1 + .../fatjet_triggereff_2022EE_txbbv11_QCD.json | 1 + ...atjet_triggereff_2022EE_txbbv11_TTbar.json | 1 + .../fatjet_triggereff_2022_ptmsd_QCD.json | 1 + .../fatjet_triggereff_2022_ptmsd_TTbar.json | 1 + .../data/fatjet_triggereff_2022_txbb_QCD.json | 1 + .../fatjet_triggereff_2022_txbb_TTbar.json | 1 + .../fatjet_triggereff_2022_txbbv11_QCD.json | 1 + .../fatjet_triggereff_2022_txbbv11_TTbar.json | 1 + .../fatjet_triggereff_2023BPix_ptmsd_QCD.json | 1 + ...atjet_triggereff_2023BPix_ptmsd_TTbar.json | 1 + .../fatjet_triggereff_2023BPix_txbb_QCD.json | 1 + ...fatjet_triggereff_2023BPix_txbb_TTbar.json | 1 + ...atjet_triggereff_2023BPix_txbbv11_QCD.json | 1 + ...jet_triggereff_2023BPix_txbbv11_TTbar.json | 1 + .../fatjet_triggereff_2023_ptmsd_QCD.json | 1 + .../fatjet_triggereff_2023_ptmsd_TTbar.json | 1 + .../data/fatjet_triggereff_2023_txbb_QCD.json | 1 + .../fatjet_triggereff_2023_txbb_TTbar.json | 1 + .../fatjet_triggereff_2023_txbbv11_QCD.json | 1 + .../fatjet_triggereff_2023_txbbv11_TTbar.json | 1 + src/HH4b/corrections/data/ttbarcorr_2022.json | 1 + src/HH4b/corrections/data/ttbarcorr_2023.json | 1 + src/HH4b/corrections/trigger_weight.py | 257 ++++++++++++++ src/HH4b/corrections/ttbar_weight.py | 38 +++ src/HH4b/plotting.py | 323 +++--------------- .../postprocessing/CombineTemplates.ipynb | 12 +- src/HH4b/postprocessing/CreateDatacard.py | 2 + src/HH4b/postprocessing/PostProcess.py | 247 +++++++++++--- src/HH4b/postprocessing/corrections.py | 169 +++++---- src/HH4b/postprocessing/postprocessing.py | 24 +- 37 files changed, 715 insertions(+), 688 deletions(-) delete mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2018_combined.pkl delete mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_combined_nodijet.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_TTbar.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_QCD.json create mode 100644 src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_TTbar.json create mode 100644 src/HH4b/corrections/data/ttbarcorr_2022.json create mode 100644 src/HH4b/corrections/data/ttbarcorr_2023.json create mode 100644 src/HH4b/corrections/trigger_weight.py create mode 100644 src/HH4b/corrections/ttbar_weight.py diff --git a/src/HH4b/boosted/TrainBDT.py b/src/HH4b/boosted/TrainBDT.py index fa5e9660..c35998fc 100644 --- a/src/HH4b/boosted/TrainBDT.py +++ b/src/HH4b/boosted/TrainBDT.py @@ -150,8 +150,11 @@ def preprocess_data( training_keys = train_keys.copy() print("Training keys ", training_keys) + print("events dict ", events_dict.keys()) + for key in training_keys: if key not in events_dict: + print(f"removing {key}") training_keys.remove(key) print("Train keys ", training_keys) @@ -1090,6 +1093,8 @@ def main(args): else: years = args.year + print(years) + X_train = OrderedDict() X_test = OrderedDict() y_train = OrderedDict() @@ -1108,6 +1113,7 @@ def main(args): samples_run3[year].pop(key) for year in years: + print("loading ", year) events_dict_years[year] = load_run3_samples( args.data_path, year, diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2018_combined.pkl b/src/HH4b/corrections/data/fatjet_triggereff_2018_combined.pkl deleted file mode 100644 index c1d440892579496eb69232aaec290be0975e34c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 128694 zcmeHQeUM~Tb$`erASfG!k{By=b*WyA8l?mJ4DX*D8XX~D zrT(CQP2+#ie|b;`cUy<-Q@YF5}gIXba>aD065V0G%m9pfWA_wPF}F+RC-Hpr=C znu^t_WA_b{%EOJQ@2+k>YN&c|^@?h#|ET_B?ygo|HFeDJ#KEyyUsEsHwV`_GJ}NzW z>ZtRoTeoh#_z#Uw^G|;;Q5`z8xzt3c@#ooRWk3!SCRCk7nw3{pPMM9i^6L4q zo|fEu<#p`1vi|yN<@Mxp%lhlvad~3Hf5TnzZkFqV;j20~17NCW(&SNHjP| zv~Vj?cRSJg9YljeEPuc;P>oPuI*ZZR#B87^tQ*_0ZC#;s;mFlzFfOxAAm~4-foVha z*jd%R2Zm>LU$JiQj$5w0ppg@+Ul{P`LN{J-9?n*cfO_f4r!`aDRC^H>+M|zt{iWy6 z*Zh<3pWEca&;Hak<*)i7(W|~nv?-kTr_5*tZ{zZFn3kB%)15sGcd{IMpaIKgmF9o8 zIO5hZJ(cNNrc|2S-@|{#evk0wk(=kf1d& zt%$U8;UC=9 ze((d={f_WhdneK9n}~)LqJjQk9~|pKD>fx(5X-4JaivJZlJ-AI@q@mmOH6Q?)!gr%V?5r+w4Z3OiD{rdh+BzMW3#rOEYR>X|KyrA+|@+G z%b1=|v{~5l$C9@wtrRAF@W+&I_)gCI9ZcWMG+5@RyV^tIWKR4%aE)%uvv0)Jhud94Q? zRO@HUm+$&d*YxoGT}0RN?z$T#zF9c`5AZa|;MevIiIyXhI%w04;17qxxF z2ZKzTrStw+_?USZcIKJv=EH;kNb!e^OPS|gZkv%8@Btp6R+4e$R=w_!hu`=K;ZWyw z`ua7*yUU42!(@5ec_-9w+io`K9p-=WUBUt5 z=iox(gSRr(@!|T?a*NmaEVsVpCmVVASG?yx9MyUKd3H`y6xN_L(Qo7+z&R6GcT^Bu`Z_?9nc%1P89&!1{ zmFobK>g)QQ<)8of%V~ak4ENJ-`b)y=$Rk8`cp=u!id+sFX@6W3{XB5Oe043?XEh*U*=WnH-d_`8oN0j-TpY%TImRt@$bXCFBW;_NT*?{7^vt?0!p^Gmq-|Qup6H z|C;$A#nE?wXc_w%I-Vkx2NoV$zhLO2J!$>O_yP5`VlI4m(X;HIaS3-be=SoTM%?r7 zS|9C4v*naijgWn|Hf<+E178zxyWR zgZU};zc7#2abkR(w0~|FC+ohiOMM|%T~(9=BRiSb0mZ0JpoIWqhvrocttci=v0`%jv0 zQhmgg5taED^0v+^{Ku6;4>YMh>U9ZqWtS|H9?v&fvcZq8;pbP+`4-{y$Wugb`V>)Z z@9_03M?Zyi>eCn2uVWnkMlL^#sdfFH$K~kfFuy}T7UcRV?EE*1=f#JJ{)p$P(>D;W zqmk#PFwd5_7uF9P%W?gJTH^!YC+(E$3$G)}l&`<)Ir2YnFVXsKL>=Z~+Wi2P2PLLb zu6ZtyaRSOgxm**$j|)13i$rzeKR7zRnJKTA)rXj;Qu!;-38CG~{bphPppWIykIT2f z`oKx-O9;6hYYCe?~bh+l?C(^!*IG~>~eevt$zp#_zz&zEOpW=D}E^+al$#x@ph8*}r^gAPX zp7+1Pi#gs4m|`DQhlTZaEw^~BZ?zlL2R?Cn(9f7|!T#VTN1iZ$mwrYC(8qd8Y_i6< z(bTuvWry&3@}rzD+6(fRai7X0X@84xu+C5OaD(;(zQfeBFF z!lo@8EcwD#dR^N0N53b0Uh*ZPr+=2{aSsy>)aN(TEWd`R8(`k(uVz9j$NFTrnf0;W z6tsS1UW4at9P20U$6DL34SisvTaau4x!#z99jvyaLHw3ia|r!rL)!tE?CC_PIb z;|t&ez0UO8;m?0YahLCAdJEINoKMjD33;C^z&eDC{}$G-Z(}*e+sN1I$1uJ?IdDP! z)^M`s!oUAJioXtAc>Z1(=Dbt{;k7KseY?oKale-N3i3m~%C4~3cLR>72fRcvpM#VC z)-@f~`MN1oh!22+3M0fmqK@ClJH-2T$Pd&S2llal;0-GER6rTCU-%n}2koW)e&WsN z!;vrWh&jLECbB2vtGGPRQTo6UI0gBBO5dh<%6o{qL8A4mhz9zD@e*)B{6bqR$o(AU zz{koL<9L*Vwwle2JMsnB^yS_|G~jg&j8}9ZA=W*RrzmiJ;psre0l-J{U06Rr`+=UO z%6``D&!3<;!);74kAEBS5&zh?K)w;2RE;;Y9noVRc`Nk*_jSlEJ(OompTqnVd1HM? z?%OH=^q)#>vPty?M`f`?IMuM9Rd5s#;Rp8PU33@K1c4L@_^@&vLA-~a?tt-Zzg@wThH~4 z_Ey8Z5BOl7*CBjf^FxZaa2Hcv*C_1gJc8EG^g)(yVv6|^+EJ@|5b}IZ);HeB^$dIh ztcT$KiS?5XU0;vXDPDIA(Zk$s>WEY2JB@aQJkf57R9~qF(jH1&4qR}bR2AHNSx@6* z=&S0fvxj;9HNfjVGu*zd{y7A0zz2C7_q9Tq^Tjv_?ZD8NeOo>M1+J+hu(-iDe1+nl z86}GOX>bMcy7r9D7wdX5A8W0Fad}W=duRs+J~H12j?iy4n;Uo0*C}qS3)Y5-mvuiC zNw|y3C0|?zINwUY4xG`CAYTK|;4-!kd!VSN>}Sn>@^c&y&rk9ElkBIe037ng`HyKo z!DhCP{4hQSRrUkS*I++T^|gM+ynCGeZzURD%JiKq57dXpg#qH%c`J1p_ds9TjbR__ z8?XZ$;Ro`Z=$Z#PPQ-=z>A5V|abO;c^NMoh0Ui|NW$?(;(%0hzOAq!krgA?*+&ItR zwSSarxyd^!X*W+x&yt&d(5SU6z()~<8z z_XFv7xT0mB`@e`j;%nD$N_wxTxuzu`m&l)-50ys& z<4@?z_008@e%9=^r^s)e=UX!zUwGxh@l4;!a_o9@&?f(eR(*oSbFuz6~s=`w@vR&LCF}^9XThKF{&JT%k5g$Bb*V>Rgg0UF2?mG>lM(8 z$yfHTp$EHCKgjhn_7Tbx&k=yiK8%j$64IX&Yksa|_DI&{Ax6I7HAO!a8E-nRnF}xP z6`Bw;ZMSq2SLA5@f$J6#K zeXQT2TvKg7WB$deYkI(Qxb*?z17kiY;~(HtWPR{WYjb~O9}VLl^#7o9s?DQ1#!IjV zJ&mubmlb>er(M%D-aEzqmOPiM9M52Ui|e3B^#kOu^yPb`p;usivU50 zDXz$Ry_9Era3vtI9Qt>rnK$zShf&$9@XhL*%+wfuLN8ZPwXE3zY~i z3l-)si}nxs$KXBoFallHp1Tgo4Nirmc~zVg&!y_49;gZika3*i9K0OK31^Jx3nCq}$+_cM$Wps(#|9`{km z+pP!vlxg`v*R<%i6AgG?8eYJBvvl4c;3v2kdZ=b*IvyXn%H9fjv zqV*x>(Vm*6^ZvYx%H=x1`NefPPqlf7=Qeb{a($`_n9l)!OHWnHiv1$*FXMaFr^j5= zRRQyK7d+Yxc*`!zGp4_0e6UZBb)Y)-o3;OvV+m7f4_cA=KGp*+arx^0 z*)W@zc-uo9Kh_Hehz~DhxemnYXUx0}JKAoS@@2lB@j6OP#fJa~{2oxRF^8LiZ=wZHqaTzGaE4miS+s2de*LHe@$M+)1`^8uf z!u?F=Vac@~c-#-c_ZSU7=$aAZ{R{a%n#evBCx-PO3>?egBS_Jj7*E!G*{|fh(;k1MZ7=836WK?`{M^jTe<;-@OKtEZ}U z3)}Z0&i4YQz)AK!RisJB)jf{S^HYoq-m}5H%Ub^te7GLqvv8304JgJ?%T7$StcnYF zJ2H*ud$GT6wI7*(v>OrIZ&$s`^k#-Qe&mh*xy$10SU6i4AGB*tI~JIC>=Ez?cmzBG z9s!TQk`YKczFo4T9<7My6J%WIC=rZ+ySJWs^Sa}5s@2Bdr21``%u%HVe2Sb0=B0XH7%^Gx3gs(|%J;D8cCC5jZOKu- z(kPw-Uu}7>wDaim@d$VXJOUm8kHCBc{C#~s8qwobHXe=w5F^37tKD|gu3n7Wo+;k# zDAd!L%KV&pDxLeg%G%rX1mjR*T4ZX@--BeI9&c~*`<`eQpvh2JvD)%J%8JdHu5uj7#Gan@jiytu2va-_+Eg> z`_>i?mOSkf*Ddz&eb3zzkB`G6;1Tc$cmzBG9s!SlN5CV{%?RN8(h=ion?E3LgW~(f zWd4=*{$P*eEx#uP{NnP7D~FwxLh=3Q$Y-_XkGwtg2zUfM0v-X6fJeY1;1Tc$w1WWl z0sXjnL9`rxM_7LM#*toHc%@}$!RWIW7V!HrXh-tBw2aeoL+EjQOZEzoOWn)30Xe-%9|)ZYREe2bUir>K<@&xxS?l(OW5^StNu0lL&+J8uGVKUKsG_LN{J-9?t4S zu)g%<)0%;As=bH`?NYq#!1`g?(GgzCM`zjN7jL_8cs-9mrU>AA%G5~@8%Mv>!zpAM zdfJ;RnFiYdv^D7^MMKcUvZ>34A~ot-bOK zOZX8AnWr*de%{eM`Gxx!56n}6lW#vwd`b^7K4&x4{d7}n_5OMKV~h)4;sZWtM{&@s z@OC!*9mWS=_K6<}!pn{kd{{psPe}m0K~pljR5KGla8wmPf`ga(&SAMWoORq;+t>Ll z&WBS!V;rtvx`pWmrh)!ga;>*A_>+E2`O1%#;i20%ri4RxwTHwfZS)Do0ppz_Z~+Zg z_2U|f1Uue44>fuGrtA7KYBST9S=1qlZ(RAD<*q#1aHpfVbl$kn z>!^D?U!6`Ik7slP;1QR9T)B3bRA1NcFdx3hQ3SZIFi%a~4;zW}Iz9u8PmkweoSo&1 zBlCC0OU8@KbkXCu%lsYJ6L9JAyq0-ZrMlav+6!<270sm{uzgfd%`OaPOV^Hb{McVc zKaF-2anJe@`N|Xw+`{={{DbQZ_xqKZcH3D!_88-X`32^wpxTn)rwa@o?Xd0ZisLcN zRWzOk{`zX3wc}T75?JNp$D2& zAN9I~y0S|aNss57EZK(k4#o%lM3=Si#QCIL!C`+{aACYUJ^tyEcIw`(@IXHlcOJSV z{pb-ZyB3WF(`aOzgZIt5&K5|{LeDUPtOB3UglHd5q+S2I5`xkgm z1vnLqIIVmwIohFBZbg|?-?Fnz`Pj{j1MXiX=B@a2|77VQF0BuFTs`P@m~Q9sb9jlP zNH#G&hbc+t{sPB#^RwFFoJDoy6yI6)*Pr2dHZwh+sWpGM=4DnIcrG91ak!$r#p%Ib z#`Fd34{mbg=^acrFeT~S-#$Y=r_p+Z{n%FNBAi>etV4J`_EC-p>p#dJ*O87E?F#*_ zF4sKf`#L|(qaNB1_zqKt`!BtN zZl$E&RvzKS$k(FEjMZ-_HDRF-Dg`kIN%dpQEw$KP>!>Q)4aU#lwc)J$&o03QY0u#M zB`}TyJ{As1-p9t%u6Mg_CqGxReS*YRC^ z80Ugo?Z>+AtT@xkH|{)G{+B7Qg^n!rF~#$l*7#846Bl<}xsD(Dpt?L~{;V3~vW;kn z_bf3FQ}KkDrv+ROoJeKm3pA(vzDH&ml6Lo z=BLOT^Hi)SYQN~GwA|v8>RWhs2&dZhjxsASMSNB~)_u*w$Fh@_zGWvRd0pnGPFd7E z7bnF>_v6Y-*R%S5oqE77b&I(g#B(jUu5iAs>muoR81~vt%JSQ8{gm}W+{b~Bv?sT) zCn;aJI3k7JNP!{H`klrL&(9Yf1&nyCe#Vj;=?01ORdHB$bCTDGIUcMN_KCPMqJ5aZuV-A4 zPmy`;SMPsGzJ@;Rh#ni%JpAB#L^&wRbEfxw+>uADL-YJfzRyL+vxW7M2ih5Ut&jU7 zuGhGHF|QGO>`&XxiU027>>tlb@jkQM*Hj$g0PEvAK;G7Mw~6(UFYp0X_5;kCCn#Z|$$DKcvaUj}_;4>mtoq{LQpi^>@4rhPjspNy@#yvwmv2%$ zVNX*PMqX?@zEW_4jf)t^%RN7|PYm0S<-{8;2VG2%gg({7M)ctq?Nej|GM2*NFh z2QS%o|J#VPsy$Go;2U2_^U9|W>0*`HBGu}h=yB<264~#qP<}rVBv%PqNbO|A4?DA z7`MmiK|f=9@+Ta5C=(6wyxpZNr&9SV_{n*O9;m1`4@6(`U06?QVgFPFte^BcmHNv& zSW{#F*Afk{W{PzTZ65ol5qz{F@iL!7I}^IFet_R^iQwss3K@&1*)N`p$MXbe=h{8i z$3)Kcg;xhfE|+{&xn|K$M4#(xy}WqrpQ1fr{sXGxNZQ}VwHIw)aM1;w;oX2E$6Xdz zXVCCoJpvwqToLg7&f;(ha-_@C!EC8og3%nSNlEh#bWCN-3gex1k7LD7*z znSU}*(z(CDZ%(rK5%2(ATzjrGss3EeRFA&-VMq3Of6#4X9`9vnZ!&&nJt@~b7Ze}| zWw|wO)VOFK)pMdx@%*$`KaAJr({ z+OAgW@ZJiCDWpVtvY)Q=5k)@eQ~GiFVxFVzbci3|^`8Li8oVDIV%=58Wv!c;c>^D9 zs5kiXFvnkDiu}Q+m4=C5S`M;liTKS}9C!6%WRgZv2z$4JT2xQ%VW^F%n zWL@SSdfI`!pQUiJ&buY=X%Ot-$ME|*7Z5)3yr9gRR9%c8lj4+AU%BlRyRJ&O%nT8& zZzmd9`-6CXQs$e%;vdYX1Ru69ysB==m0Dix3y)E}u0j;=8#vxajl@wTy}5mK<|B$M z(DRhI{H=0JZuw0~e#wKbX-S@I#`EFWN7jCpJO7BwGp=06lQqxl8Ud~Y^gHNhvi9HQ z_Cq|Uq35UV_AgzYpAXL?;1Tc$cmzBGs}cc>_jK~zHcr#=<;7#a6!QS!1*+p%Ww;$a z=m-IPZ_Rq~@%* zdN=2Z_fH-3@*IK+(7NuF+8oRF<^(-;gmoYJ9>=8DPfumLgkZNgs)Xx9(dlqtl#!&ORC?t;an7_Z{_%lOffG-d(u%Po}X$1y~R6xpO|jfnnzle9OWyG;yLiu zmiJ0Kk3JudfJeY1;1Tc$cmzBGX(4c?OUu%Vv=id_%p&6?^K<5P)~js(H8#OGl$aKo zn)CM{*{8?nE%N)GXcwT#P*}0rq47O+D>h-Dm`A`P;1Tc$cmzBG9s!SlM_@S!3^=aM zw8!U5%YkB{y7fJb3*Jk{_p@2^(^ZCF9q)1LyfqJSEjh|p8pZcLue7{;J{|#&fJeY1 z;1Tc$cmzBG9)TH7XilQ6ITv9D~00s zl9118%O81r>Jjh=cmzBG9s!SlN5CWC5oiYi>;w97^MYu}_dVnLY4P52T6m>pXTj*R z7Z&jQGH6G@N9ZzR=y81H_jl65W0`PfP`x@)9cuiWyr(+!$S2wU)Ui7!Cw7hQzp*-X z!p{Apqa!;fcJJSJput@>K0Go$GJL`AofFlEt7lwMElnLgI67Lr_+{7c-Y~Uh@8te{ z)ymqbmmb(TI664qP^r9j>Lt53R1e*EZ?&P^e{`j=b?erP|Iqj}|MUk9-uw&22M71(jIk5S-*I#vcGp=Ug@~ diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_combined_nodijet.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_combined_nodijet.json deleted file mode 100644 index 1ba5ebb3..00000000 --- a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_combined_nodijet.json +++ /dev/null @@ -1,299 +0,0 @@ -{ - "schema_version": 2, - "corrections": [ - { - "name": "fatjet_triggereff_2022EE_MC", - "description": "MC efficiency for trigger soup: combined_nodijet", - "version": 1, - "inputs": [ - { - "name": "systematic", - "type": "string", - "description": "Systematic variation" - }, - { - "name": "pt", - "type": "real", - "description": "Jet transverse momentum (NanoAODv11 nominal value)" - }, - { - "name": "xbb", - "type": "real", - "description": "Jet Xbb (xbb/xbb+qcd) (NanoAODv11 nominal value)" - } - ], - "output": { - "name": "weight", - "type": "real", - "description": "Jet MC trigger efficiency" - }, - "data": { - "nodetype": "category", - "input": "systematic", - "content": [ - { - "key": "nominal", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.21493854266281393, 0.5757102181499004, 0.6069364161849711, - 0.6107088637159874, 0.6343192040343465, 0.32611861667209124, - 0.8172577075505687, 0.8395017313486531, 0.8425563503846673, - 0.8475392019872691, 0.376494925576367, 0.8529640176028993, - 0.8798248015329866, 0.8903390100270572, 0.893978102189781, - 0.41958864353312303, 0.8734161793372319, 0.8963356490941289, - 0.906790182408557, 0.915603128859613, 0.46362856645090395, - 0.8899193548387097, 0.9170323419470177, 0.9295965645835688, - 0.9365, 0.5122639023104629, 0.9072917967286802, - 0.9320417287630403, 0.9459567654123299, 0.9564095210782908, - 0.5895892351274787, 0.9212481426448736, 0.944477540807816, - 0.9630714169513583, 0.9724517906336089, 0.8189256492351477, - 0.9629922818127845, 0.9688955672426747, 0.9776723967595337, - 0.9795333606221859, 0.95862920654523, 0.9849340866290018, - 0.9917618423516196, 0.9886304909560724, 0.9926931106471816, - 0.9816711320329519, 0.9951986754966887, 0.9953681131155534, - 0.9960668633235005, 0.9986082115518441, 0.9898560453494443, - 0.9973790802954491, 0.9976798143851509, 0.9982621648460774, 1.0, - 0.993998476770754, 0.9985169491525424, 0.9984718826405868, - 0.9991628296358309, 1.0, 0.9960670162652209, 0.9985406194259769, - 0.999023199023199, 0.9993425378040762, 1.0, 0.9986213811254543, - 0.9988304093567252, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - }, - { - "key": "stat_up", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.21493854266281393, 0.5757102181499004, 0.6069364161849711, - 0.6107088637159874, 0.6343192040343465, 0.32611861667209124, - 0.8172577075505687, 0.8395017313486531, 0.8425563503846673, - 0.8475392019872691, 0.376494925576367, 0.8529640176028993, - 0.8798248015329866, 0.8903390100270572, 0.893978102189781, - 0.41958864353312303, 0.8734161793372319, 0.8963356490941289, - 0.906790182408557, 0.915603128859613, 0.46362856645090395, - 0.8899193548387097, 0.9170323419470177, 0.9295965645835688, - 0.9365, 0.5122639023104629, 0.9072917967286802, - 0.9320417287630403, 0.9459567654123299, 0.9564095210782908, - 0.5895892351274787, 0.9212481426448736, 0.944477540807816, - 0.9630714169513583, 0.9724517906336089, 0.8189256492351477, - 0.9629922818127845, 0.9688955672426747, 0.9776723967595337, - 0.9795333606221859, 0.95862920654523, 0.9849340866290018, - 0.9917618423516196, 0.9886304909560724, 0.9926931106471816, - 0.9816711320329519, 0.9951986754966887, 0.9953681131155534, - 0.9960668633235005, 0.9986082115518441, 0.9898560453494443, - 0.9973790802954491, 0.9976798143851509, 0.9982621648460774, 1.0, - 0.993998476770754, 0.9985169491525424, 0.9984718826405868, - 0.9991628296358309, 1.0, 0.9960670162652209, 0.9985406194259769, - 0.999023199023199, 0.9993425378040762, 1.0, 0.9986213811254543, - 0.9988304093567252, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - }, - { - "key": "stat_dn", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.21493854266281393, 0.5757102181499004, 0.6069364161849711, - 0.6107088637159874, 0.6343192040343465, 0.32611861667209124, - 0.8172577075505687, 0.8395017313486531, 0.8425563503846673, - 0.8475392019872691, 0.376494925576367, 0.8529640176028993, - 0.8798248015329866, 0.8903390100270572, 0.893978102189781, - 0.41958864353312303, 0.8734161793372319, 0.8963356490941289, - 0.906790182408557, 0.915603128859613, 0.46362856645090395, - 0.8899193548387097, 0.9170323419470177, 0.9295965645835688, - 0.9365, 0.5122639023104629, 0.9072917967286802, - 0.9320417287630403, 0.9459567654123299, 0.9564095210782908, - 0.5895892351274787, 0.9212481426448736, 0.944477540807816, - 0.9630714169513583, 0.9724517906336089, 0.8189256492351477, - 0.9629922818127845, 0.9688955672426747, 0.9776723967595337, - 0.9795333606221859, 0.95862920654523, 0.9849340866290018, - 0.9917618423516196, 0.9886304909560724, 0.9926931106471816, - 0.9816711320329519, 0.9951986754966887, 0.9953681131155534, - 0.9960668633235005, 0.9986082115518441, 0.9898560453494443, - 0.9973790802954491, 0.9976798143851509, 0.9982621648460774, 1.0, - 0.993998476770754, 0.9985169491525424, 0.9984718826405868, - 0.9991628296358309, 1.0, 0.9960670162652209, 0.9985406194259769, - 0.999023199023199, 0.9993425378040762, 1.0, 0.9986213811254543, - 0.9988304093567252, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - } - ] - } - }, - { - "name": "fatjet_triggereff_2022EE_data", - "description": "data efficiency for trigger soup: combined_nodijet", - "version": 1, - "inputs": [ - { - "name": "systematic", - "type": "string", - "description": "Systematic variation" - }, - { - "name": "pt", - "type": "real", - "description": "Jet transverse momentum (NanoAODv11 nominal value)" - }, - { - "name": "xbb", - "type": "real", - "description": "Jet Xbb (xbb/xbb+qcd) (NanoAODv11 nominal value)" - } - ], - "output": { - "name": "weight", - "type": "real", - "description": "Jet data trigger efficiency" - }, - "data": { - "nodetype": "category", - "input": "systematic", - "content": [ - { - "key": "nominal", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.1439153439153439, 0.5968331303288672, 0.6200241254523522, - 0.6530612244897959, 0.6617647058823529, 0.2123022961254912, - 0.7930688096433953, 0.8355520751761942, 0.8406658739595719, - 0.8424821002386634, 0.2387065889111324, 0.839202657807309, - 0.8740384615384615, 0.8780487804878049, 0.8994252873563219, - 0.26687988628287135, 0.8637450199203187, 0.8666666666666667, - 0.8934010152284264, 0.9064516129032258, 0.29382894842706575, - 0.8574317492416582, 0.8940998487140696, 0.9209932279909706, - 0.9545454545454546, 0.31880252100840334, 0.8816326530612245, - 0.893491124260355, 0.9387755102040817, 0.9642857142857143, - 0.44168526785714285, 0.9163987138263665, 0.9223300970873787, - 0.9667673716012085, 0.9726027397260274, 0.7518862958413757, - 0.9642058165548099, 0.9671641791044776, 0.959349593495935, - 0.968, 0.9362292051756007, 0.9731903485254692, - 0.9832635983263598, 0.9942196531791907, 0.9888888888888889, - 0.9608540925266904, 0.9849624060150376, 0.9836956521739131, - 0.9765625, 1.0, 0.9748454487316137, 0.9972451790633609, - 0.9960629921259843, 1.0, 1.0, 0.9811819082205349, 1.0, 1.0, 1.0, - 1.0, 0.9823266219239374, 0.9965986394557823, 1.0, 1.0, 1.0, - 0.9775390625, 0.9743589743589743, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - }, - { - "key": "stat_up", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.1439153439153439, 0.5968331303288672, 0.6200241254523522, - 0.6530612244897959, 0.6617647058823529, 0.2123022961254912, - 0.7930688096433953, 0.8355520751761942, 0.8406658739595719, - 0.8424821002386634, 0.2387065889111324, 0.839202657807309, - 0.8740384615384615, 0.8780487804878049, 0.8994252873563219, - 0.26687988628287135, 0.8637450199203187, 0.8666666666666667, - 0.8934010152284264, 0.9064516129032258, 0.29382894842706575, - 0.8574317492416582, 0.8940998487140696, 0.9209932279909706, - 0.9545454545454546, 0.31880252100840334, 0.8816326530612245, - 0.893491124260355, 0.9387755102040817, 0.9642857142857143, - 0.44168526785714285, 0.9163987138263665, 0.9223300970873787, - 0.9667673716012085, 0.9726027397260274, 0.7518862958413757, - 0.9642058165548099, 0.9671641791044776, 0.959349593495935, - 0.968, 0.9362292051756007, 0.9731903485254692, - 0.9832635983263598, 0.9942196531791907, 0.9888888888888889, - 0.9608540925266904, 0.9849624060150376, 0.9836956521739131, - 0.9765625, 1.0, 0.9748454487316137, 0.9972451790633609, - 0.9960629921259843, 1.0, 1.0, 0.9811819082205349, 1.0, 1.0, 1.0, - 1.0, 0.9823266219239374, 0.9965986394557823, 1.0, 1.0, 1.0, - 0.9775390625, 0.9743589743589743, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - }, - { - "key": "stat_dn", - "value": { - "nodetype": "multibinning", - "inputs": ["pt", "xbb"], - "edges": [ - [ - 250.0, 275.0, 300.0, 325.0, 350.0, 375.0, 400.0, 425.0, 450.0, - 475.0, 500.0, 550.0, 600.0, 800.0, 1000.0 - ], - [0.0, 0.8, 0.9, 0.95, 0.98, 1.0] - ], - "content": [ - 0.1439153439153439, 0.5968331303288672, 0.6200241254523522, - 0.6530612244897959, 0.6617647058823529, 0.2123022961254912, - 0.7930688096433953, 0.8355520751761942, 0.8406658739595719, - 0.8424821002386634, 0.2387065889111324, 0.839202657807309, - 0.8740384615384615, 0.8780487804878049, 0.8994252873563219, - 0.26687988628287135, 0.8637450199203187, 0.8666666666666667, - 0.8934010152284264, 0.9064516129032258, 0.29382894842706575, - 0.8574317492416582, 0.8940998487140696, 0.9209932279909706, - 0.9545454545454546, 0.31880252100840334, 0.8816326530612245, - 0.893491124260355, 0.9387755102040817, 0.9642857142857143, - 0.44168526785714285, 0.9163987138263665, 0.9223300970873787, - 0.9667673716012085, 0.9726027397260274, 0.7518862958413757, - 0.9642058165548099, 0.9671641791044776, 0.959349593495935, - 0.968, 0.9362292051756007, 0.9731903485254692, - 0.9832635983263598, 0.9942196531791907, 0.9888888888888889, - 0.9608540925266904, 0.9849624060150376, 0.9836956521739131, - 0.9765625, 1.0, 0.9748454487316137, 0.9972451790633609, - 0.9960629921259843, 1.0, 1.0, 0.9811819082205349, 1.0, 1.0, 1.0, - 1.0, 0.9823266219239374, 0.9965986394557823, 1.0, 1.0, 1.0, - 0.9775390625, 0.9743589743589743, 1.0, 1.0, 1.0 - ], - "flow": 1.0 - } - } - ] - } - } - ] -} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_QCD.json new file mode 100644 index 00000000..e8de038b --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004075123906681058,0.00846260249108525,0.011614439918295106,0.01349110093584229,0.013956977665210353,0.00939387810655897,0.014093957388454958,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01814053137970007,0.03061455340156012,0.04668659968488642,0.051265249665402385,0.07983816348517438,0.05810386948224459,0.046001770502823766,0.03305904643880662,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07178570010497319,0.11575822206077545,0.39718446146023884,0.519558567978418,0.511875524906584,0.5288476647592423,0.5257491311652265,0.4741978329238088,0.5166466838283128,0.0,0.0,0.0,0.0,0.0,0.0,0.07553279268623436,0.14950732851604354,0.5485455048135132,0.8951219058957021,0.9299478237453703,0.94692439056249,0.9328579565483827,0.8212048467433044,0.7344395514109103,0.0,0.0,0.0,0.0,0.0,0.0,0.06179784297106428,0.09675196461799908,0.5123816679357548,0.8972340866731826,0.9523248226424504,0.9683647622428537,0.977432730552926,0.9309470529411104,0.8053347754926794,0.760527393488238,0.0,0.0,0.0,0.0,0.0,0.04640529357696848,0.08171354186525548,0.4949486691768075,0.8969737144493152,0.9571056609036581,0.9651605718155699,0.9776217812217084,0.9799687682655585,0.9197994218432376,0.8526434124173633,0.8031448746112355,0.0,0.0,0.0,0.0,0.04575736107129749,0.0665983305060498,0.47818925992316913,0.8955617329271742,0.9597227604718123,0.9685943940796166,0.973323414123798,0.9830878562998555,0.9677935504513016,0.8898368952225172,0.9238875265571023,1.0,0.0,0.0,0.0,0.04234109871298247,0.06807482859721777,0.4717148389208346,0.8932957828441335,0.958948779910922,0.9717145289925405,0.9731637362679181,0.9787268235259036,0.9849609418042189,0.9505086928347546,0.9125945292009886,0.9358788202494214,0.0,0.0,0.0,0.03928785422202323,0.06732259979291019,0.45562610312622437,0.8793090544293415,0.9498957481743758,0.9709639505892252,0.976314469055737,0.9786547020412185,0.9833301011341872,0.9867158030817118,0.969079240860243,0.957302845742051],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001546298054464702,0.00113426503472021,0.0014222535159657936,0.0014925767340964599,0.0013650753847082161,0.0024489355361422857,0.012030222316198077,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004516221873340891,0.004711075854363906,0.002143852860179884,0.00221751263106861,0.024985517708310152,0.002579884063654315,0.012338081094659465,0.012552571906422559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014292960366302235,0.021402958060273456,0.05154089477465527,0.009057749715425945,0.015263657173582463,0.060049918782442854,0.010707848303126748,0.03576374964540479,0.19597677276076814,0.0,0.0,0.0,0.0,0.0,0.0,0.005367286402720031,0.021876536013132213,0.006226168785016193,0.07646687019083288,0.00685472783699824,0.008608257943102358,0.08005316761402229,0.014773707837001588,0.06392183077633998,0.0,0.0,0.0,0.0,0.0,0.0,0.0029906505930880696,0.0024415167212494407,0.003878625424013221,0.006298054870026684,0.005168263139794192,0.0051236413145917285,0.027200717293137704,0.00724487514948051,0.015208212500235057,0.20958636589897586,0.0,0.0,0.0,0.0,0.0,0.0026995122521611715,0.0012488552311151206,0.003996304100661188,0.007296073885901279,0.005443476340651139,0.0055193259105727225,0.00824104948370648,0.006444142539544087,0.00895793628362589,0.04615780750302247,0.6041721419547204,0.0,0.0,0.0,0.0,0.0027107523102402266,0.006535788065514957,0.003787296930906496,0.006506162940689131,0.0052567775345877775,0.005548438902857197,0.005766240035958624,0.0053354216683552695,0.0063239894214901764,0.018434317876645526,0.14447881148018119,1.0368478707580204,0.0,0.0,0.0,0.0020141471622360436,0.0008168090188392389,0.0027293580799821558,0.004745844205341516,0.003912372586035237,0.004249585189916183,0.0045167171089148675,0.0038430391192871612,0.0037855990821808023,0.006773799689419425,0.01790672037061336,0.08641681831253538,0.0,0.0,0.0,0.0016169732408590112,0.0006799846442910518,0.0022738240069059756,0.004042242911537417,0.0032879276379998374,0.003665847277726025,0.003962230884315714,0.003448055606873539,0.002901535473933785,0.028716905839881606,0.005661045568155027,0.00887261190482955],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001546298054464702,0.00113426503472021,0.0014222535159657936,0.0014925767340964599,0.0013650753847082161,0.0024489355361422857,0.012030222316198077,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004516221873340891,0.004711075854363906,0.002143852860179884,0.00221751263106861,0.024985517708310152,0.002579884063654315,0.012338081094659465,0.012552571906422559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014292960366302235,0.021402958060273456,0.05154089477465527,0.009057749715425945,0.015263657173582463,0.060049918782442854,0.010707848303126748,0.03576374964540479,0.19597677276076814,0.0,0.0,0.0,0.0,0.0,0.0,0.005367286402720031,0.021876536013132213,0.006226168785016193,0.07646687019083288,0.00685472783699824,0.008608257943102358,0.08005316761402229,0.014773707837001588,0.06392183077633998,0.0,0.0,0.0,0.0,0.0,0.0,0.0029906505930880696,0.0024415167212494407,0.003878625424013221,0.006298054870026684,0.005168263139794192,0.0051236413145917285,0.027200717293137704,0.00724487514948051,0.015208212500235057,0.20958636589897586,0.0,0.0,0.0,0.0,0.0,0.0026995122521611715,0.0012488552311151206,0.003996304100661188,0.007296073885901279,0.005443476340651139,0.0055193259105727225,0.00824104948370648,0.006444142539544087,0.00895793628362589,0.04615780750302247,0.6041721419547204,0.0,0.0,0.0,0.0,0.0027107523102402266,0.006535788065514957,0.003787296930906496,0.006506162940689131,0.0052567775345877775,0.005548438902857197,0.005766240035958624,0.0053354216683552695,0.0063239894214901764,0.018434317876645526,0.14447881148018119,1.0368478707580204,0.0,0.0,0.0,0.0020141471622360436,0.0008168090188392389,0.0027293580799821558,0.004745844205341516,0.003912372586035237,0.004249585189916183,0.0045167171089148675,0.0038430391192871612,0.0037855990821808023,0.006773799689419425,0.01790672037061336,0.08641681831253538,0.0,0.0,0.0,0.0016169732408590112,0.0006799846442910518,0.0022738240069059756,0.004042242911537417,0.0032879276379998374,0.003665847277726025,0.003962230884315714,0.003448055606873539,0.002901535473933785,0.028716905839881606,0.005661045568155027,0.00887261190482955],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0049261083743842365,0.013888888888888888,0.005813953488372093,0.005780346820809248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.013171225937183385,0.01664145234493192,0.01869631126831733,0.013407821229050279,0.02406417112299465,0.029411764705882353,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028846153846153848,0.051122931442080376,0.10439024390243902,0.11376492771841609,0.11666370264983104,0.12060129825760164,0.1077943615257048,0.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1092896174863388,0.13336219961030527,0.42992874109263657,0.5446086480569239,0.5542476244504325,0.5673271330367974,0.5255613951266125,0.4114285714285714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1206896551724138,0.13095441352228104,0.5354927636113026,0.8275771847200418,0.8724338282763073,0.8971465419958085,0.8741159830268741,0.7058823529411765,0.6216216216216216,0.0,0.0,0.0,0.0,0.0,0.0,0.055408970976253295,0.10193343122858542,0.49379432624113473,0.8760188760188761,0.9357429718875502,0.9612555174104953,0.9759450171821306,0.9047734431790647,0.7439446366782007,0.0,0.0,0.0,0.0,0.0,0.0,0.0547945205479452,0.0853476574156968,0.5112359550561798,0.8778378378378379,0.9467544122046067,0.9530264817150063,0.9739099356683345,0.9821740650122335,0.8890649762282092,0.6842105263157895,0.0,0.0,0.0,0.0,0.0,0.027777777777777776,0.07,0.49375600384245916,0.877892030848329,0.9514563106796117,0.9476117103235747,0.9719387755102041,0.9848812095032398,0.9534883720930233,0.8849557522123894,1.0,0.0,0.0,0.0,0.0,0.07317073170731707,0.059880239520958084,0.49140401146131807,0.8932584269662921,0.9594882729211087,0.9555273189326556,0.9612983770287141,0.9753649635036497,0.9761061946902655,0.9256965944272446,0.9285714285714286,0.0,0.0,0.0,0.0,0.0,0.056338028169014086,0.4874551971326165,0.8704453441295547,0.9337175792507204,0.9607250755287009,0.9632352941176471,0.968,0.9690346083788707,0.9928057553956835,0.9391304347826087,0.9583333333333334],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0049382267404804465,0.0080742475063489,0.0058308300216602495,0.005797028953102644,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002600045507538743,0.00292090991227444,0.0031022545814788946,0.002249567796201293,0.005739819568847936,0.0298411562468172,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.016892833721237052,0.003984918582794237,0.006123062279835791,0.006310312673659204,0.004813323330160623,0.006795011418986331,0.014072424955096209,0.040792156108742275,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02573868662040543,0.005720404712116596,0.012737762134447108,0.015172852160739487,0.011053165402615821,0.013408171224429263,0.019572304300714632,0.040732648920081875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024145361519816368,0.005028575878934045,0.013743785125060519,0.019892839428834432,0.01452308157333315,0.01656461103792647,0.02152722518752415,0.030134843373902643,0.16505814389866805,0.0,0.0,0.0,0.0,0.0,0.0,0.012421694045399818,0.0037074202893635625,0.011436125128534971,0.0187754000538343,0.014215142204191074,0.015203651406215974,0.01776413076861491,0.02043498633480815,0.04737756501022794,0.0,0.0,0.0,0.0,0.0,0.0,0.01989647177885422,0.0052576663850784815,0.018272381603723038,0.029850411807360363,0.023480430999330008,0.02422367108915683,0.026211942686633787,0.026085922332436326,0.03648047811943266,0.24627269552235867,0.0,0.0,0.0,0.0,0.0,0.019912789970006083,0.006841966091702004,0.026617708332988255,0.046032659255051595,0.03723776041139975,0.03770761392367063,0.0403703492809182,0.03751526885056303,0.040817106447182123,0.12149884137931075,1.4142135623730951,0.0,0.0,0.0,0.0,0.04376341262998101,0.007958593104164208,0.032403303670174397,0.05627595604740792,0.044770273829374624,0.04872660258462523,0.048515965771228846,0.04192779002305354,0.04131563695067283,0.07428942604134492,0.25289864757946384,0.0,0.0,0.0,0.0,0.0,0.011819455750657593,0.050978517027924226,0.08118855050923736,0.07213392318008412,0.0754386516980862,0.08338115719286883,0.07127456769423439,0.05895357502650659,0.08436109913932203,0.12583966362753837,0.19773383367922012],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0049382267404804465,0.0080742475063489,0.0058308300216602495,0.005797028953102644,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002600045507538743,0.00292090991227444,0.0031022545814788946,0.002249567796201293,0.005739819568847936,0.0298411562468172,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.016892833721237052,0.003984918582794237,0.006123062279835791,0.006310312673659204,0.004813323330160623,0.006795011418986331,0.014072424955096209,0.040792156108742275,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02573868662040543,0.005720404712116596,0.012737762134447108,0.015172852160739487,0.011053165402615821,0.013408171224429263,0.019572304300714632,0.040732648920081875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024145361519816368,0.005028575878934045,0.013743785125060519,0.019892839428834432,0.01452308157333315,0.01656461103792647,0.02152722518752415,0.030134843373902643,0.16505814389866805,0.0,0.0,0.0,0.0,0.0,0.0,0.012421694045399818,0.0037074202893635625,0.011436125128534971,0.0187754000538343,0.014215142204191074,0.015203651406215974,0.01776413076861491,0.02043498633480815,0.04737756501022794,0.0,0.0,0.0,0.0,0.0,0.0,0.01989647177885422,0.0052576663850784815,0.018272381603723038,0.029850411807360363,0.023480430999330008,0.02422367108915683,0.026211942686633787,0.026085922332436326,0.03648047811943266,0.24627269552235867,0.0,0.0,0.0,0.0,0.0,0.019912789970006083,0.006841966091702004,0.026617708332988255,0.046032659255051595,0.03723776041139975,0.03770761392367063,0.0403703492809182,0.03751526885056303,0.040817106447182123,0.12149884137931075,1.4142135623730951,0.0,0.0,0.0,0.0,0.04376341262998101,0.007958593104164208,0.032403303670174397,0.05627595604740792,0.044770273829374624,0.04872660258462523,0.048515965771228846,0.04192779002305354,0.04131563695067283,0.07428942604134492,0.25289864757946384,0.0,0.0,0.0,0.0,0.0,0.011819455750657593,0.050978517027924226,0.08118855050923736,0.07213392318008412,0.0754386516980862,0.08338115719286883,0.07127456769423439,0.05895357502650659,0.08436109913932203,0.12583966362753837,0.19773383367922012],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_TTbar.json new file mode 100644 index 00000000..8ff9f111 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_ptmsd_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028990632540123313,0.0072364384289007756,0.011116494035321866,0.013148149610668245,0.008094924778068781,0.003407625141861695,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.059618568108563356,0.036398106036071916,0.04074211672544072,0.047733701018425466,0.04578573866157008,0.03904085483179222,0.05474439971530955,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10492952741899106,0.3379880760775943,0.4415218199401598,0.46403733139744857,0.47318246547197296,0.41563087632463136,0.3551767271296391,0.28633657173141697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03108126031590578,0.6303619851648747,0.8969613190060678,0.9355819659138397,0.9400031272633979,0.8746081621966428,0.6844337341014286,0.49895825457519727,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.33083622418628694,0.6328031787339368,0.9394110222708278,0.9800282405726254,0.9854645436961933,0.9775826294120793,0.8923902687122491,0.7555630824592854,0.5841910175365113,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6203374551884298,0.9541477883804238,0.9855929732327298,0.9875694867732528,0.9936194379410391,0.9818236579880949,0.9349732055025025,0.8606008623128103,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5628359931716373,0.9025105217114716,0.9883788126297579,0.9886221779406132,0.9894596624002205,0.9932308185781865,0.9877770737950079,0.9610789215055586,0.871813774715267,0.0,0.0,0.0,0.0,0.0,0.0,0.5867499219412193,0.9239448912938798,0.9730151347404985,0.9843477292335703,0.9888617999116347,0.9917137081016867,0.9950644996437339,0.9910904954733,0.9835057739188775,1.0,0.0,0.0,0.0,0.0,0.0,0.4822274046343291,0.8680500772826216,0.982450333412397,0.9830651245556938,0.9933179054820449,0.9845711039702746,0.993850445573896,0.9992270891684519,0.9397136398134213,0.9134556242886831],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02936045419330611,0.0012600435413327635,0.0013849189610062684,0.0009105909517429994,0.0008533117524024093,0.0018799243095394425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028745787102267547,0.0021859944033596306,0.0019512860532266004,0.001180967603269798,0.0011158496174647073,0.0022762463017366673,0.012717039251835474,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06536298319706815,0.010274276198320074,0.01061356083662207,0.005603174196478705,0.00448833715395834,0.006265174430977291,0.014196274791718106,0.12876617347248362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03293493971072397,0.02105226545765786,0.02411422847139077,0.01253183153106858,0.009044747169598832,0.010733458484730249,0.014531670736360759,0.05386006419314207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.24703217108564812,0.022062423062138264,0.027045550371820028,0.014181288227622766,0.009943621017033643,0.011485047051726352,0.011145349045429579,0.019296871211546395,0.19987477321772115,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.036361530723996144,0.04547791653156472,0.025760032575649617,0.0179229444502814,0.019351865186612277,0.016187492058110882,0.01518830299279796,0.058684878935825344,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05584874874991029,0.07282597284310191,0.04459372663942301,0.031106611246794404,0.0342924728389667,0.026479209685367055,0.018485791952216564,0.048543177873432014,0.3919561733940351,0.0,0.0,0.0,0.0,0.0,0.0,0.07504859627574238,0.10675737171732969,0.06055933646690571,0.04428289256827718,0.049365551354953824,0.03676065766697767,0.021335283303245176,0.0438951046340787,0.16974447791279887,0.7805007352980827,0.0,0.0,0.0,0.0,0.0,0.12057686932354882,0.2143172290765389,0.13141713912368305,0.09638973637513584,0.10530432079268011,0.08090287417431782,0.04142733470733253,0.07289903831554838,0.14072896981384464,0.23689665065952176],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02936045419330611,0.0012600435413327635,0.0013849189610062684,0.0009105909517429994,0.0008533117524024093,0.0018799243095394425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028745787102267547,0.0021859944033596306,0.0019512860532266004,0.001180967603269798,0.0011158496174647073,0.0022762463017366673,0.012717039251835474,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06536298319706815,0.010274276198320074,0.01061356083662207,0.005603174196478705,0.00448833715395834,0.006265174430977291,0.014196274791718106,0.12876617347248362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03293493971072397,0.02105226545765786,0.02411422847139077,0.01253183153106858,0.009044747169598832,0.010733458484730249,0.014531670736360759,0.05386006419314207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.24703217108564812,0.022062423062138264,0.027045550371820028,0.014181288227622766,0.009943621017033643,0.011485047051726352,0.011145349045429579,0.019296871211546395,0.19987477321772115,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.036361530723996144,0.04547791653156472,0.025760032575649617,0.0179229444502814,0.019351865186612277,0.016187492058110882,0.01518830299279796,0.058684878935825344,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05584874874991029,0.07282597284310191,0.04459372663942301,0.031106611246794404,0.0342924728389667,0.026479209685367055,0.018485791952216564,0.048543177873432014,0.3919561733940351,0.0,0.0,0.0,0.0,0.0,0.0,0.07504859627574238,0.10675737171732969,0.06055933646690571,0.04428289256827718,0.049365551354953824,0.03676065766697767,0.021335283303245176,0.0438951046340787,0.16974447791279887,0.7805007352980827,0.0,0.0,0.0,0.0,0.0,0.12057686932354882,0.2143172290765389,0.13141713912368305,0.09638973637513584,0.10530432079268011,0.08090287417431782,0.04142733470733253,0.07289903831554838,0.14072896981384464,0.23689665065952176],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011904761904761904,0.018329938900203666,0.019237952932387,0.01570867547304534,0.008771929824561403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10256410256410256,0.10039817974971559,0.11253494874184529,0.11908396946564885,0.12703010241026172,0.099644128113879,0.022727272727272728,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.32142857142857145,0.45469613259668507,0.5454965357967667,0.5801175162775926,0.58544921875,0.46635658914728684,0.41379310344827586,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2,0.6377952755905512,0.8606356968215159,0.8967665381192524,0.9147086031452359,0.8569685879841415,0.6432432432432432,0.3055555555555556,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.23076923076923078,0.6481655691439323,0.9225922592259226,0.9713001383125864,0.9817468105986261,0.9775588396278051,0.8757921419518377,0.7667682926829268,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16666666666666666,0.6262135922330098,0.9112271540469974,0.9687194525904204,0.9864029666254636,0.9905109489051095,0.9856432909994478,0.9300657501494322,0.8333333333333334,0.0,0.0,0.0,0.0,0.0,0.0,0.125,0.6134020618556701,0.907608695652174,0.9805352798053528,0.9932998324958124,0.9823182711198428,0.9929577464788732,0.9840764331210191,0.9052631578947369,0.0,0.0,0.0,0.0,0.0,0.0,0.3333333333333333,0.6616541353383458,0.9464285714285714,0.9651567944250871,0.9934426229508196,0.9826989619377162,0.9887640449438202,0.9970238095238095,0.9752475247524752,0.8333333333333334,0.0,0.0,0.0,0.0,0.0,0.0,0.6268656716417911,0.9583333333333334,0.967032967032967,0.979381443298969,0.967391304347826,0.9844961240310077,0.9884057971014493,1.0,0.9811320754716981,0.875],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0024444711324632003,0.002757395208186502,0.0019137184283226482,0.0023866998750418414,0.008810319197579158,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031088995180899116,0.005605487880809595,0.005400956549287495,0.0035659672259594362,0.0038483558430311834,0.008831079071487882,0.022984086220337797,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07110897890186915,0.019116460547514494,0.019733361235841747,0.012065236423785281,0.010644513368591547,0.014561764283051556,0.04100104553999207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0828078671210825,0.03023063994629804,0.03612584970182527,0.022462974328122,0.01800092726470253,0.022029975896309364,0.030858659380438976,0.1052668240824266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07390530175619406,0.03170127759410352,0.03995687071781672,0.02573083957943999,0.019541222931644273,0.023001273878731323,0.022815205291136162,0.04544330941904995,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10393492741038726,0.049716601106262026,0.06743262918380998,0.043177064238591356,0.03479938780126747,0.03793600920957438,0.03287390352400205,0.032756305085638,0.22566773346211,0.0,0.0,0.0,0.0,0.0,0.0,0.13258252147247765,0.07142381679011797,0.09700297620029653,0.06873880735695967,0.05758897259932028,0.06185202343764894,0.05279408354564299,0.03942745958773355,0.1347420359109755,0.0,0.0,0.0,0.0,0.0,0.0,0.2721655269759087,0.09092012234777534,0.12824904664937006,0.08129364402191822,0.08057927301419278,0.08210880223163727,0.06647494047590602,0.04444410041599317,0.09765455531973191,0.3568120160740314,0.0,0.0,0.0,0.0,0.0,0.0,0.12337458082160216,0.19773383367922012,0.1445791819389186,0.1413692049602975,0.14383101649216598,0.12306577123047273,0.07547630047163573,0.12803687993289598,0.19150605808394403,0.32021721143623744],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0024444711324632003,0.002757395208186502,0.0019137184283226482,0.0023866998750418414,0.008810319197579158,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031088995180899116,0.005605487880809595,0.005400956549287495,0.0035659672259594362,0.0038483558430311834,0.008831079071487882,0.022984086220337797,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07110897890186915,0.019116460547514494,0.019733361235841747,0.012065236423785281,0.010644513368591547,0.014561764283051556,0.04100104553999207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0828078671210825,0.03023063994629804,0.03612584970182527,0.022462974328122,0.01800092726470253,0.022029975896309364,0.030858659380438976,0.1052668240824266,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07390530175619406,0.03170127759410352,0.03995687071781672,0.02573083957943999,0.019541222931644273,0.023001273878731323,0.022815205291136162,0.04544330941904995,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10393492741038726,0.049716601106262026,0.06743262918380998,0.043177064238591356,0.03479938780126747,0.03793600920957438,0.03287390352400205,0.032756305085638,0.22566773346211,0.0,0.0,0.0,0.0,0.0,0.0,0.13258252147247765,0.07142381679011797,0.09700297620029653,0.06873880735695967,0.05758897259932028,0.06185202343764894,0.05279408354564299,0.03942745958773355,0.1347420359109755,0.0,0.0,0.0,0.0,0.0,0.0,0.2721655269759087,0.09092012234777534,0.12824904664937006,0.08129364402191822,0.08057927301419278,0.08210880223163727,0.06647494047590602,0.04444410041599317,0.09765455531973191,0.3568120160740314,0.0,0.0,0.0,0.0,0.0,0.0,0.12337458082160216,0.19773383367922012,0.1445791819389186,0.1413692049602975,0.14383101649216598,0.12306577123047273,0.07547630047163573,0.12803687993289598,0.19150605808394403,0.32021721143623744],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_QCD.json new file mode 100644 index 00000000..89c241ed --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.028309192839048362,0.27660449022651956,0.3998210502542141,0.4933018895307559,0.5379174285363612,0.610503632927427,0.6408621774288276,0.6679114423219882,0.6717443683053486,0.7273330702987071,0.7242939631955408,0.7872177512330236,0.7940806270732926,0.8139327987565607,0.8417464877684347,0.8701955756107321,0.8956408966978157,0.902899536744356,0.9182371206180082,0.9322351593647494,0.937698687294438,0.9494735446328003,0.9627688109564134,0.9774408491967767,0.9860132693295484],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00030940319453968886,0.003870323640457004,0.013923350014271047,0.016248119643963412,0.019175373803175473,0.004677182927405569,0.009109554134496116,0.005709995494232528,0.03322857070298477,0.006775688984975699,0.038513633653618005,0.04471120917259392,0.00923849430195745,0.010692243928514008,0.009907240784253106,0.00938448645324291,0.009525879338956154,0.010099390616512906,0.010223622088034005,0.010018088272857226,0.01085061474742153,0.09153649625069811,0.00972457505081929,0.010332431085571305,0.01891414346136264],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00030940319453968886,0.003870323640457004,0.013923350014271047,0.016248119643963412,0.019175373803175473,0.004677182927405569,0.009109554134496116,0.005709995494232528,0.03322857070298477,0.006775688984975699,0.038513633653618005,0.04471120917259392,0.00923849430195745,0.010692243928514008,0.009907240784253106,0.00938448645324291,0.009525879338956154,0.010099390616512906,0.010223622088034005,0.010018088272857226,0.01085061474742153,0.09153649625069811,0.00972457505081929,0.010332431085571305,0.01891414346136264],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.05985021079230008,0.3504747121042562,0.4611957620455992,0.5509946683483345,0.5970760703670978,0.6484407484407484,0.6542663891779397,0.6987827875878622,0.7247157390783961,0.7472795913835221,0.7708993419449184,0.7986762272476559,0.8019417475728156,0.8145506419400856,0.8164035689773507,0.8489638215665612,0.8779793667733903,0.8791946308724832,0.8919739696312364,0.9233700254022015,0.9354139575205895,0.9439290036304961,0.9606331168831169,0.967443729903537,0.9830047586675731],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0002453348813810614,0.0029228656307363557,0.005022868197886451,0.006999520023907089,0.008752062305521825,0.010541059964962842,0.011865152947714957,0.014265731219630604,0.015790422759914716,0.01702831947139683,0.018240847700278867,0.019904348927754056,0.02162532012650385,0.022959085594811694,0.022558688474172854,0.023480917615379203,0.024219052033749067,0.026325417625987817,0.02705815647317995,0.02742075202280132,0.028013350813018856,0.027206432747903925,0.027647546200914322,0.027659149975090263,0.03640267949280741],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0002453348813810614,0.0029228656307363557,0.005022868197886451,0.006999520023907089,0.008752062305521825,0.010541059964962842,0.011865152947714957,0.014265731219630604,0.015790422759914716,0.01702831947139683,0.018240847700278867,0.019904348927754056,0.02162532012650385,0.022959085594811694,0.022558688474172854,0.023480917615379203,0.024219052033749067,0.026325417625987817,0.02705815647317995,0.02742075202280132,0.028013350813018856,0.027206432747903925,0.027647546200914322,0.027659149975090263,0.03640267949280741],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_TTbar.json new file mode 100644 index 00000000..a56667d0 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbb_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.09382217327516301,0.4526013298552244,0.6292360533028722,0.726472468816151,0.7724839481455226,0.8043636686676705,0.8350278431241763,0.8446450710495426,0.8419898295326221,0.8584087390272274,0.8812450719794198,0.8787885580602797,0.8878002817453293,0.8939019093630861,0.8999347009586948,0.9090453118628318,0.925535506296423,0.922715242026954,0.9291268340728309,0.9478664491914909,0.9474751961640312,0.9516976977997333,0.9578926923475529,0.9737787965572229,0.9772842860271818],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0010390890866651189,0.006319078173239925,0.009275270127467167,0.010802205457621615,0.013722228404219945,0.013791679508054754,0.014554713703715529,0.01651045616282016,0.018826587519660196,0.020213834826546553,0.021396716070230127,0.02202712493813924,0.024260209320743555,0.026262665968781695,0.02712762994371577,0.027031255212841058,0.03030348508549747,0.029339149928047488,0.03027567928898549,0.030643806406168848,0.030160142144036405,0.02932128344578144,0.03226963627699236,0.03068034389276747,0.04278548723164213],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0010390890866651189,0.006319078173239925,0.009275270127467167,0.010802205457621615,0.013722228404219945,0.013791679508054754,0.014554713703715529,0.01651045616282016,0.018826587519660196,0.020213834826546553,0.021396716070230127,0.02202712493813924,0.024260209320743555,0.026262665968781695,0.02712762994371577,0.027031255212841058,0.03030348508549747,0.029339149928047488,0.03027567928898549,0.030643806406168848,0.030160142144036405,0.02932128344578144,0.03226963627699236,0.03068034389276747,0.04278548723164213],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.1016497250458257,0.4796044499381953,0.6474694589877836,0.7073707370737073,0.7702888583218707,0.7987804878048781,0.8296529968454258,0.8568548387096774,0.8455056179775281,0.8694362017804155,0.8783382789317508,0.8990228013029316,0.908,0.9068627450980392,0.8862745098039215,0.9055793991416309,0.9402390438247012,0.8974358974358975,0.9491525423728814,0.9235294117647059,0.9398148148148148,0.966183574879227,0.9694323144104804,1.0,0.9568965517241379],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0030545557645627187,0.020942337668174917,0.030508862891460653,0.03645067038551217,0.04330935048991019,0.04680054258047925,0.048931438095573904,0.05663719877376743,0.06620502221370875,0.06944791850736244,0.069968547642879,0.07457293827095188,0.08324575664861243,0.0920694213662156,0.08096857334023705,0.08605950250383454,0.08525304502879431,0.09344756070796652,0.10223610347367028,0.10222339970865338,0.09187014539858186,0.09579805337360528,0.09130856860918028,0.10101525445522107,0.12705373430254388],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0030545557645627187,0.020942337668174917,0.030508862891460653,0.03645067038551217,0.04330935048991019,0.04680054258047925,0.048931438095573904,0.05663719877376743,0.06620502221370875,0.06944791850736244,0.069968547642879,0.07457293827095188,0.08324575664861243,0.0920694213662156,0.08096857334023705,0.08605950250383454,0.08525304502879431,0.09344756070796652,0.10223610347367028,0.10222339970865338,0.09187014539858186,0.09579805337360528,0.09130856860918028,0.10101525445522107,0.12705373430254388],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_QCD.json new file mode 100644 index 00000000..a1313dde --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.01980382266980412,0.1368726448740981,0.20178186640868842,0.2539838449177553,0.30439404745815196,0.3564989348581023,0.39237448690747057,0.43585262229423155,0.4744527522312077,0.509217866308794,0.5546651394406061,0.564247964902119,0.6229645154918105,0.6642913961475586,0.6587365651760053,0.6790665288223825,0.7717896828204761,0.7966147405160442,0.8271597337285068,0.8603665519392818,0.8819859815819717,0.9058473325242957,0.9400864331256897,0.9682345285565095,0.9861046320677218],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00020353533486973456,0.001495362529733113,0.0023690697900889263,0.003619046032915957,0.00517647830684356,0.0038869701333977464,0.007306039670399242,0.005969838012989143,0.007235985613382506,0.007109066551660081,0.007631013214266164,0.024043172639243063,0.006628786652083264,0.0065949658071517096,0.032985335819809336,0.04664037171695028,0.07190073279479663,0.007421908743688049,0.009520270069943458,0.05582029330603102,0.008047674810010204,0.009389169501378112,0.007107033013197287,0.007109369644743191,0.03787816915001475],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00020353533486973456,0.001495362529733113,0.0023690697900889263,0.003619046032915957,0.00517647830684356,0.0038869701333977464,0.007306039670399242,0.005969838012989143,0.007235985613382506,0.007109066551660081,0.007631013214266164,0.024043172639243063,0.006628786652083264,0.0065949658071517096,0.032985335819809336,0.04664037171695028,0.07190073279479663,0.007421908743688049,0.009520270069943458,0.05582029330603102,0.008047674810010204,0.009389169501378112,0.007107033013197287,0.007109369644743191,0.03787816915001475],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.03960940338976734,0.16543189505816353,0.22842101777969076,0.2728125,0.31261151952037686,0.3609110550954267,0.4061984833498187,0.4310750719330369,0.4866051157862873,0.5183031132398221,0.5280151946818613,0.581414306093336,0.602536543422184,0.6324618736383443,0.6730458842517869,0.7027272727272728,0.7320230105465004,0.7710258780036968,0.799862605907946,0.8363243243243244,0.865428750260797,0.8870151770657673,0.9222334682860999,0.9574822842851188,0.9841352405721716],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00023412016850397983,0.0017836056701839387,0.0030480115547262304,0.004252690080972829,0.005411728841517815,0.006649623066538166,0.007923108966891227,0.008982361225207352,0.010463669006500325,0.011602237317965903,0.012379065443439205,0.013688556708478256,0.014407074889607192,0.014997965695346654,0.016113190859006275,0.01649071979079848,0.017432795891850456,0.017762467846317607,0.01815665234362902,0.018222425742820816,0.018352755455405528,0.017709431527820355,0.01729296287995578,0.016137584985370712,0.01593491889192085],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00023412016850397983,0.0017836056701839387,0.0030480115547262304,0.004252690080972829,0.005411728841517815,0.006649623066538166,0.007923108966891227,0.008982361225207352,0.010463669006500325,0.011602237317965903,0.012379065443439205,0.013688556708478256,0.014407074889607192,0.014997965695346654,0.016113190859006275,0.01649071979079848,0.017432795891850456,0.017762467846317607,0.01815665234362902,0.018222425742820816,0.018352755455405528,0.017709431527820355,0.01729296287995578,0.016137584985370712,0.01593491889192085],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_TTbar.json new file mode 100644 index 00000000..ee7d65f8 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022EE_txbbv11_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022EE_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.047748608864566305,0.22293519055705333,0.30294659374471744,0.36463173280098954,0.4110752779694614,0.4580696350414749,0.5090913476795165,0.5311337460021127,0.564741737013439,0.6123427392560692,0.6339924131188879,0.6623149613768693,0.6909376166861925,0.7191323415360452,0.7539363926035904,0.7784007786574201,0.8063964835956158,0.8286944439490426,0.8444817593482513,0.8647772298842387,0.8898009400900524,0.9122174638890974,0.9270949485736596,0.9509276511652963,0.9759045386623583],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0005488133720561913,0.003720004449398973,0.005688100592620109,0.007261373442974691,0.00863296528374152,0.00982377627680552,0.010957282435356475,0.011494946971830683,0.012238180931882408,0.012796836785631668,0.013035262379287852,0.012868233483761458,0.012931529008273894,0.012781990839389558,0.012587112754800062,0.012188120944135109,0.011667909998122278,0.011297401921250207,0.010903869476984185,0.010527477607005583,0.010305875548648587,0.010057215862757589,0.009809873733360681,0.009300797282163358,0.010041860026183264],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0005488133720561913,0.003720004449398973,0.005688100592620109,0.007261373442974691,0.00863296528374152,0.00982377627680552,0.010957282435356475,0.011494946971830683,0.012238180931882408,0.012796836785631668,0.013035262379287852,0.012868233483761458,0.012931529008273894,0.012781990839389558,0.012587112754800062,0.012188120944135109,0.011667909998122278,0.011297401921250207,0.010903869476984185,0.010527477607005583,0.010305875548648587,0.010057215862757589,0.009809873733360681,0.009300797282163358,0.010041860026183264],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022EE_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.05380639097744361,0.19454225352112675,0.26515151515151514,0.3525641025641026,0.39669421487603307,0.4394904458598726,0.4961832061068702,0.4962962962962963,0.5769230769230769,0.6115702479338843,0.5573122529644269,0.6707317073170732,0.6346153846153846,0.6802973977695167,0.7345454545454545,0.7650602409638554,0.7928176795580111,0.7815315315315315,0.8768898488120951,0.8768115942028986,0.8820826952526799,0.902127659574468,0.9329268292682927,0.9350515463917526,0.974669603524229],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.002580961570375708,0.014302717593829591,0.022544798538003855,0.03192089410916447,0.03906836964688205,0.044886349685572396,0.05323077297328536,0.052444196445284065,0.062352846034382965,0.06381754778537016,0.05857022406741469,0.06749323153410915,0.06316498759372209,0.06518780267638315,0.0680668783246927,0.06377618558044491,0.06266145009144676,0.05599877464693716,0.059621296870516274,0.05460016334071242,0.05042169154065235,0.04933547015322138,0.04689478750529669,0.043189500213144355,0.04603975536863138],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.002580961570375708,0.014302717593829591,0.022544798538003855,0.03192089410916447,0.03906836964688205,0.044886349685572396,0.05323077297328536,0.052444196445284065,0.062352846034382965,0.06381754778537016,0.05857022406741469,0.06749323153410915,0.06316498759372209,0.06518780267638315,0.0680668783246927,0.06377618558044491,0.06266145009144676,0.05599877464693716,0.059621296870516274,0.05460016334071242,0.05042169154065235,0.04933547015322138,0.04689478750529669,0.043189500213144355,0.04603975536863138],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_QCD.json new file mode 100644 index 00000000..157dbf19 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0051685636155918225,0.010471752800564999,0.019725496089040055,0.010035804202903228,0.0168910436037103,0.01853564492400244,0.008032845537103924,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00884086626609416,0.021401664735579216,0.06866206365054214,0.07090688415685437,0.0732197384726679,0.07108996828943848,0.20668725593012674,0.10228368959543449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05385856835474553,0.0780881552880359,0.3245805472566449,0.5481198916949348,0.5808599895552409,0.557638774578272,0.5768022577904112,0.4925784841517743,0.13868702941521727,0.0,0.0,0.0,0.0,0.0,0.0,0.057296708552335714,0.09709299776743902,0.41090521008786524,0.8213671324490459,0.9056148956019611,0.9420733089017154,0.9233279317977389,0.8177214324483089,0.6870939257414583,0.0,0.0,0.0,0.0,0.0,0.0,0.044394918107321046,0.07042713822302951,0.39613114895399837,0.8326788047162769,0.9273596258627645,0.9548208337676685,0.9718719428249263,0.929650886292685,0.8186642901487456,0.5742008063259354,0.0,0.0,0.0,0.0,0.0,0.03822491319633078,0.06462902025057049,0.4061003126338746,0.8437161599383615,0.9334142269764166,0.9500246157366978,0.9696889889345682,0.9759559519467191,0.9238133505091849,0.8194246953253306,0.9401454907889691,0.0,0.0,0.0,0.0,0.03541663005151615,0.06123108041153586,0.41130271309429955,0.8503378215905225,0.9386546608337728,0.9502910267052036,0.960346661102445,0.9778394900900899,0.9651487525698328,0.9026400840987076,0.8880474710313022,0.0,0.0,0.0,0.0,0.03320757087201153,0.0611633239437002,0.4208363120555751,0.8512892591034301,0.9370876079557898,0.9531496954821136,0.9583496698485996,0.9703976193510859,0.9815175633370412,0.9530663578311295,0.9170896322263857,0.9173575247921383,0.0,0.0,0.0,0.03455175457159954,0.06655838940115785,0.4332548206209567,0.8458584075550586,0.9296661922247019,0.9530589507670678,0.9612176816229145,0.9668629086257523,0.9756192392772431,0.9823752350850823,0.9696200230302213,0.9571439798516518],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003140777301661032,0.002213543083125943,0.0031971801138924575,0.0017087117082602407,0.002408762619426075,0.005291035774352654,0.0061946107923646875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002508655397495993,0.0020779974264011694,0.011918430395597281,0.004416550082400148,0.0034476516159956715,0.004295445073329156,0.1490221835677714,0.05903626459757765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010081142267770756,0.003716478391437209,0.009081604270775045,0.013080753108713023,0.010108206016728766,0.035667133177876544,0.019371259922247586,0.03851929837394633,0.07929186983188219,0.0,0.0,0.0,0.0,0.0,0.0,0.0056750005485996895,0.008216727717937728,0.00890030796541007,0.01573727638680589,0.011125990614559706,0.012783070390589488,0.021765900210560952,0.024782192968107228,0.10086834776983093,0.0,0.0,0.0,0.0,0.0,0.0,0.004038914489949264,0.0014855204978726673,0.004576990982631455,0.008668968105384594,0.006995927760251852,0.008304621339384777,0.01055371003683914,0.010545639670169185,0.02252090789371524,0.19495725188244906,0.0,0.0,0.0,0.0,0.0,0.0031789970496779343,0.0013875861703580834,0.00494363292607828,0.008406361536542246,0.006807561076713764,0.007205629078246053,0.12532979747822273,0.007921554448345873,0.011840178332926603,0.0549688648545443,0.9188596726334177,0.0,0.0,0.0,0.0,0.0027271576164294323,0.0011778171094553008,0.004080020454860807,0.007490746613877911,0.006258904889507924,0.006862847593525484,0.006997963513993369,0.006532613776090885,0.007624512117229517,0.02259098411372432,0.1363170915499372,0.0,0.0,0.0,0.0,0.0019111259849979067,0.0008809372357228321,0.0030258081364566863,0.00559421251409727,0.004620141676786803,0.005117813104469637,0.005277953637709354,0.004652500420728642,0.004612776662732252,0.008532905988419456,0.0232526106814149,0.10880641283605146,0.0,0.0,0.0,0.0017339198984387021,0.0007715380468562778,0.0025604948015803446,0.004584420588547659,0.0037949633272302973,0.004251956954679642,0.004570011386082692,0.003961231064153023,0.005038487517981416,0.004457925903780212,0.006773628103190023,0.010391612019475756],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003140777301661032,0.002213543083125943,0.0031971801138924575,0.0017087117082602407,0.002408762619426075,0.005291035774352654,0.0061946107923646875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002508655397495993,0.0020779974264011694,0.011918430395597281,0.004416550082400148,0.0034476516159956715,0.004295445073329156,0.1490221835677714,0.05903626459757765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010081142267770756,0.003716478391437209,0.009081604270775045,0.013080753108713023,0.010108206016728766,0.035667133177876544,0.019371259922247586,0.03851929837394633,0.07929186983188219,0.0,0.0,0.0,0.0,0.0,0.0,0.0056750005485996895,0.008216727717937728,0.00890030796541007,0.01573727638680589,0.011125990614559706,0.012783070390589488,0.021765900210560952,0.024782192968107228,0.10086834776983093,0.0,0.0,0.0,0.0,0.0,0.0,0.004038914489949264,0.0014855204978726673,0.004576990982631455,0.008668968105384594,0.006995927760251852,0.008304621339384777,0.01055371003683914,0.010545639670169185,0.02252090789371524,0.19495725188244906,0.0,0.0,0.0,0.0,0.0,0.0031789970496779343,0.0013875861703580834,0.00494363292607828,0.008406361536542246,0.006807561076713764,0.007205629078246053,0.12532979747822273,0.007921554448345873,0.011840178332926603,0.0549688648545443,0.9188596726334177,0.0,0.0,0.0,0.0,0.0027271576164294323,0.0011778171094553008,0.004080020454860807,0.007490746613877911,0.006258904889507924,0.006862847593525484,0.006997963513993369,0.006532613776090885,0.007624512117229517,0.02259098411372432,0.1363170915499372,0.0,0.0,0.0,0.0,0.0019111259849979067,0.0008809372357228321,0.0030258081364566863,0.00559421251409727,0.004620141676786803,0.005117813104469637,0.005277953637709354,0.004652500420728642,0.004612776662732252,0.008532905988419456,0.0232526106814149,0.10880641283605146,0.0,0.0,0.0,0.0017339198984387021,0.0007715380468562778,0.0025604948015803446,0.004584420588547659,0.0037949633272302973,0.004251956954679642,0.004570011386082692,0.003961231064153023,0.005038487517981416,0.004457925903780212,0.006773628103190023,0.010391612019475756],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004336513443191674,0.0048543689320388345,0.005887300252312868,0.008645533141210375,0.007285974499089253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.037037037037037035,0.00797649034424853,0.012306289881494986,0.02037351443123939,0.020994751312171957,0.02319842053307009,0.027855153203342618,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02016,0.08419117647058824,0.12972542777556706,0.14155154091392136,0.16366906474820145,0.1555221637866266,0.2033898305084746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05128205128205128,0.03579647149066735,0.17703191839420862,0.5011329305135952,0.5692156862745098,0.625,0.5993816254416962,0.5322793148880105,0.6363636363636364,0.0,0.0,0.0,0.0,0.0,0.0,0.02040816326530612,0.04007123775601069,0.18930532346622106,0.6794992175273865,0.8686749026908106,0.9274516952242071,0.9384810126582278,0.8874223602484472,0.6842105263157895,1.0,0.0,0.0,0.0,0.0,0.0,0.09090909090909091,0.03872340425531915,0.18109790605546122,0.7167414050822123,0.9018377409233528,0.9475587703435805,0.9726688102893891,0.9755449229133439,0.8872077028885832,0.9166666666666666,0.0,0.0,0.0,0.0,0.0,0.0,0.03444976076555024,0.21153846153846154,0.7120253164556962,0.9243876464323749,0.9554285714285714,0.9655581947743468,0.9786200194363459,0.9670886075949368,0.8301886792452831,1.0,0.0,0.0,0.0,0.0,0.0,0.04139715394566624,0.228099173553719,0.7339901477832512,0.9104,0.9385964912280702,0.96,0.949928469241774,0.9742014742014742,0.9462809917355371,0.7894736842105263,1.0,0.0,0.0,0.0,0.0,0.032362459546925564,0.2,0.7337278106508875,0.9253112033195021,0.96875,0.9528301886792453,0.9645390070921985,0.972636815920398,0.9791666666666666,0.9647058823529412,0.9629629629629629],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0019435482237929475,0.00198659215893965,0.0022317309066828277,0.0022418958610043766,0.003656234519619901,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03771667238646782,0.001837216109253142,0.0023828748113400456,0.0029704682939218443,0.0023146367615402437,0.003422862224606381,0.008930412306533873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002565395913304611,0.005792976562249184,0.007636647833060797,0.00586037286952162,0.007555879511940787,0.011619735899355653,0.03718614449936089,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.037180053952922267,0.0030790264204350417,0.008280461796096369,0.016854934019901523,0.013234107626200456,0.015746597164645604,0.020577355112956355,0.032780673793692205,0.30767785899150885,0.0,0.0,0.0,0.0,0.0,0.0,0.020615358052085933,0.0027244136134566255,0.0073311636594272115,0.018899440703051888,0.01657442682310368,0.018051342209357342,0.021460753840135634,0.02549921449981696,0.05972990213789778,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0548202444686843,0.004137164528660725,0.011002246969999826,0.030325336667169207,0.027726889309856343,0.028883897990224294,0.03206666275153978,0.032009043275730946,0.04799050242685677,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.0,0.005839688231695323,0.018126584183589863,0.04391817347747238,0.043525177457957705,0.04620788215421523,0.04747622010417779,0.043379102261352914,0.049071750394223505,0.16931615634621203,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.007467989324730695,0.021517949706072653,0.05598934814304484,0.05275191992714578,0.056499648571701894,0.058490092401114475,0.05147735263133717,0.04860801930958747,0.08723788857319277,0.27268087982991057,1.4142135623730951,0.0,0.0,0.0,0.0,0.010398186973977685,0.030983866769659335,0.08675901163136357,0.08597770690281244,0.0922735297735759,0.09368543203283085,0.08197202652277401,0.06908533895637219,0.08985947426810788,0.14932646122227744,0.2645933729329796],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0019435482237929475,0.00198659215893965,0.0022317309066828277,0.0022418958610043766,0.003656234519619901,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03771667238646782,0.001837216109253142,0.0023828748113400456,0.0029704682939218443,0.0023146367615402437,0.003422862224606381,0.008930412306533873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002565395913304611,0.005792976562249184,0.007636647833060797,0.00586037286952162,0.007555879511940787,0.011619735899355653,0.03718614449936089,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.037180053952922267,0.0030790264204350417,0.008280461796096369,0.016854934019901523,0.013234107626200456,0.015746597164645604,0.020577355112956355,0.032780673793692205,0.30767785899150885,0.0,0.0,0.0,0.0,0.0,0.0,0.020615358052085933,0.0027244136134566255,0.0073311636594272115,0.018899440703051888,0.01657442682310368,0.018051342209357342,0.021460753840135634,0.02549921449981696,0.05972990213789778,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0548202444686843,0.004137164528660725,0.011002246969999826,0.030325336667169207,0.027726889309856343,0.028883897990224294,0.03206666275153978,0.032009043275730946,0.04799050242685677,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.0,0.005839688231695323,0.018126584183589863,0.04391817347747238,0.043525177457957705,0.04620788215421523,0.04747622010417779,0.043379102261352914,0.049071750394223505,0.16931615634621203,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.007467989324730695,0.021517949706072653,0.05598934814304484,0.05275191992714578,0.056499648571701894,0.058490092401114475,0.05147735263133717,0.04860801930958747,0.08723788857319277,0.27268087982991057,1.4142135623730951,0.0,0.0,0.0,0.0,0.010398186973977685,0.030983866769659335,0.08675901163136357,0.08597770690281244,0.0922735297735759,0.09368543203283085,0.08197202652277401,0.06908533895637219,0.08985947426810788,0.14932646122227744,0.2645933729329796],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_TTbar.json new file mode 100644 index 00000000..ea28338f --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_ptmsd_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.009809661847026372,0.010741170053055258,0.013800789749923822,0.008646614342187072,0.005761523009281599,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04163435590346614,0.052577407224732434,0.0674454494274003,0.0758959305299857,0.06481165541200536,0.0579943826756141,0.03245426077129211,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08913877367107315,0.333762796627369,0.50557423905017,0.5517286556045081,0.5482371211533957,0.48032410842194684,0.40411957642924495,0.4195290056294651,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5134711126355103,0.8970879593805963,0.9395098524403805,0.9427849821983899,0.8788950809567817,0.7197600248430134,0.493588944340396,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5170108964597361,0.9030672037834945,0.9712101102192037,0.9857551615458039,0.9773467734314218,0.9019916287413087,0.7992266968010057,0.591984009071292,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5084614549133292,0.9250081987482667,0.9759633936957428,0.9858850867774195,0.9866917136588115,0.9854998835312686,0.9519335519282105,0.8965922746271727,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5276037903654616,0.9066059097799515,0.9726272117464129,0.9859654626653211,0.9879857933125262,0.9929662801084197,0.9876760599562917,0.9729223756932269,0.7566652760249832,0.0,0.0,0.0,0.0,0.0,0.0,0.560130910772769,0.9065148227316026,0.9817629578089978,0.9842454399204666,0.9872446305949751,0.9909534197234283,0.9917274086065755,0.9873930451837115,0.9198924578633928,1.0,0.0,0.0,0.0,0.0,0.0,0.6706461173327232,0.8941185444742789,0.9824049099691552,0.9601646809369965,0.9780732214968566,0.9982077265812,0.9926750070331863,0.9886197705286541,0.9774069728772733,1.0],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0018702029277700431,0.0016584280739925525,0.0011808793713902034,0.001139326201160466,0.003360841664198276,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04230625325146018,0.003315597684276784,0.003200233451449911,0.0019181036805015277,0.0016763724310350995,0.0035570954956598883,0.011264320204420234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09271189822007589,0.012947499464361583,0.014708869911898683,0.008089782636795079,0.006416802851983851,0.009053900141043958,0.020617183710890774,0.20343863565835105,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02333175099224915,0.03082819803333129,0.016310987017735208,0.01176798598488963,0.014178744683485877,0.019565404433415486,0.06762150126398216,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024731016076765495,0.03361806669360799,0.018385627705877358,0.01289437021506321,0.016957522884768022,0.01451092134933165,0.02523075952047518,0.25614252270587967,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04065962688126497,0.06016329450720657,0.03300227828185777,0.023101395857228445,0.02475940474375951,0.021228650215654902,0.0201379034579977,0.08901223792520964,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07150515020257714,0.09310945873628707,0.05566056838149325,0.04149952009199679,0.045876322158535265,0.03516668533173817,0.02395042360860199,0.0648984096573981,0.3753409464732136,0.0,0.0,0.0,0.0,0.0,0.0,0.0924118004266082,0.14095710812467238,0.08087602834922847,0.059445912780484694,0.06609404069522062,0.04775447215516164,0.029753215259256265,0.0590367422289127,0.19297998850183437,1.001321920513394,0.0,0.0,0.0,0.0,0.0,0.2048349319350082,0.30511574307819445,0.15167046992749106,0.12603119029593032,0.14492134565028345,0.10451616385993835,0.05530578253742636,0.10301719344933313,0.18204573117205305,0.5250563735330777],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0018702029277700431,0.0016584280739925525,0.0011808793713902034,0.001139326201160466,0.003360841664198276,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04230625325146018,0.003315597684276784,0.003200233451449911,0.0019181036805015277,0.0016763724310350995,0.0035570954956598883,0.011264320204420234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09271189822007589,0.012947499464361583,0.014708869911898683,0.008089782636795079,0.006416802851983851,0.009053900141043958,0.020617183710890774,0.20343863565835105,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02333175099224915,0.03082819803333129,0.016310987017735208,0.01176798598488963,0.014178744683485877,0.019565404433415486,0.06762150126398216,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024731016076765495,0.03361806669360799,0.018385627705877358,0.01289437021506321,0.016957522884768022,0.01451092134933165,0.02523075952047518,0.25614252270587967,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04065962688126497,0.06016329450720657,0.03300227828185777,0.023101395857228445,0.02475940474375951,0.021228650215654902,0.0201379034579977,0.08901223792520964,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07150515020257714,0.09310945873628707,0.05566056838149325,0.04149952009199679,0.045876322158535265,0.03516668533173817,0.02395042360860199,0.0648984096573981,0.3753409464732136,0.0,0.0,0.0,0.0,0.0,0.0,0.0924118004266082,0.14095710812467238,0.08087602834922847,0.059445912780484694,0.06609404069522062,0.04775447215516164,0.029753215259256265,0.0590367422289127,0.19297998850183437,1.001321920513394,0.0,0.0,0.0,0.0,0.0,0.2048349319350082,0.30511574307819445,0.15167046992749106,0.12603119029593032,0.14492134565028345,0.10451616385993835,0.05530578253742636,0.10301719344933313,0.18204573117205305,0.5250563735330777],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001288659793814433,0.008519701810436636,0.00791295746785361,0.005208333333333333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06493506493506493,0.008057296329453895,0.02513328255902513,0.027841561423650976,0.02673434856175973,0.015625,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07692307692307693,0.13526570048309178,0.193006993006993,0.21686182669789228,0.22028878193261756,0.19269102990033224,0.1875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06666666666666667,0.298050139275766,0.6056338028169014,0.6645907473309609,0.6879232505643341,0.6403085824493732,0.5082508250825083,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12,0.3314917127071823,0.8088235294117647,0.9215876089060987,0.9518862766539092,0.9530364372469635,0.861648016276704,0.6688311688311688,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.3248407643312102,0.8012820512820513,0.9659090909090909,0.9742351046698873,0.9896049896049897,0.9834586466165414,0.925531914893617,0.3333333333333333,0.0,0.0,0.0,0.0,0.0,0.0,0.3333333333333333,0.2962962962962963,0.9107142857142857,0.9791666666666666,0.9704433497536946,0.9826589595375722,0.9963235294117647,0.9765807962529274,0.85,0.0,0.0,0.0,0.0,0.0,0.0,0.25,0.22448979591836735,0.7857142857142857,0.9887640449438202,0.9859154929577465,0.9819819819819819,0.9883040935672515,0.9974025974025974,0.9538461538461539,0.7777777777777778,0.0,0.0,0.0,0.0,0.0,0.0,0.21052631578947367,0.8333333333333334,0.9375,1.0,0.9736842105263158,0.9814814814814815,1.0,0.9615384615384616,1.0,0.8571428571428571],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0012894898485180952,0.0030249736406275287,0.00198605080650138,0.002335295321582397,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02996786755219318,0.002696563739544739,0.004429782577863343,0.002865964510164786,0.00304779046508223,0.007042092334890604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04608805303963678,0.01572522257830763,0.017945476565699284,0.011117656454829232,0.009976201399545814,0.015953311688343953,0.052756071925419167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06885303726590963,0.032827905480971566,0.04777750924347398,0.0313723988553112,0.025598497959066786,0.031824974321389275,0.05029844023457931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07332121111929343,0.03491815483015003,0.05988180824491734,0.04140456702079419,0.031872265567043326,0.038821869624055524,0.04039587068618144,0.0851342065498831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10488088481701516,0.052356098599164604,0.09618808288135226,0.07344775243346915,0.05565260813308345,0.06397964568897405,0.05416001849464623,0.061577511099016456,0.3849001794597505,0.0,0.0,0.0,0.0,0.0,0.0,0.3849001794597505,0.08433704334123127,0.17627671002869968,0.11600808244644523,0.09705525430572574,0.10612125223124431,0.08551281518749966,0.06723531412673808,0.28040149785619906,0.0,0.0,0.0,0.0,0.0,0.0,0.2795084971874737,0.07489931532749347,0.18277368418541393,0.14864248570437807,0.11742377966008846,0.13241589528299383,0.10719848440190072,0.07193457595220461,0.16932756779746147,0.39196315719475416,0.0,0.0,0.0,0.0,0.0,0.0,0.11581465352003807,0.29133579115837543,0.23824922940588916,0.22941573387056177,0.22488272688545038,0.18977508032037047,0.14002800840280097,0.19044960339620906,0.30151134457776363,0.47687026308358865],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,30.0,60.0,90.0,120.0,150.0,180.0,210.0,240.0,270.0,300.0,360.0,420.0,480.0,600.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0012894898485180952,0.0030249736406275287,0.00198605080650138,0.002335295321582397,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02996786755219318,0.002696563739544739,0.004429782577863343,0.002865964510164786,0.00304779046508223,0.007042092334890604,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04608805303963678,0.01572522257830763,0.017945476565699284,0.011117656454829232,0.009976201399545814,0.015953311688343953,0.052756071925419167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06885303726590963,0.032827905480971566,0.04777750924347398,0.0313723988553112,0.025598497959066786,0.031824974321389275,0.05029844023457931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07332121111929343,0.03491815483015003,0.05988180824491734,0.04140456702079419,0.031872265567043326,0.038821869624055524,0.04039587068618144,0.0851342065498831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10488088481701516,0.052356098599164604,0.09618808288135226,0.07344775243346915,0.05565260813308345,0.06397964568897405,0.05416001849464623,0.061577511099016456,0.3849001794597505,0.0,0.0,0.0,0.0,0.0,0.0,0.3849001794597505,0.08433704334123127,0.17627671002869968,0.11600808244644523,0.09705525430572574,0.10612125223124431,0.08551281518749966,0.06723531412673808,0.28040149785619906,0.0,0.0,0.0,0.0,0.0,0.0,0.2795084971874737,0.07489931532749347,0.18277368418541393,0.14864248570437807,0.11742377966008846,0.13241589528299383,0.10719848440190072,0.07193457595220461,0.16932756779746147,0.39196315719475416,0.0,0.0,0.0,0.0,0.0,0.0,0.11581465352003807,0.29133579115837543,0.23824922940588916,0.22941573387056177,0.22488272688545038,0.18977508032037047,0.14002800840280097,0.19044960339620906,0.30151134457776363,0.47687026308358865],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_QCD.json new file mode 100644 index 00000000..b94759a6 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.026267652722036777,0.27046188013824213,0.39764346015342605,0.5030212880200111,0.5554745127683155,0.6103540136865243,0.6470764689488387,0.6818001608285742,0.7005500381338016,0.7343391424708532,0.7689794918495547,0.7912940758587004,0.8070239835450734,0.8193771851346752,0.8495018697548947,0.8755761554371198,0.9003876003334682,0.9119966104108782,0.9229664339266499,0.938203693705675,0.9338446142876832,0.955035329680962,0.9700728965796843,0.9814736916656123,0.9886127093733397],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0001683184611731214,0.0031623571904169003,0.011176607934557808,0.004433864983708219,0.006032039488805982,0.007331736407429574,0.011876125169963963,0.0086939617696384,0.009464015171279662,0.010401107444537618,0.010892001601739998,0.012119601709613594,0.016966092224092694,0.019859430881940403,0.014735902965134278,0.015330070310389122,0.014428781592766778,0.015467629401504607,0.015223444308077465,0.015261693384974698,0.015029188412568468,0.01475119833058376,0.14744058918907876,0.016128443331353538,0.015374027459606384],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0001683184611731214,0.0031623571904169003,0.011176607934557808,0.004433864983708219,0.006032039488805982,0.007331736407429574,0.011876125169963963,0.0086939617696384,0.009464015171279662,0.010401107444537618,0.010892001601739998,0.012119601709613594,0.016966092224092694,0.019859430881940403,0.014735902965134278,0.015330070310389122,0.014428781592766778,0.015467629401504607,0.015223444308077465,0.015261693384974698,0.015029188412568468,0.01475119833058376,0.14744058918907876,0.016128443331353538,0.015374027459606384],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.08521132462485156,0.4028788484606158,0.5197207972416114,0.6038192234245703,0.659500693481276,0.6906695938529089,0.7205618649133293,0.7434944237918215,0.7697218422252622,0.7818639798488665,0.8042553191489362,0.8027660853878533,0.840027700831025,0.8287724784988272,0.8239227340267459,0.8600435097897027,0.9086792452830189,0.9146141215106732,0.9311475409836065,0.9294975688816856,0.945438282647585,0.9441427463149729,0.9690117252931323,0.9820554649265906,0.9862671660424469],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00039494807176267734,0.004753795238778571,0.00815000287285878,0.011103453554657468,0.013774749873654858,0.01601106972805472,0.019248984153420783,0.02195194465986888,0.024922987232235305,0.026492480401058924,0.02778222623243039,0.02949973218828048,0.032717144173190986,0.03442407084200462,0.033413650946783745,0.03405960680133097,0.036179606640655386,0.03791717177285764,0.03839167519973764,0.03812314027601318,0.04056060450357181,0.037736050672431645,0.039974818801737505,0.03984562790197628,0.0494538220002435],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00039494807176267734,0.004753795238778571,0.00815000287285878,0.011103453554657468,0.013774749873654858,0.01601106972805472,0.019248984153420783,0.02195194465986888,0.024922987232235305,0.026492480401058924,0.02778222623243039,0.02949973218828048,0.032717144173190986,0.03442407084200462,0.033413650946783745,0.03405960680133097,0.036179606640655386,0.03791717177285764,0.03839167519973764,0.03812314027601318,0.04056060450357181,0.037736050672431645,0.039974818801737505,0.03984562790197628,0.0494538220002435],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_TTbar.json new file mode 100644 index 00000000..e174d5a2 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbb_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.08633964061628513,0.43659323322254945,0.6168348499034283,0.7169381160097474,0.7546182698694784,0.7890804276514137,0.8128639598434669,0.8293842484437395,0.8358178806486641,0.8553695258552563,0.8526020652506696,0.8655640676639095,0.8812858409622848,0.8699485763341052,0.8946429663686185,0.9067786988338823,0.9032647091083578,0.9196230722589571,0.9157606053899688,0.9358177483483819,0.9462680694626907,0.9523796068827682,0.9589847791095064,0.9731483622025338,0.9829840822198146],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.001290828939171415,0.008057588108772345,0.011876734034510289,0.014119635780819395,0.016525866439512902,0.01813952003695089,0.018489717122424944,0.021368060329271917,0.024496799956151272,0.026533315438419594,0.027408879576285478,0.028103941583652283,0.03124241749705832,0.0334761932387627,0.03482088587160508,0.03518078320385976,0.03628896387910692,0.03770753878831485,0.040609799059332236,0.041227478017385494,0.03853365456690117,0.03765167220933287,0.038056519049141535,0.04018137713164455,0.0561011103681117],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.001290828939171415,0.008057588108772345,0.011876734034510289,0.014119635780819395,0.016525866439512902,0.01813952003695089,0.018489717122424944,0.021368060329271917,0.024496799956151272,0.026533315438419594,0.027408879576285478,0.028103941583652283,0.03124241749705832,0.0334761932387627,0.03482088587160508,0.03518078320385976,0.03628896387910692,0.03770753878831485,0.040609799059332236,0.041227478017385494,0.03853365456690117,0.03765167220933287,0.038056519049141535,0.04018137713164455,0.0561011103681117],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.1608916888781197,0.5375494071146245,0.6715116279069767,0.813953488372093,0.7843137254901961,0.7990430622009569,0.8512820512820513,0.8289473684210527,0.8467741935483871,0.8378378378378378,0.9036144578313253,0.8941176470588236,0.8854166666666666,0.90625,0.935064935064935,0.8852459016393442,0.9636363636363636,0.9491525423728814,0.9433962264150944,0.9772727272727273,0.9107142857142857,0.9791666666666666,0.9803921568627451,0.98,1.0],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.006727371666856283,0.04041554831816002,0.05712184789332216,0.07003733626037717,0.07408161226918585,0.08293402224194231,0.08989917948677295,0.0998716646249352,0.11230002759054858,0.11778014640015366,0.14396006584127977,0.1411534006525329,0.1318687534175307,0.16429485035010227,0.15329334275549897,0.16540591937435434,0.18548371185331894,0.1770781255842659,0.18599009237303699,0.20956311214393156,0.17627671002869968,0.20093189288588237,0.19511489516615743,0.19699746191258405,0.22941573387056177],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.006727371666856283,0.04041554831816002,0.05712184789332216,0.07003733626037717,0.07408161226918585,0.08293402224194231,0.08989917948677295,0.0998716646249352,0.11230002759054858,0.11778014640015366,0.14396006584127977,0.1411534006525329,0.1318687534175307,0.16429485035010227,0.15329334275549897,0.16540591937435434,0.18548371185331894,0.1770781255842659,0.18599009237303699,0.20956311214393156,0.17627671002869968,0.20093189288588237,0.19511489516615743,0.19699746191258405,0.22941573387056177],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_QCD.json new file mode 100644 index 00000000..1f8103b5 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.01899351129446052,0.13710456107066474,0.19876003016008487,0.2540536882567893,0.3032215978219235,0.3399255331126265,0.38008312023504975,0.4240160058815732,0.456871401893387,0.5058388181443886,0.5504486129445482,0.5799533261660229,0.6277058243803055,0.6476143272632144,0.7055507686861767,0.7238215363006657,0.7580344709854729,0.790301070908897,0.8233794651307775,0.8499101743374332,0.8718110660625448,0.9052825717762798,0.9359683085901557,0.9664066198723434,0.9884839213233098],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00015061865387102974,0.0010004773068714235,0.0018972881327485565,0.0033244789449565727,0.0034171120231121406,0.004309664972605816,0.006199523501894992,0.00565758492028074,0.007470116427931323,0.00733222977830509,0.00826668765913049,0.008731823399890476,0.01262222351102945,0.01198900219341793,0.05608496773261388,0.015144036818462532,0.011236406037033719,0.011148744281283032,0.011699184412866874,0.01133958406895195,0.011317831704689866,0.011041094206052341,0.010684013795636401,0.009822932591397637,0.09299813304648001],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00015061865387102974,0.0010004773068714235,0.0018972881327485565,0.0033244789449565727,0.0034171120231121406,0.004309664972605816,0.006199523501894992,0.00565758492028074,0.007470116427931323,0.00733222977830509,0.00826668765913049,0.008731823399890476,0.01262222351102945,0.01198900219341793,0.05608496773261388,0.015144036818462532,0.011236406037033719,0.011148744281283032,0.011699184412866874,0.01133958406895195,0.011317831704689866,0.011041094206052341,0.010684013795636401,0.009822932591397637,0.09299813304648001],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.062235166958401485,0.20837188645027574,0.26776281526672124,0.3137208755001177,0.3656988735522767,0.40372545049605185,0.43523441275978736,0.47046128945238735,0.513066490241482,0.5214770158251696,0.5658477648006444,0.5895061728395061,0.6243243243243243,0.6555343511450382,0.687866927592955,0.7322834645669292,0.761576354679803,0.7801094890510949,0.8151408450704225,0.855193661971831,0.864061864061864,0.8905603610379842,0.9145496535796767,0.9534700315457413,0.9829610868063551],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0003975964370228828,0.0030527077721809533,0.005025489233500572,0.006964098358569628,0.008901549953273866,0.010711853830556232,0.012286488812878792,0.013660841493938885,0.01602495277256532,0.01729019234322372,0.018890184988419503,0.020326086190666857,0.021372976815555316,0.022754703782201534,0.02383311840918486,0.024239450626449947,0.02570747623413586,0.02516986365631504,0.025519216061003866,0.026425468714184767,0.025603539140503662,0.025163311025605834,0.02403499265249464,0.022127718916041345,0.021185091492333507],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0003975964370228828,0.0030527077721809533,0.005025489233500572,0.006964098358569628,0.008901549953273866,0.010711853830556232,0.012286488812878792,0.013660841493938885,0.01602495277256532,0.01729019234322372,0.018890184988419503,0.020326086190666857,0.021372976815555316,0.022754703782201534,0.02383311840918486,0.024239450626449947,0.02570747623413586,0.02516986365631504,0.025519216061003866,0.026425468714184767,0.025603539140503662,0.025163311025605834,0.02403499265249464,0.022127718916041345,0.021185091492333507],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_TTbar.json new file mode 100644 index 00000000..2c12c050 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2022_txbbv11_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2022_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.04262647469060823,0.20932457929701123,0.2855411877735557,0.35973635281471,0.39874556542089645,0.43911383466810694,0.47710568564816885,0.5121261050527146,0.5364468091387515,0.6092937383879714,0.6184186425423692,0.6403608513059273,0.6760071362119625,0.6953060298619085,0.7374253239755364,0.752159375361063,0.7872976567428315,0.8183080776149247,0.8300275660020668,0.8640528117910639,0.8759646594191399,0.8975276271828956,0.9257660615886817,0.9430243333686567,0.9745172915269602],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0009689743888774147,0.006797546671129679,0.010354475744932054,0.013777752456957866,0.016077618876848422,0.01815252381913085,0.01974881266082617,0.021398591410388378,0.022151772496375073,0.023938396659944808,0.02378497520686918,0.02404001366130587,0.0244745164773322,0.023442991021900162,0.02340871250405725,0.0224949385702754,0.021811805211110914,0.021263942819564768,0.020304683799579563,0.019602805650410244,0.019350407637245486,0.018557995190398725,0.018377050125061384,0.017632254248955294,0.019201322214881807],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0009689743888774147,0.006797546671129679,0.010354475744932054,0.013777752456957866,0.016077618876848422,0.01815252381913085,0.01974881266082617,0.021398591410388378,0.022151772496375073,0.023938396659944808,0.02378497520686918,0.02404001366130587,0.0244745164773322,0.023442991021900162,0.02340871250405725,0.0224949385702754,0.021811805211110914,0.021263942819564768,0.020304683799579563,0.019602805650410244,0.019350407637245486,0.018557995190398725,0.018377050125061384,0.017632254248955294,0.019201322214881807],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2022_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.0995260663507109,0.32577903682719545,0.31958762886597936,0.44776119402985076,0.43434343434343436,0.5106382978723404,0.532608695652174,0.5194805194805194,0.5487804878048781,0.5428571428571428,0.65,0.7866666666666666,0.5866666666666667,0.6989247311827957,0.7333333333333333,0.7741935483870968,0.8175182481751825,0.8013698630136986,0.8129032258064516,0.8412698412698413,0.8402061855670103,0.891213389121339,0.9182879377431906,0.9492537313432836,0.9795918367346939],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.006086476352701642,0.0349791932352074,0.046624397477666724,0.0695535486239612,0.07932783615412559,0.09058848789797468,0.09419456727252074,0.10124808990343676,0.10180927359649908,0.10938470906511329,0.11578536176909411,0.1368946607729759,0.11140583135213013,0.11299540912939682,0.13018505347446055,0.12153008383480901,0.10414246048081009,0.09943551363738598,0.0975081429298711,0.09053061650258855,0.08927406602767565,0.083977350355199,0.0827903609670698,0.07431952753196443,0.08121509199524268],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.006086476352701642,0.0349791932352074,0.046624397477666724,0.0695535486239612,0.07932783615412559,0.09058848789797468,0.09419456727252074,0.10124808990343676,0.10180927359649908,0.10938470906511329,0.11578536176909411,0.1368946607729759,0.11140583135213013,0.11299540912939682,0.13018505347446055,0.12153008383480901,0.10414246048081009,0.09943551363738598,0.0975081429298711,0.09053061650258855,0.08927406602767565,0.083977350355199,0.0827903609670698,0.07431952753196443,0.08121509199524268],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_QCD.json new file mode 100644 index 00000000..a475f39c --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6123412623592107,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024635300532999293,0.025824024816590463,0.045300419813421706,0.027601323582328776,0.010074773593789256,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07401804277540747,0.09823141243844319,0.06348964915574026,0.08536842234160553,0.04811597513758538,0.016538013254105262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.15591227298986518,0.18378281077281278,0.17697661980131918,0.16848410339686556,0.14503271980925825,0.3175262517747932,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3251921052776535,0.3876138285697372,0.39208535626574437,0.4189558880615846,0.34189559761609484,0.25512725573063777,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.49375160951080926,0.646119000369059,0.68543886849829,0.6885008219219212,0.6101936534460963,0.4783409665230893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0370553076967262,0.5055447325142541,0.8248817801065493,0.872445694157292,0.8808433292617872,0.7963187791635082,0.5783536305186343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5310366462399381,0.8958403206488852,0.943760178722491,0.9497101679981906,0.8834809738452525,0.7302240408651803,0.22691788182767877,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5440650041621745,0.9103901678462423,0.9462276452545741,0.9622965129317382,0.9440374116583707,0.8024168925808688,0.49394395090906396,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5010629669710841,0.9064258943764344,0.944705106959034,0.9688204364251684,0.9670383404408028,0.8112953123556551,0.5481267976097715,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.48137384662477084,0.887662855335572,0.9580167390788188,0.9679407864660498,0.9773127201430832,0.8450412236651471,0.6258146337064456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.459876270920162,0.8954343092013438,0.9496445938183061,0.9667139971209251,0.9796930664833434,0.9056985727088269,0.7507433310807837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002692232582450778,0.4532260030934639,0.892133302731818,0.955563130330112,0.9672110828143458,0.983940691737173,0.9460178618478629,0.7808393462285748,0.1949931090593403,0.0,0.0,0.0,0.0,0.0,0.0,0.4300235840885995,0.43128179718586407,0.8901652093965866,0.9531794551235497,0.9668003196488556,0.9871632883771351,0.9733120975822375,0.8440458395313755,0.8613268130556541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4253874531575906,0.8920105951732599,0.960218647969077,0.9640197112110602,0.9781636264721121,0.9826060354497475,0.8826143526144007,0.7762783430514318,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4126082859724369,0.5455870248286027,0.9602023184393877,0.9655136391101725,0.9748647268943461,0.9865248752842227,0.920821194299765,0.9108014347479035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.41483713159582897,0.8909418454456317,0.960197578160134,0.9685966041100754,0.971104052728036,0.9860354374710948,0.9513256901102836,0.8553022653559165,0.7503047840841333,0.0,0.0,0.0,0.0,0.0,0.0,0.4093543350342273,0.8926889281313366,0.9616768888742231,0.9680409433095283,0.9716792903681559,0.9854887817715359,0.9638472942269575,0.8622461170312712,0.9442984039276551,0.0,0.0,0.0,0.0,0.0,0.0,0.3961590930130629,0.8946488554479048,0.9785114514714367,0.9687498877099435,0.972959842730427,0.9844464475677055,0.977001819113469,0.8774104102405588,0.8857824315650396,0.0,0.0,0.0,0.0,0.0,0.0,0.4011198636583358,0.891814060048037,0.9574132884768851,0.9713592962444202,0.9715768892889657,0.9810748093144818,0.9817241456308571,0.8955020057682826,0.9173222315309956,0.0,0.0,0.0,0.0,0.0,0.0,0.38624854559832306,0.8941783393009288,0.9597752196028922,0.9696591954161695,0.9730973917668362,0.9785237303879568,0.9868336833873508,0.9230594010623456,0.9464655817984955,0.0,0.0,0.0,0.0,0.0,0.0,0.37901458711692954,0.8822400102533837,0.9602719055378015,0.9726837436709531,0.9737955825724144,0.9776194068180133,0.9876530458564805,0.9456345430101301,0.9283631013206508,0.9835661239275356,0.0,0.0,0.0,0.0,0.0,0.37347125661280367,0.8767156483733817,0.9548815728977005,0.9727571295888858,0.9755997142594802,0.9763788249677379,0.986672164729764,0.9757549706509487,0.908411699838504,0.9475481902694488,0.0,0.0,0.0,0.0,1.0,0.36049736350723227,0.8681780158235315,0.9501347887535597,0.9719017199754829,0.9764945931983444,0.9780347546544433,0.9831766728764947,0.9890052986153723,0.9566662043804508,0.9290678907157184,0.0,0.0,0.0,0.0,0.0,0.35506465794723513,0.8530424345527962,0.943108124505829,0.9695840492159502,0.977655792338008,0.981076166225531,0.9833779734423088,0.9893092813460551,0.9868056808117608,0.9507891013571954,0.0,0.0,0.0,0.0,0.0,0.338165803182236,0.8338888545514773,0.9286952368215659,0.9606431846239291,0.9743220228078446,0.9813652711967342,0.9834547524831291,0.9856480197314464,0.9903812868152793,0.9869207855973128],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7562454549529704,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011860198393771653,0.004085360840953108,0.006561449786893024,0.005586341166608879,0.007115414370244095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007942670231974504,0.009887357366658366,0.004557991321112395,0.010216922965125651,0.017141363005343933,0.014699887772961134,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011657905697869,0.011589495650101063,0.009350827917340144,0.011159914986118354,0.023988106471822514,0.26438777008820996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.016580787352345857,0.018319568787342446,0.016345424709130356,0.01903783652010218,0.030577190375917464,0.09556548212725592,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020785450085420643,0.0420768559651038,0.029179987495214835,0.024527089662887105,0.03666001639431171,0.09141207084110675,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0514606788185149,0.01996542265437266,0.027859988619991113,0.021440403932744368,0.026248499447670232,0.03611671506052495,0.0710272379096401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020001173250000115,0.0290324036778315,0.26011942134663,0.03625890284701617,0.03403056547272571,0.06415588935216576,0.15288483813836554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.019302383569014748,0.06701142178580213,0.020186404178172128,0.02329165971753981,0.031719565537739004,0.05033491090255034,0.2727413628070457,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015611790839083003,0.025743339925833747,0.01883174300538584,0.02155997947545007,0.02761911228407567,0.03851762270436642,0.1601666779545629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014570829985525726,0.026463957633197435,0.0182785340143369,0.030044714066021418,0.024924358384995043,0.03295470173482868,0.14063380376844606,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008883155487516265,0.015364300870926533,0.011540950548702734,0.01244505139088959,0.015849579351166845,0.01910182962346544,0.05589780114071156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003429418413951982,0.008660250712150748,0.014632659569123827,0.014254016310116956,0.012095995386287677,0.2174635824521414,0.016450263739126364,0.038051440670414806,0.2531952601881957,0.0,0.0,0.0,0.0,0.0,0.0,0.4187316184299166,0.008668526673611315,0.015344355491640045,0.011898278280291932,0.01211715979373449,0.30466911032382976,0.015625895877885338,0.030795717755555955,0.41797885292765835,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008450728377574325,0.015497927408862541,0.012449064762124215,0.01283951422731005,0.013887435135382003,0.014552363827810996,0.023513972975333475,0.22702824937033167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00802838750651847,0.2125207790856378,0.011820956445513056,0.0123097694528113,0.013507920845731122,0.013747125094169015,0.01864642964127369,0.13582344550898784,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0077887734765420685,0.014022984392134995,0.011169701046803685,0.012182164487217706,0.012772185201641957,0.012063609253311404,0.015865300045270894,0.07377596341439359,0.952538669827571,0.0,0.0,0.0,0.0,0.0,0.0,0.007615305135579416,0.014139834688002213,0.011328258453922078,0.012135171940569945,0.012388388375128226,0.011577610772758054,0.014014579420092205,0.05002943188038015,0.7520643853612144,0.0,0.0,0.0,0.0,0.0,0.0,0.007694398576240723,0.014404771161537433,0.6120140109385436,0.012501537729256955,0.012859034531426955,0.011785484283575497,0.013146279315910971,0.0352306067273336,0.32697349805320924,0.0,0.0,0.0,0.0,0.0,0.0,0.007859406533298868,0.014487905855648424,0.011760172895196753,0.012550412492608045,0.013184173993202193,0.011558742673470162,0.012385102698388736,0.029445330263027158,0.20532558355733205,0.0,0.0,0.0,0.0,0.0,0.0,0.007341597051674547,0.01391707954158798,0.011325368824024261,0.012421144652321034,0.012778337417062637,0.01107073393419562,0.011544166865326798,0.02388072409225849,0.12490291146967396,0.0,0.0,0.0,0.0,0.0,0.0,0.004418264562610223,0.00835000724311505,0.007041268714962921,0.007669378677099685,0.007992414211323741,0.0069526705832204045,0.006847086335934688,0.011631701563380012,0.041742410710501894,0.4058694895197624,0.0,0.0,0.0,0.0,0.0,0.0046251235149633065,0.008692144090151553,0.007298461747668571,0.008083058469973353,0.00843879691314657,0.007265250796904828,0.0065230500847590885,0.009558113178816061,0.021346033286936603,0.13424027529888,0.0,0.0,0.0,0.0,1.4142135623730951,0.003585517406235879,0.006777152135030452,0.005626891094584824,0.006268865806576064,0.00674726064637694,0.005822883479906474,0.004910256042314529,0.00641003692998745,0.010459615316445956,0.028382382480900293,0.0,0.0,0.0,0.0,0.0,0.004107383484148703,0.007685264196026577,0.00647969861974475,0.007315952233391176,0.007885222936037781,0.006905537865847082,0.005736006132519189,0.006626068826506002,0.008899260611104584,0.014126231191095831,0.0,0.0,0.0,0.0,0.0,0.0037532864164158282,0.007179747442836735,0.006040262433085634,0.006877087464840851,0.007545295866597468,0.0066707767540369065,0.005621359175835381,0.006155901402057414,0.007153465821458275,0.00928644252920824],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7562454549529704,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011860198393771653,0.004085360840953108,0.006561449786893024,0.005586341166608879,0.007115414370244095,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007942670231974504,0.009887357366658366,0.004557991321112395,0.010216922965125651,0.017141363005343933,0.014699887772961134,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011657905697869,0.011589495650101063,0.009350827917340144,0.011159914986118354,0.023988106471822514,0.26438777008820996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.016580787352345857,0.018319568787342446,0.016345424709130356,0.01903783652010218,0.030577190375917464,0.09556548212725592,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020785450085420643,0.0420768559651038,0.029179987495214835,0.024527089662887105,0.03666001639431171,0.09141207084110675,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0514606788185149,0.01996542265437266,0.027859988619991113,0.021440403932744368,0.026248499447670232,0.03611671506052495,0.0710272379096401,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020001173250000115,0.0290324036778315,0.26011942134663,0.03625890284701617,0.03403056547272571,0.06415588935216576,0.15288483813836554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.019302383569014748,0.06701142178580213,0.020186404178172128,0.02329165971753981,0.031719565537739004,0.05033491090255034,0.2727413628070457,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015611790839083003,0.025743339925833747,0.01883174300538584,0.02155997947545007,0.02761911228407567,0.03851762270436642,0.1601666779545629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014570829985525726,0.026463957633197435,0.0182785340143369,0.030044714066021418,0.024924358384995043,0.03295470173482868,0.14063380376844606,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008883155487516265,0.015364300870926533,0.011540950548702734,0.01244505139088959,0.015849579351166845,0.01910182962346544,0.05589780114071156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003429418413951982,0.008660250712150748,0.014632659569123827,0.014254016310116956,0.012095995386287677,0.2174635824521414,0.016450263739126364,0.038051440670414806,0.2531952601881957,0.0,0.0,0.0,0.0,0.0,0.0,0.4187316184299166,0.008668526673611315,0.015344355491640045,0.011898278280291932,0.01211715979373449,0.30466911032382976,0.015625895877885338,0.030795717755555955,0.41797885292765835,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008450728377574325,0.015497927408862541,0.012449064762124215,0.01283951422731005,0.013887435135382003,0.014552363827810996,0.023513972975333475,0.22702824937033167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00802838750651847,0.2125207790856378,0.011820956445513056,0.0123097694528113,0.013507920845731122,0.013747125094169015,0.01864642964127369,0.13582344550898784,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0077887734765420685,0.014022984392134995,0.011169701046803685,0.012182164487217706,0.012772185201641957,0.012063609253311404,0.015865300045270894,0.07377596341439359,0.952538669827571,0.0,0.0,0.0,0.0,0.0,0.0,0.007615305135579416,0.014139834688002213,0.011328258453922078,0.012135171940569945,0.012388388375128226,0.011577610772758054,0.014014579420092205,0.05002943188038015,0.7520643853612144,0.0,0.0,0.0,0.0,0.0,0.0,0.007694398576240723,0.014404771161537433,0.6120140109385436,0.012501537729256955,0.012859034531426955,0.011785484283575497,0.013146279315910971,0.0352306067273336,0.32697349805320924,0.0,0.0,0.0,0.0,0.0,0.0,0.007859406533298868,0.014487905855648424,0.011760172895196753,0.012550412492608045,0.013184173993202193,0.011558742673470162,0.012385102698388736,0.029445330263027158,0.20532558355733205,0.0,0.0,0.0,0.0,0.0,0.0,0.007341597051674547,0.01391707954158798,0.011325368824024261,0.012421144652321034,0.012778337417062637,0.01107073393419562,0.011544166865326798,0.02388072409225849,0.12490291146967396,0.0,0.0,0.0,0.0,0.0,0.0,0.004418264562610223,0.00835000724311505,0.007041268714962921,0.007669378677099685,0.007992414211323741,0.0069526705832204045,0.006847086335934688,0.011631701563380012,0.041742410710501894,0.4058694895197624,0.0,0.0,0.0,0.0,0.0,0.0046251235149633065,0.008692144090151553,0.007298461747668571,0.008083058469973353,0.00843879691314657,0.007265250796904828,0.0065230500847590885,0.009558113178816061,0.021346033286936603,0.13424027529888,0.0,0.0,0.0,0.0,1.4142135623730951,0.003585517406235879,0.006777152135030452,0.005626891094584824,0.006268865806576064,0.00674726064637694,0.005822883479906474,0.004910256042314529,0.00641003692998745,0.010459615316445956,0.028382382480900293,0.0,0.0,0.0,0.0,0.0,0.004107383484148703,0.007685264196026577,0.00647969861974475,0.007315952233391176,0.007885222936037781,0.006905537865847082,0.005736006132519189,0.006626068826506002,0.008899260611104584,0.014126231191095831,0.0,0.0,0.0,0.0,0.0,0.0037532864164158282,0.007179747442836735,0.006040262433085634,0.006877087464840851,0.007545295866597468,0.0066707767540369065,0.005621359175835381,0.006155901402057414,0.007153465821458275,0.00928644252920824],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020833333333333332,0.03508771929824561,0.045454545454545456,0.10714285714285714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.045454545454545456,0.05223880597014925,0.06222222222222222,0.047619047619047616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.13147410358565736,0.20414201183431951,0.17355371900826447,0.16927899686520376,0.11320754716981132,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.24850299401197604,0.32270916334661354,0.3538961038961039,0.33540372670807456,0.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3821656050955414,0.5342741935483871,0.5216494845360825,0.511504424778761,0.40106951871657753,0.35714285714285715,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5348189415041783,0.7024029574861368,0.7041015625,0.7460087082728593,0.6340579710144928,0.46153846153846156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5797101449275363,0.8010849909584087,0.8234723569350145,0.8326898326898327,0.7612359550561798,0.5714285714285714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5771812080536913,0.8254545454545454,0.888283378746594,0.904642409033877,0.8687782805429864,0.7640449438202247,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.596816976127321,0.8596153846153847,0.9227906976744186,0.9573934837092731,0.9157427937915743,0.7309941520467836,0.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5709876543209876,0.8815261044176707,0.9314641744548287,0.9715762273901809,0.9650924024640657,0.7783018867924528,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5711835334476844,0.865315852205006,0.9364675984752223,0.9615384615384616,0.9750812567713976,0.8623481781376519,0.5909090909090909,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5417721518987342,0.893719806763285,0.9102333931777379,0.9605263157894737,0.9760319573901465,0.9239543726235742,0.7887323943661971,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5043227665706052,0.8637413394919169,0.9344660194174758,0.9727891156462585,0.9781931464174455,0.9504132231404959,0.8290598290598291,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5399239543726235,0.8888888888888888,0.9206896551724137,0.9314586994727593,0.9714285714285714,0.9837209302325581,0.8435374149659864,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4946808510638298,0.8490566037735849,0.9316239316239316,0.9444444444444444,0.9700598802395209,0.9865951742627346,0.8907103825136612,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5633802816901409,0.8298969072164949,0.9371584699453552,0.9465408805031447,0.97265625,0.9837133550488599,0.9482758620689655,0.9090909090909091,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.47413793103448276,0.8368794326241135,0.9259259259259259,0.9740740740740741,0.963302752293578,0.9757085020242915,0.9315789473684211,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5319148936170213,0.7983193277310925,0.9336734693877551,0.9526627218934911,0.9536423841059603,0.9572192513368984,0.9761904761904762,0.8,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4852941176470588,0.8214285714285714,0.92,0.9225352112676056,0.9615384615384616,0.9644970414201184,0.9683544303797469,0.9375,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5476190476190477,0.8181818181818182,0.9487179487179487,0.9574468085106383,0.9230769230769231,0.957983193277311,0.9754098360655737,0.8125,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4117647058823529,0.8145161290322581,0.9289340101522843,0.9363057324840764,0.9927536231884058,0.9653465346534653,0.9586776859504132,0.9512195121951219,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4727272727272727,0.8088235294117647,0.900990099009901,0.9705882352941176,0.9743589743589743,0.968,1.0,0.975,0.7777777777777778,1.0,0.0,0.0,0.0,0.0,0.0,0.44,0.7818181818181819,0.9107142857142857,0.979381443298969,0.9459459459459459,0.9797979797979798,0.9939759036144579,0.9848484848484849,0.9583333333333334,1.0,0.0,0.0,0.0,0.0,0.0,0.3333333333333333,0.8947368421052632,0.8863636363636364,1.0,0.9655172413793104,1.0,1.0,1.0,0.9642857142857143,0.9230769230769231,0.0,0.0,0.0,0.0,0.0,0.46153846153846156,0.75,0.782608695652174,0.9545454545454546,0.95,0.9444444444444444,0.9583333333333334,1.0,1.0,1.0],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.021049228564205106,0.02524228815489403,0.023238061733888413,0.06508852460292384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.018973797953107316,0.020253560368660772,0.01713914650545727,0.02179703372462207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024344763379037244,0.0269678733274424,0.018348085782557068,0.024909514973015603,0.04876270921049689,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.030478063773669958,0.029159896034827045,0.022771653893572216,0.030452059414144837,0.06274950199005566,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.041014839430947934,0.04065301409886992,0.02860624380789525,0.03699177620510904,0.05481745484730658,0.18606716866133133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.047817265960569205,0.047013839001065746,0.034230671051552454,0.04347960002599619,0.06126940631997804,0.1315154483484785,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04703205806310015,0.051079170434291624,0.0381631989893535,0.044317536063879955,0.06136820477329312,0.11326070959601313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04512769243076031,0.05234205248461345,0.03903154060898289,0.04649604747379812,0.06060692248154284,0.12306066924317603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.050277940465013035,0.055444948338988956,0.04062687127012045,0.04845993832025399,0.06236875635912918,0.08602143763724052,0.3346640106136302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05261714020681019,0.057710925813122774,0.04322283638781391,0.049747899245635475,0.062403860312033536,0.08079953395675028,0.3535533905932738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.039234400541028225,0.043861405085988084,0.03394291456949676,0.03699620145405717,0.04567852140260165,0.05701751557138522,0.20671485021951674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04598539163943481,0.05220507838285665,0.03950726841784753,0.04206977196815555,0.050676782362555545,0.05813394222172755,0.14096404417633215,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04675844541300556,0.060973443676807314,0.04683803896675992,0.051098248424605565,0.05490085907599918,0.06188663519221965,0.1138449999360182,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.056226112997485984,0.07300820448956757,0.05521679992216749,0.056230038571736606,0.06487692559239838,0.06736619466230417,0.10285359734013207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06271304097104087,0.07696982305472659,0.06200956435737454,0.06519947584653583,0.07564247870937933,0.07248860892561797,0.09593017064258391,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07875696363074078,0.08847580436399355,0.07042851795511745,0.07611809177930076,0.08657358752692125,0.0797268406520629,0.10304287057413847,0.3972104079569559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07762335614785283,0.10441483744776779,0.08566526746774208,0.08439094158553895,0.0931422642976112,0.0883431747796563,0.09731712356892194,0.3333333333333333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09310531372206035,0.10983689499519662,0.09597564574226371,0.10491554742831717,0.11107768836917165,0.10009321715352991,0.10715860302539389,0.30983866769659335,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.10295662266715962,0.1334600648931462,0.10851727973000429,0.11175950119662989,0.13466820603574797,0.10588459678471658,0.109834879902234,0.23824922940588916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14205177367141952,0.13899468857389788,0.12570429603717292,0.14120119942674547,0.15085856549091078,0.12554804202426625,0.12567307914830092,0.30338262248355624,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08269823804174205,0.1091740491691294,0.09537136619125916,0.10745978827730246,0.11973138351986304,0.09691377372555113,0.08808665416803628,0.15044803302525717,0.6324555320336759,0.0,0.0,0.0,0.0,0.0,0.0,0.1125084519740174,0.14667987507523417,0.1302234658753629,0.13693528447829523,0.15704541174339315,0.12345117253392128,0.11547005383792516,0.15514610049885236,0.39196315719475416,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.1125699782357623,0.15914874981599444,0.12464645702654824,0.1413692049602975,0.1577185175933959,0.1399784276674962,0.10926821208463376,0.17209823757997628,0.27963786932917895,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.17213259316477408,0.29870693776639495,0.19493612778125585,0.23904572186687872,0.2558111362044423,0.21821789023599236,0.1873171623163388,0.2041241452319315,0.26009151226479227,0.3695265087809703,0.0,0.0,0.0,0.0,0.0,0.2277914385197652,0.4050462936504913,0.24628412949650433,0.2912123935408066,0.30434355587066403,0.3194108946418582,0.27963786932917895,0.254000254000381,0.31622776601683794,0.3429971702850177],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.021049228564205106,0.02524228815489403,0.023238061733888413,0.06508852460292384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.018973797953107316,0.020253560368660772,0.01713914650545727,0.02179703372462207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024344763379037244,0.0269678733274424,0.018348085782557068,0.024909514973015603,0.04876270921049689,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.030478063773669958,0.029159896034827045,0.022771653893572216,0.030452059414144837,0.06274950199005566,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.041014839430947934,0.04065301409886992,0.02860624380789525,0.03699177620510904,0.05481745484730658,0.18606716866133133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.047817265960569205,0.047013839001065746,0.034230671051552454,0.04347960002599619,0.06126940631997804,0.1315154483484785,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04703205806310015,0.051079170434291624,0.0381631989893535,0.044317536063879955,0.06136820477329312,0.11326070959601313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04512769243076031,0.05234205248461345,0.03903154060898289,0.04649604747379812,0.06060692248154284,0.12306066924317603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.050277940465013035,0.055444948338988956,0.04062687127012045,0.04845993832025399,0.06236875635912918,0.08602143763724052,0.3346640106136302,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05261714020681019,0.057710925813122774,0.04322283638781391,0.049747899245635475,0.062403860312033536,0.08079953395675028,0.3535533905932738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.039234400541028225,0.043861405085988084,0.03394291456949676,0.03699620145405717,0.04567852140260165,0.05701751557138522,0.20671485021951674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04598539163943481,0.05220507838285665,0.03950726841784753,0.04206977196815555,0.050676782362555545,0.05813394222172755,0.14096404417633215,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04675844541300556,0.060973443676807314,0.04683803896675992,0.051098248424605565,0.05490085907599918,0.06188663519221965,0.1138449999360182,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.056226112997485984,0.07300820448956757,0.05521679992216749,0.056230038571736606,0.06487692559239838,0.06736619466230417,0.10285359734013207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06271304097104087,0.07696982305472659,0.06200956435737454,0.06519947584653583,0.07564247870937933,0.07248860892561797,0.09593017064258391,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07875696363074078,0.08847580436399355,0.07042851795511745,0.07611809177930076,0.08657358752692125,0.0797268406520629,0.10304287057413847,0.3972104079569559,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07762335614785283,0.10441483744776779,0.08566526746774208,0.08439094158553895,0.0931422642976112,0.0883431747796563,0.09731712356892194,0.3333333333333333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09310531372206035,0.10983689499519662,0.09597564574226371,0.10491554742831717,0.11107768836917165,0.10009321715352991,0.10715860302539389,0.30983866769659335,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.10295662266715962,0.1334600648931462,0.10851727973000429,0.11175950119662989,0.13466820603574797,0.10588459678471658,0.109834879902234,0.23824922940588916,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14205177367141952,0.13899468857389788,0.12570429603717292,0.14120119942674547,0.15085856549091078,0.12554804202426625,0.12567307914830092,0.30338262248355624,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08269823804174205,0.1091740491691294,0.09537136619125916,0.10745978827730246,0.11973138351986304,0.09691377372555113,0.08808665416803628,0.15044803302525717,0.6324555320336759,0.0,0.0,0.0,0.0,0.0,0.0,0.1125084519740174,0.14667987507523417,0.1302234658753629,0.13693528447829523,0.15704541174339315,0.12345117253392128,0.11547005383792516,0.15514610049885236,0.39196315719475416,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.1125699782357623,0.15914874981599444,0.12464645702654824,0.1413692049602975,0.1577185175933959,0.1399784276674962,0.10926821208463376,0.17209823757997628,0.27963786932917895,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.17213259316477408,0.29870693776639495,0.19493612778125585,0.23904572186687872,0.2558111362044423,0.21821789023599236,0.1873171623163388,0.2041241452319315,0.26009151226479227,0.3695265087809703,0.0,0.0,0.0,0.0,0.0,0.2277914385197652,0.4050462936504913,0.24628412949650433,0.2912123935408066,0.30434355587066403,0.3194108946418582,0.27963786932917895,0.254000254000381,0.31622776601683794,0.3429971702850177],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_TTbar.json new file mode 100644 index 00000000..c686eff6 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_ptmsd_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01921824712899124,0.028152199121096996,0.037181279430714684,0.037180997871882324,0.025704317812435727,0.016807468036494244,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028422458277342563,0.052790915061703,0.05923178386441446,0.07642835357168423,0.05831057291752071,0.033226664015707646,0.04233163187995181,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06473921026357006,0.11892094842828531,0.15958346222201675,0.18246089980627792,0.16810589969403267,0.09336230948445622,0.029701996859978028,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10154507968382334,0.2720245488154329,0.37395229237036,0.39986032452863324,0.3972928174399013,0.23320538898377383,0.18038355864400837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14313616408279595,0.43565489992431033,0.6280431385187633,0.683114600809582,0.6716907347910286,0.47103819499622224,0.3061140702816667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16045390685687047,0.5221012982894282,0.8201633862315612,0.851047765993176,0.858119908367545,0.667553299309684,0.4371147904181621,0.26784468365582476,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14138920327087262,0.5209228978699553,0.8930132135373848,0.922214776074707,0.9380731997101829,0.7895015158615666,0.5657503044661175,0.4180595511795816,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14122047698712925,0.5283779221870497,0.9040299760846201,0.9498138593080919,0.9640908167441505,0.8857470581202808,0.5880783387931827,0.344403384207804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.13550402932975647,0.5304378110416431,0.9406946114877552,0.958231886628732,0.9758811244798928,0.932959348943526,0.6783814740775853,0.44799152805446746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11388783140872255,0.46874028936695444,0.9383408156798331,0.9582656516260788,0.9838712283877024,0.9632606211597002,0.727967928364109,0.5645777618114547,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1261371319471272,0.538335576323505,0.9180053420099916,0.9703655793464008,0.9833173488977451,0.9800946527758376,0.8183337093221968,0.6072331166529463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09382749240887014,0.49731828895136587,0.9351702362058351,0.9794915421633897,0.9870238604936282,0.9874290392324603,0.9048964260471607,0.73410661490085,0.4104493323707262,0.0,0.0,0.0,0.0,0.0,0.0,0.10009146277141481,0.4902580262731449,0.9351529994295298,0.9796723819065889,0.9866003421125977,0.9886695481636062,0.9603870311060946,0.8215342182267754,0.5514036727179942,0.0,0.0,0.0,0.0,0.0,0.0,0.09865511811711754,0.40869695731544414,0.9108841336449779,0.9760612362141833,0.9868806979413652,0.9910931729939,0.9828235657683179,0.8919941680206479,0.5919213969848885,0.0,0.0,0.0,0.0,0.0,0.0,0.09092412369927096,0.4662780006948173,0.923419109071219,0.9862325534116474,0.9924758416403632,0.9907716062796577,0.9906710487224867,0.9412214561882258,0.7904119163544461,0.0,0.0,0.0,0.0,0.0,0.0,0.07178415858426974,0.47039407026844254,0.93360416867499,0.9925289316469277,0.9863333791816271,0.986166749241038,0.9906010401534427,0.9728973153065779,0.9266528378404473,0.0,0.0,0.0,0.0,0.0,0.0,0.10189922900459385,0.4471872578385075,0.9221005427304539,0.9628865214778709,0.9815687347889996,0.9889408935215485,0.9825774738344221,0.9845705527402774,0.9586130864488345,0.0,0.0,0.0,0.0,0.0,0.0,0.10049190367309671,0.38629302871838406,0.9390668687494119,0.9872842378582278,0.9836049345084715,0.9954453970548631,0.9905699149701686,0.9841266511152184,0.9597384993932696,1.0,0.0,0.0,0.0,0.0,0.0,0.0770457831872513,0.35136508756457596,0.9385347361157481,0.9902932114926989,0.9832490055718734,0.9798454199546149,0.9858496942421915,0.9856820593497286,0.9780539516733243,0.9547967747304558,0.0,0.0,0.0,0.0,0.0,0.047248018681593076,0.41580084342266665,0.9087474333672931,0.9672121060685318,0.9884035092393507,0.9958551736716069,0.9943431900289441,0.9953631510155343,0.978831106953905,0.8909523424742815,0.0,0.0,0.0,0.0,0.0,0.09320474892214041,0.39997886202800603,0.9108170254328188,0.9726218465450237,0.9830895409779205,0.9928677767427583,0.981648725865708,0.992149896139922,0.975940878261401,0.9134457821323565,1.0,0.0,0.0,0.0,0.0,0.09187232537025138,0.3286538146326166,0.8869625259488472,0.9801112082330218,0.9759248103339092,0.9788193331689221,0.9832562368573262,0.9873247188616634,0.9795275269561677,0.9851034236588098,0.8787275272454459,0.0,0.0,0.0,0.0,0.05451238344319536,0.3094516568270938,0.8775646905677378,0.9788341896088507,0.9820000421891752,0.9770586634674093,0.9827580439952439,0.99279397014462,0.985020838083363,0.9766851773417244,0.7857245608791896,0.0,0.0,0.0,0.0,0.21073366073175945,0.38067042727135725,0.8128845295339775,0.9362798800982026,0.9850446277953251,1.0,0.9600524426762219,0.9897403961756285,0.96930393282874,0.8907458930260855,0.8771606096175738,0.0,0.0,0.0,0.0,0.13114562311389466,0.45720013031994944,0.975537202932029,0.9540631547763602,0.9719538099931969,0.9397548204428384,0.9639556770451834,0.9965540042281812,0.996509306008995,0.9059917201889246,0.9464453435481506],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0032268862438477944,0.00355444004762535,0.0034178115233996203,0.0021092226400719325,0.0017920750943868878,0.0059764582200035705,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003296042982761742,0.004369767148598372,0.003806087098917882,0.0025996696047900798,0.0020785861746710154,0.004700200412642743,0.03231211340328463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005783467611127018,0.007314471831776733,0.007571964558409981,0.0045303037412760035,0.003663845208115237,0.006019348834366887,0.01825536544514769,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008326372266795898,0.013171031368968003,0.014076759414588112,0.007983994888966273,0.00624077818005688,0.008248194780350767,0.03399948266610541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011100882005488795,0.020048935818131514,0.02222619163375934,0.012790959067430819,0.009260245702500407,0.01176358879238394,0.03069694141584819,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012466257559993942,0.02483874834162379,0.02958003314985863,0.01637528213568539,0.011645336829149209,0.014025587295525749,0.029757777682356545,0.31225060650483294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012823716109832996,0.026870223631010423,0.035951314562108545,0.019163677963677052,0.013416783313367235,0.01577889668149313,0.027546321816702638,0.269906462777314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014293387960916755,0.029388232728301756,0.040190325690117885,0.02193761176737847,0.01473940907103002,0.017600353582251125,0.023288100925739148,0.13901510161421343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01547057318586671,0.03312842573202354,0.04554950139990775,0.02466142563594662,0.016244119961827203,0.019013889606965817,0.02248144951516919,0.09709232392830128,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01501715990659022,0.032945468647505145,0.04954908488555543,0.026531333612505207,0.017842742875938948,0.020359862380573815,0.021944796867450645,0.08071778460666103,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012357642222669635,0.0288883455527796,0.03879951689814978,0.022195882256026124,0.014318796602622042,0.01652093708846397,0.016376226278967395,0.03937147845566027,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012367972280081954,0.03192883671818817,0.048903159708271055,0.027584941548433835,0.01764185967823765,0.01950208438854045,0.018229105754836043,0.03018765665414049,0.4820510897373417,0.0,0.0,0.0,0.0,0.0,0.0,0.01571301938361588,0.037235454514077025,0.05651040036219822,0.033014055991455134,0.021017511955747654,0.023023213838290483,0.020965203074899654,0.025314768884912582,0.2417195912768848,0.0,0.0,0.0,0.0,0.0,0.0,0.017271207802157885,0.039425366442215,0.06773072751804429,0.04122192801020389,0.025505054929644024,0.028622283645870408,0.024186346323567025,0.023836522203099984,0.1541970274411137,0.0,0.0,0.0,0.0,0.0,0.0,0.020252486276552965,0.05134359573198975,0.08105065752514905,0.0505605175579988,0.031087784304342607,0.03346006429339289,0.02777512480955783,0.02378555790491493,0.11065682042884077,0.0,0.0,0.0,0.0,0.0,0.0,0.02029520903403356,0.0548316311845123,0.08524951655607332,0.05709609309877555,0.037501118834015176,0.04139567291797076,0.03315796997941693,0.024933960555967458,0.09489677537227831,0.0,0.0,0.0,0.0,0.0,0.0,0.028304184763073635,0.06602403622407368,0.10916158056098653,0.06617177124489904,0.04515592239241767,0.0491033707720395,0.03941201202790744,0.0270221230771027,0.07964157530963584,0.0,0.0,0.0,0.0,0.0,0.0,0.031670495290251996,0.07293148453033069,0.12358217620845872,0.07800416563277003,0.05244699506073645,0.05860796438304562,0.045662578466511686,0.02948550572665396,0.07823336094595315,0.9589421222723369,0.0,0.0,0.0,0.0,0.0,0.028649937115445712,0.07558551935942218,0.15602571603786247,0.09047587905287738,0.06008495736661021,0.07051063179737864,0.05353881599671189,0.032432405068346014,0.07808683833755231,0.6795060670220223,0.0,0.0,0.0,0.0,0.0,0.031508779760383465,0.10182051519582709,0.1551970160378713,0.10426609144276401,0.07129964938320453,0.08538731159195799,0.06416757921040087,0.03706057079920336,0.07869794503018644,0.4202914044184699,0.0,0.0,0.0,0.0,0.0,0.03218524608725635,0.08283027695588163,0.14516082107100492,0.08306238397612033,0.06232089773796894,0.0693172817352516,0.053732574605030774,0.02917350929683535,0.05821816536931665,0.22453305082981576,1.4142135623730951,0.0,0.0,0.0,0.0,0.040473709247627526,0.09477918837104475,0.20961673072654816,0.12987578302606695,0.08875061905556392,0.10523941425386005,0.07351208169091443,0.03951774606051209,0.0730632683986169,0.2084463190501504,0.836291092137239,0.0,0.0,0.0,0.0,0.03553316380609931,0.08693009198002714,0.1908348418639239,0.13462189459238222,0.09540143920230883,0.13345432122592304,0.08496988509536076,0.04539765240780589,0.07710628822271086,0.1507254818619171,0.3781784735356412,0.0,0.0,0.0,0.0,0.1322017370681006,0.16702004978858637,0.2925373845220213,0.24914508366193377,0.1787323689208088,0.23017663373625363,0.14334419717955263,0.08414176587434533,0.12475232074506966,0.2283442753363377,0.2696546469182324,0.0,0.0,0.0,0.0,0.10930889844917419,0.23917177278807658,0.47776395228993873,0.30406767313077265,0.24242565120720777,0.3154042121866809,0.20557485645290324,0.10836356320928588,0.1866113020793192,0.24664191728722457,0.3182752846814095],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0032268862438477944,0.00355444004762535,0.0034178115233996203,0.0021092226400719325,0.0017920750943868878,0.0059764582200035705,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.003296042982761742,0.004369767148598372,0.003806087098917882,0.0025996696047900798,0.0020785861746710154,0.004700200412642743,0.03231211340328463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005783467611127018,0.007314471831776733,0.007571964558409981,0.0045303037412760035,0.003663845208115237,0.006019348834366887,0.01825536544514769,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008326372266795898,0.013171031368968003,0.014076759414588112,0.007983994888966273,0.00624077818005688,0.008248194780350767,0.03399948266610541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011100882005488795,0.020048935818131514,0.02222619163375934,0.012790959067430819,0.009260245702500407,0.01176358879238394,0.03069694141584819,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012466257559993942,0.02483874834162379,0.02958003314985863,0.01637528213568539,0.011645336829149209,0.014025587295525749,0.029757777682356545,0.31225060650483294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012823716109832996,0.026870223631010423,0.035951314562108545,0.019163677963677052,0.013416783313367235,0.01577889668149313,0.027546321816702638,0.269906462777314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.014293387960916755,0.029388232728301756,0.040190325690117885,0.02193761176737847,0.01473940907103002,0.017600353582251125,0.023288100925739148,0.13901510161421343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01547057318586671,0.03312842573202354,0.04554950139990775,0.02466142563594662,0.016244119961827203,0.019013889606965817,0.02248144951516919,0.09709232392830128,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01501715990659022,0.032945468647505145,0.04954908488555543,0.026531333612505207,0.017842742875938948,0.020359862380573815,0.021944796867450645,0.08071778460666103,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012357642222669635,0.0288883455527796,0.03879951689814978,0.022195882256026124,0.014318796602622042,0.01652093708846397,0.016376226278967395,0.03937147845566027,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012367972280081954,0.03192883671818817,0.048903159708271055,0.027584941548433835,0.01764185967823765,0.01950208438854045,0.018229105754836043,0.03018765665414049,0.4820510897373417,0.0,0.0,0.0,0.0,0.0,0.0,0.01571301938361588,0.037235454514077025,0.05651040036219822,0.033014055991455134,0.021017511955747654,0.023023213838290483,0.020965203074899654,0.025314768884912582,0.2417195912768848,0.0,0.0,0.0,0.0,0.0,0.0,0.017271207802157885,0.039425366442215,0.06773072751804429,0.04122192801020389,0.025505054929644024,0.028622283645870408,0.024186346323567025,0.023836522203099984,0.1541970274411137,0.0,0.0,0.0,0.0,0.0,0.0,0.020252486276552965,0.05134359573198975,0.08105065752514905,0.0505605175579988,0.031087784304342607,0.03346006429339289,0.02777512480955783,0.02378555790491493,0.11065682042884077,0.0,0.0,0.0,0.0,0.0,0.0,0.02029520903403356,0.0548316311845123,0.08524951655607332,0.05709609309877555,0.037501118834015176,0.04139567291797076,0.03315796997941693,0.024933960555967458,0.09489677537227831,0.0,0.0,0.0,0.0,0.0,0.0,0.028304184763073635,0.06602403622407368,0.10916158056098653,0.06617177124489904,0.04515592239241767,0.0491033707720395,0.03941201202790744,0.0270221230771027,0.07964157530963584,0.0,0.0,0.0,0.0,0.0,0.0,0.031670495290251996,0.07293148453033069,0.12358217620845872,0.07800416563277003,0.05244699506073645,0.05860796438304562,0.045662578466511686,0.02948550572665396,0.07823336094595315,0.9589421222723369,0.0,0.0,0.0,0.0,0.0,0.028649937115445712,0.07558551935942218,0.15602571603786247,0.09047587905287738,0.06008495736661021,0.07051063179737864,0.05353881599671189,0.032432405068346014,0.07808683833755231,0.6795060670220223,0.0,0.0,0.0,0.0,0.0,0.031508779760383465,0.10182051519582709,0.1551970160378713,0.10426609144276401,0.07129964938320453,0.08538731159195799,0.06416757921040087,0.03706057079920336,0.07869794503018644,0.4202914044184699,0.0,0.0,0.0,0.0,0.0,0.03218524608725635,0.08283027695588163,0.14516082107100492,0.08306238397612033,0.06232089773796894,0.0693172817352516,0.053732574605030774,0.02917350929683535,0.05821816536931665,0.22453305082981576,1.4142135623730951,0.0,0.0,0.0,0.0,0.040473709247627526,0.09477918837104475,0.20961673072654816,0.12987578302606695,0.08875061905556392,0.10523941425386005,0.07351208169091443,0.03951774606051209,0.0730632683986169,0.2084463190501504,0.836291092137239,0.0,0.0,0.0,0.0,0.03553316380609931,0.08693009198002714,0.1908348418639239,0.13462189459238222,0.09540143920230883,0.13345432122592304,0.08496988509536076,0.04539765240780589,0.07710628822271086,0.1507254818619171,0.3781784735356412,0.0,0.0,0.0,0.0,0.1322017370681006,0.16702004978858637,0.2925373845220213,0.24914508366193377,0.1787323689208088,0.23017663373625363,0.14334419717955263,0.08414176587434533,0.12475232074506966,0.2283442753363377,0.2696546469182324,0.0,0.0,0.0,0.0,0.10930889844917419,0.23917177278807658,0.47776395228993873,0.30406767313077265,0.24242565120720777,0.3154042121866809,0.20557485645290324,0.10836356320928588,0.1866113020793192,0.24664191728722457,0.3182752846814095],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015384615384615385,0.06299212598425197,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010752688172043012,0.04504504504504504,0.027777777777777776,0.05723905723905724,0.045454545454545456,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05851063829787234,0.15234375,0.11913357400722022,0.16645326504481434,0.12771739130434784,0.04819277108433735,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09550561797752809,0.21052631578947367,0.3074433656957929,0.3333333333333333,0.27291886195995785,0.10869565217391304,0.14285714285714285,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11585365853658537,0.37272727272727274,0.4772727272727273,0.5082644628099173,0.5107142857142857,0.32616487455197135,0.35294117647058826,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12403100775193798,0.4898989898989899,0.6883720930232559,0.723404255319149,0.6844059405940595,0.5360824742268041,0.3076923076923077,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.19827586206896552,0.6027397260273972,0.8152173913043478,0.8192307692307692,0.8482758620689655,0.6721763085399449,0.48717948717948717,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1839080459770115,0.5572519083969466,0.8187919463087249,0.9496402877697842,0.8880706921944035,0.799410029498525,0.5866666666666667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14606741573033707,0.6145833333333334,0.822429906542056,0.9211356466876972,0.9491833030852994,0.8931750741839762,0.5851063829787234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12857142857142856,0.594059405940594,0.8686868686868687,0.9772727272727273,0.9593147751605996,0.9331210191082803,0.6538461538461539,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.15315315315315314,0.593103448275862,0.8609271523178808,0.9501133786848073,0.9696531791907514,0.9694501018329938,0.8287292817679558,0.38461538461538464,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1686746987951807,0.4434782608695652,0.9294117647058824,0.9514563106796117,0.9819639278557114,0.9944598337950139,0.8575498575498576,0.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11594202898550725,0.40789473684210525,0.9342105263157895,0.963302752293578,0.9651474530831099,0.9929078014184397,0.9486301369863014,0.8347826086956521,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.13043478260869565,0.5068493150684932,0.8928571428571429,0.9707602339181286,0.9809160305343512,1.0,0.9927797833935018,0.9256756756756757,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1724137931034483,0.5434782608695652,0.8378378378378378,0.9904761904761905,0.9872611464968153,0.9858156028368794,1.0,0.9470588235294117,0.5714285714285714,0.0,0.0,0.0,0.0,0.0,0.0,0.10526315789473684,0.4523809523809524,0.96,0.9529411764705882,0.9741379310344828,0.9603960396039604,0.9813664596273292,0.9565217391304348,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08695652173913043,0.4642857142857143,0.88,0.9649122807017544,0.9782608695652174,0.9305555555555556,1.0,0.9844559585492227,0.75,0.0,0.0,0.0,0.0,0.0,0.0,0.11764705882352941,0.42857142857142855,0.9,0.9761904761904762,0.9868421052631579,0.9830508474576272,0.9852941176470589,1.0,0.9,0.0,0.0,0.0,0.0,0.0,0.0,0.10526315789473684,0.38095238095238093,0.9166666666666666,0.9615384615384616,0.9782608695652174,0.9772727272727273,1.0,0.9776119402985075,0.9523809523809523,0.0,0.0,0.0,0.0,0.0,0.0,0.1111111111111111,0.11764705882352941,1.0,0.967741935483871,0.972972972972973,1.0,0.9454545454545454,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.32,0.7647058823529411,0.9761904761904762,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3333333333333333,0.8125,0.9047619047619048,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.375,0.9,0.95,1.0,1.0,1.0,0.9885057471264368,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.6666666666666666,1.0,1.0,1.0,1.0,1.0,0.9696969696969697,1.0,0.8571428571428571,1.0,0.0,0.0,0.0,0.0,0.0,1.0,1.0,1.0,0.8333333333333334,1.0,1.0,1.0,0.8333333333333334,1.0,0.8333333333333334],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015502506881716274,0.022961819374311063,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010810343749803029,0.02059346986679397,0.014080468820134768,0.014274293122617849,0.0146970406973378,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.018150396087920153,0.02618685620957333,0.021939067445351346,0.01576719046375169,0.013988986513559268,0.024670189383268253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024244417988708713,0.02990321495532598,0.0360673941629105,0.022961219677276355,0.019133042250714476,0.025591948140949543,0.1527207096642425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028076086597231212,0.048225459730217544,0.051678712554879186,0.03249490799197387,0.030306831057475402,0.03937451825698243,0.16759696938840601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.032874520497684946,0.06071543204074351,0.0735235520397494,0.04517139521733335,0.03777240060767198,0.05319570601873234,0.12440116000963691,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0452568512195855,0.08134296171314996,0.08967928322122619,0.053535930107466635,0.04650321160934145,0.055645406729478306,0.1362993820092425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05002645453629855,0.08138972297640201,0.0999735601841691,0.06663291046933593,0.04969331935982068,0.06514033919052396,0.11140583135213013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04336973335813713,0.10166816974355655,0.11835400951149488,0.07471558113268705,0.05794628349789297,0.07083513661740837,0.09933051760390274,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.045528961083865,0.09682923540429846,0.12805080054557363,0.08555378227704687,0.06344161545656625,0.07579380038278083,0.09120395347139298,0.3535533905932738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03988824946912146,0.08072410009035161,0.10300526296320775,0.06481840691790923,0.05253515843261268,0.062358329893298606,0.06470334993137065,0.14311700144908668,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.048734077141207144,0.07460919798368838,0.14524696992200742,0.07751657974467685,0.062451858548833145,0.07412294561066579,0.06736687020724903,0.15427248620541514,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04330287386633615,0.08692653077422363,0.15419399238224718,0.0931422642976112,0.07130828474020118,0.08376710587529895,0.07956494017306229,0.11540645044425529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.056616178192332466,0.10228522726086482,0.17372242948821728,0.10577300160931384,0.08611886622688814,0.10286889997472794,0.08451158213637111,0.10974636398007263,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08348865484681074,0.135040000588181,0.20400119768796673,0.13702690991801633,0.11178760906572208,0.11783050712251206,0.09925833339709303,0.10414862792449478,0.3581618117302907,0.0,0.0,0.0,0.0,0.0,0.0,0.055332366635562825,0.12507421401274504,0.2743428511917159,0.14796812304896012,0.12875674203019247,0.1365326128846084,0.10989680613280511,0.10085114883050325,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.06410519832821615,0.15582120463342297,0.2572469630530164,0.1823803616578149,0.14503579762340657,0.15795961146633444,0.13671718540493263,0.10060978570006454,0.4050462936504913,0.0,0.0,0.0,0.0,0.0,0.0,0.0879464707760473,0.2091214442032571,0.2924038303442689,0.21431720605078777,0.16061966542373926,0.18177280549084707,0.16960588467510734,0.11286652959662007,0.41352146256270667,0.0,0.0,0.0,0.0,0.0,0.0,0.07825178333421348,0.15827599425501268,0.3826382587209975,0.26933641207149595,0.2051115920286211,0.20956311214393156,0.17407765595569785,0.12011614547522856,0.29756235287663035,0.0,0.0,0.0,0.0,0.0,0.0,0.11712139482105108,0.0879464707760473,0.3922322702763681,0.24784662200239496,0.2277771183670349,0.22645540682891915,0.18287297344804954,0.13245323570650439,0.3535533905932738,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.12998461447417536,0.2817467541290281,0.21431720605078777,0.20628424925175867,0.19069251784911845,0.18107149208503706,0.11076975512434226,0.2672612419124244,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.19245008972987526,0.30338262248355624,0.28646914643725635,0.2721655269759087,0.30151134457776363,0.21821789023599236,0.13736056394868904,0.23904572186687872,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2538762001448738,0.41352146256270667,0.30434355587066403,0.3651483716701107,0.3086066999241838,0.21320071635561044,0.15031191168942368,0.254000254000381,0.5345224838248488,1.0,0.0,0.0,0.0,0.0,0.0,0.4303314829119352,0.816496580927726,0.5773502691896257,0.6324555320336759,0.6324555320336759,0.5,0.24058068530854457,0.3922322702763681,0.47687026308358865,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.816496580927726,1.4142135623730951,0.6324555320336759,0.504608392349582,0.5345224838248488,0.4472135954999579,0.3651483716701107,0.504608392349582,1.4142135623730951,0.504608392349582],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015502506881716274,0.022961819374311063,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010810343749803029,0.02059346986679397,0.014080468820134768,0.014274293122617849,0.0146970406973378,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.018150396087920153,0.02618685620957333,0.021939067445351346,0.01576719046375169,0.013988986513559268,0.024670189383268253,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024244417988708713,0.02990321495532598,0.0360673941629105,0.022961219677276355,0.019133042250714476,0.025591948140949543,0.1527207096642425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028076086597231212,0.048225459730217544,0.051678712554879186,0.03249490799197387,0.030306831057475402,0.03937451825698243,0.16759696938840601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.032874520497684946,0.06071543204074351,0.0735235520397494,0.04517139521733335,0.03777240060767198,0.05319570601873234,0.12440116000963691,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0452568512195855,0.08134296171314996,0.08967928322122619,0.053535930107466635,0.04650321160934145,0.055645406729478306,0.1362993820092425,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05002645453629855,0.08138972297640201,0.0999735601841691,0.06663291046933593,0.04969331935982068,0.06514033919052396,0.11140583135213013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04336973335813713,0.10166816974355655,0.11835400951149488,0.07471558113268705,0.05794628349789297,0.07083513661740837,0.09933051760390274,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.045528961083865,0.09682923540429846,0.12805080054557363,0.08555378227704687,0.06344161545656625,0.07579380038278083,0.09120395347139298,0.3535533905932738,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03988824946912146,0.08072410009035161,0.10300526296320775,0.06481840691790923,0.05253515843261268,0.062358329893298606,0.06470334993137065,0.14311700144908668,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.048734077141207144,0.07460919798368838,0.14524696992200742,0.07751657974467685,0.062451858548833145,0.07412294561066579,0.06736687020724903,0.15427248620541514,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04330287386633615,0.08692653077422363,0.15419399238224718,0.0931422642976112,0.07130828474020118,0.08376710587529895,0.07956494017306229,0.11540645044425529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.056616178192332466,0.10228522726086482,0.17372242948821728,0.10577300160931384,0.08611886622688814,0.10286889997472794,0.08451158213637111,0.10974636398007263,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08348865484681074,0.135040000588181,0.20400119768796673,0.13702690991801633,0.11178760906572208,0.11783050712251206,0.09925833339709303,0.10414862792449478,0.3581618117302907,0.0,0.0,0.0,0.0,0.0,0.0,0.055332366635562825,0.12507421401274504,0.2743428511917159,0.14796812304896012,0.12875674203019247,0.1365326128846084,0.10989680613280511,0.10085114883050325,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.06410519832821615,0.15582120463342297,0.2572469630530164,0.1823803616578149,0.14503579762340657,0.15795961146633444,0.13671718540493263,0.10060978570006454,0.4050462936504913,0.0,0.0,0.0,0.0,0.0,0.0,0.0879464707760473,0.2091214442032571,0.2924038303442689,0.21431720605078777,0.16061966542373926,0.18177280549084707,0.16960588467510734,0.11286652959662007,0.41352146256270667,0.0,0.0,0.0,0.0,0.0,0.0,0.07825178333421348,0.15827599425501268,0.3826382587209975,0.26933641207149595,0.2051115920286211,0.20956311214393156,0.17407765595569785,0.12011614547522856,0.29756235287663035,0.0,0.0,0.0,0.0,0.0,0.0,0.11712139482105108,0.0879464707760473,0.3922322702763681,0.24784662200239496,0.2277771183670349,0.22645540682891915,0.18287297344804954,0.13245323570650439,0.3535533905932738,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.12998461447417536,0.2817467541290281,0.21431720605078777,0.20628424925175867,0.19069251784911845,0.18107149208503706,0.11076975512434226,0.2672612419124244,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.19245008972987526,0.30338262248355624,0.28646914643725635,0.2721655269759087,0.30151134457776363,0.21821789023599236,0.13736056394868904,0.23904572186687872,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2538762001448738,0.41352146256270667,0.30434355587066403,0.3651483716701107,0.3086066999241838,0.21320071635561044,0.15031191168942368,0.254000254000381,0.5345224838248488,1.0,0.0,0.0,0.0,0.0,0.0,0.4303314829119352,0.816496580927726,0.5773502691896257,0.6324555320336759,0.6324555320336759,0.5,0.24058068530854457,0.3922322702763681,0.47687026308358865,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.816496580927726,1.4142135623730951,0.6324555320336759,0.504608392349582,0.5345224838248488,0.4472135954999579,0.3651483716701107,0.504608392349582,1.4142135623730951,0.504608392349582],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_QCD.json new file mode 100644 index 00000000..dd63c6dd --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.007232851314654976,0.1207576862389157,0.18647722878657885,0.23179912699399965,0.25033202989268194,0.31581140934879987,0.3845027388426402,0.42697940139648854,0.48926017324121424,0.5299394847877235,0.5747916686209416,0.6034790701448413,0.7071541437832414,0.7509616773389216,0.8115552298857186,0.7965040706178029,0.8557712852706403,0.9012199629780233,0.928709792167852,0.9497543418581766],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010199115291500127,0.0015019102930327757,0.007925783666852487,0.003960405786169174,0.006851216772917039,0.006879758278639039,0.008419900192755866,0.021135872207581455,0.01166593330920403,0.019685484169173793,0.01852164553986136,0.041626944966406676,0.02085952079379706,0.03434357005987936,0.014840763784032346,0.05965907543391375,0.019383001165462713,0.015973526212554486,0.016105455773290697,0.020790569519275],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010199115291500127,0.0015019102930327757,0.007925783666852487,0.003960405786169174,0.006851216772917039,0.006879758278639039,0.008419900192755866,0.021135872207581455,0.01166593330920403,0.019685484169173793,0.01852164553986136,0.041626944966406676,0.02085952079379706,0.03434357005987936,0.014840763784032346,0.05965907543391375,0.019383001165462713,0.015973526212554486,0.016105455773290697,0.020790569519275],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.013433322317682829,0.1276443100071743,0.17733811500181326,0.21819893316598682,0.26244541484716155,0.30397007360926753,0.36227018385291765,0.39069855017887406,0.45488149597738636,0.49029493319889084,0.5221112696148359,0.5805650419124495,0.6378348214285714,0.702152414194299,0.7362338545207342,0.7904974489795918,0.8151898734177215,0.8428919012860618,0.8928312816799421,0.9278937381404174],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010123314964642314,0.0016706120088800563,0.002900527621677147,0.004084222419344774,0.005379266444214935,0.006915929493577946,0.008882480533361088,0.010114612519649983,0.011995855914141896,0.013571683241752598,0.015057772221417192,0.01687859391562389,0.017072816093012064,0.018644982629131078,0.020844460919083593,0.021244624663944365,0.023133580198088286,0.023236244644646246,0.024735962521462783,0.033637579202603074],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010123314964642314,0.0016706120088800563,0.002900527621677147,0.004084222419344774,0.005379266444214935,0.006915929493577946,0.008882480533361088,0.010114612519649983,0.011995855914141896,0.013571683241752598,0.015057772221417192,0.01687859391562389,0.017072816093012064,0.018644982629131078,0.020844460919083593,0.021244624663944365,0.023133580198088286,0.023236244644646246,0.024735962521462783,0.033637579202603074],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_TTbar.json new file mode 100644 index 00000000..0e88eb8e --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbb_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.037902660198615594,0.16016444449437098,0.1916500533519302,0.24137268691141686,0.2926903943870354,0.3517735711600478,0.41339799130342914,0.4630411381230981,0.5019091562273001,0.5398309790531404,0.5755993014579573,0.6137534992089222,0.6587819148849005,0.6965490984726931,0.7354942703513794,0.7646070081883538,0.7971239980883441,0.844700595316751,0.8755310500497393,0.9182454900723799],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00039163093264544364,0.0021974503628559945,0.0027251760690813866,0.0037341949966258835,0.004606201103650564,0.005687110060703462,0.007633434544621148,0.00937100626657806,0.010322611782395876,0.011773280561789234,0.013306686567390652,0.014762678386326602,0.015564473011541896,0.016616540477367575,0.018866426831498116,0.019979024464753033,0.020341315876429643,0.020378493852204162,0.021963195722208825,0.032462886083565276],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00039163093264544364,0.0021974503628559945,0.0027251760690813866,0.0037341949966258835,0.004606201103650564,0.005687110060703462,0.007633434544621148,0.00937100626657806,0.010322611782395876,0.011773280561789234,0.013306686567390652,0.014762678386326602,0.015564473011541896,0.016616540477367575,0.018866426831498116,0.019979024464753033,0.020341315876429643,0.020378493852204162,0.021963195722208825,0.032462886083565276],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.04692693736557388,0.19627659574468084,0.23371104815864022,0.26153846153846155,0.3159173754556501,0.38524590163934425,0.43155893536121676,0.4946524064171123,0.48055555555555557,0.5384615384615384,0.5377049180327869,0.5699300699300699,0.5871212121212122,0.6395348837209303,0.6756756756756757,0.6629213483146067,0.7970297029702971,0.7910447761194029,0.8707865168539326,0.9135802469135802],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0017894276772519716,0.011175607408448406,0.01428989376706396,0.018395674753687433,0.0224750749905946,0.02700081729104193,0.03427139641544934,0.044461526046376314,0.04445625807499073,0.048581073509299584,0.0520665241848029,0.055932975454098866,0.05941101475022213,0.06375035343318577,0.07141470356008019,0.07869676057914274,0.08420525519180448,0.08395677085775566,0.09566607639581184,0.14691095457328163],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0017894276772519716,0.011175607408448406,0.01428989376706396,0.018395674753687433,0.0224750749905946,0.02700081729104193,0.03427139641544934,0.044461526046376314,0.04445625807499073,0.048581073509299584,0.0520665241848029,0.055932975454098866,0.05941101475022213,0.06375035343318577,0.07141470356008019,0.07869676057914274,0.08420525519180448,0.08395677085775566,0.09566607639581184,0.14691095457328163],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_QCD.json new file mode 100644 index 00000000..9e6b18d7 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.004838646874781849,0.03570092021625512,0.05594460297234025,0.07224879536901112,0.09002412154126763,0.117374696618313,0.12580521093291483,0.1384765406199186,0.1645124802728778,0.1771313422023028,0.18442966481877504,0.2035804182241495,0.2067581548236951,0.23977269729155426,0.247506341753449,0.26599060756598886,0.30425079147706147,0.3155218607144664,0.33035636076536096,0.32213831181418257,0.4199860397128734,0.5004563692891635,0.6036269123618996,0.7758003116180706,0.9109502725725525],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00007449449391617819,0.0007870582166584464,0.0016131973857505585,0.0023223443109644704,0.002334947268478772,0.005970017369291444,0.0037119627074436966,0.004080017678892157,0.009072479588976542,0.0055218518175218214,0.005808828468440044,0.00625973034327484,0.006331531013006819,0.007316408157800329,0.007555249766153852,0.016066856095675135,0.024101976110119647,0.026577574138925975,0.009292153953492038,0.033860470184274086,0.014267560053403397,0.01596684116439534,0.017478258765156674,0.011941899509897482,0.014491640430671832],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00007449449391617819,0.0007870582166584464,0.0016131973857505585,0.0023223443109644704,0.002334947268478772,0.005970017369291444,0.0037119627074436966,0.004080017678892157,0.009072479588976542,0.0055218518175218214,0.005808828468440044,0.00625973034327484,0.006331531013006819,0.007316408157800329,0.007555249766153852,0.016066856095675135,0.024101976110119647,0.026577574138925975,0.009292153953492038,0.033860470184274086,0.014267560053403397,0.01596684116439534,0.017478258765156674,0.011941899509897482,0.014491640430671832],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.007501206798722911,0.036003956478733924,0.05411314566821536,0.06785257775884107,0.08631609957283841,0.10514582946312465,0.10701956271576525,0.131706008583691,0.14918276374442793,0.15614156835530882,0.17708333333333334,0.19896948077685295,0.21265822784810126,0.20899357601713062,0.2398230088495575,0.25250227479526843,0.2712316585148955,0.2924935289042278,0.30579216354344124,0.3465269693441987,0.38396156688839617,0.44396240057845265,0.5408388520971302,0.7269025197251209,0.8821128995692586],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00012649354092348042,0.001108969535629683,0.0019741666211859524,0.0027781282161791114,0.0037163884982695495,0.004646154317074145,0.005221729175823619,0.006323123338632802,0.0071377501490004075,0.00791439621803846,0.008805982482624658,0.009723859437144013,0.010431244645802779,0.010402435286311202,0.011470201571073957,0.011995215788268329,0.012381914820688424,0.01277072649800778,0.013040707638733344,0.013456088630680835,0.014013350879027973,0.015223865907486764,0.01621117262738459,0.017874379907854586,0.019400655024009655],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00012649354092348042,0.001108969535629683,0.0019741666211859524,0.0027781282161791114,0.0037163884982695495,0.004646154317074145,0.005221729175823619,0.006323123338632802,0.0071377501490004075,0.00791439621803846,0.008805982482624658,0.009723859437144013,0.010431244645802779,0.010402435286311202,0.011470201571073957,0.011995215788268329,0.012381914820688424,0.01277072649800778,0.013040707638733344,0.013456088630680835,0.014013350879027973,0.015223865907486764,0.01621117262738459,0.017874379907854586,0.019400655024009655],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_TTbar.json new file mode 100644 index 00000000..d42848d5 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023BPix_txbbv11_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023BPix_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.02589052075432501,0.07428924474007362,0.10691830891553059,0.12294495030066126,0.14017037821090322,0.14941087996078875,0.15907784939449934,0.19000689658584155,0.1887781542281224,0.22391992367813093,0.19568492150838335,0.2185195998870088,0.2153400203750971,0.2332218945635623,0.2247368277915328,0.22053430608424662,0.2427293184840821,0.24843368426597282,0.2595873270353611,0.27142462515773275,0.32524788860971604,0.3900006439395837,0.48835471721854046,0.6504923853612326,0.8187986690174215],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.000668040977480324,0.003455254131834976,0.005480112411993707,0.00694164163522478,0.008390058547576826,0.009092890799908576,0.009734819942866903,0.011330993533409715,0.011042377305838801,0.012507814684051708,0.011559944238341687,0.012217981863790025,0.011501460489765223,0.011774410521250101,0.011179622114071993,0.010064694920310641,0.010007491788129612,0.009527048594597465,0.009273946690926944,0.008931971258779444,0.009480362765866108,0.010329208114827208,0.011619062803658063,0.013499041364553233,0.016714194603499967],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.000668040977480324,0.003455254131834976,0.005480112411993707,0.00694164163522478,0.008390058547576826,0.009092890799908576,0.009734819942866903,0.011330993533409715,0.011042377305838801,0.012507814684051708,0.011559944238341687,0.012217981863790025,0.011501460489765223,0.011774410521250101,0.011179622114071993,0.010064694920310641,0.010007491788129612,0.009527048594597465,0.009273946690926944,0.008931971258779444,0.009480362765866108,0.010329208114827208,0.011619062803658063,0.013499041364553233,0.016714194603499967],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023BPix_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.03202697008006743,0.07045009784735812,0.09342560553633218,0.12442396313364056,0.10215053763440861,0.1111111111111111,0.1111111111111111,0.20212765957446807,0.1557377049180328,0.18181818181818182,0.21428571428571427,0.1826086956521739,0.2523364485981308,0.2196969696969697,0.26811594202898553,0.24528301886792453,0.29605263157894735,0.25870646766169153,0.30042918454935624,0.2857142857142857,0.3423076923076923,0.36577181208053694,0.4266304347826087,0.5890736342042755,0.7822966507177034],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00263900117474209,0.012148245597774046,0.018800900856919177,0.025391432000927115,0.024602787451723087,0.02928034870526277,0.03381003441389915,0.05084218912577701,0.03841020373857825,0.04658824938095802,0.04820011129513057,0.04333435542183313,0.05434487757453413,0.04505583473725927,0.04963651212792038,0.04382977206851419,0.050242817779716904,0.04025018179691841,0.04094835433913109,0.0392870784440662,0.04203854680394348,0.04094360299426192,0.04066846212473221,0.04715369776707915,0.05775473427521395],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00263900117474209,0.012148245597774046,0.018800900856919177,0.025391432000927115,0.024602787451723087,0.02928034870526277,0.03381003441389915,0.05084218912577701,0.03841020373857825,0.04658824938095802,0.04820011129513057,0.04333435542183313,0.05434487757453413,0.04505583473725927,0.04963651212792038,0.04382977206851419,0.050242817779716904,0.04025018179691841,0.04094835433913109,0.0392870784440662,0.04203854680394348,0.04094360299426192,0.04066846212473221,0.04715369776707915,0.05775473427521395],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_QCD.json new file mode 100644 index 00000000..a059e1b9 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04531667270655993,0.04412523862634932,0.04835619278529952,0.05578068113191087,0.034319507971308054,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06718948229096545,0.08088491774327637,0.08314098413428009,0.07745230935378486,0.19214849856299276,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14440884135446252,0.19450649223755237,0.18950611809406584,0.20662928557145385,0.13252292931369594,0.07287247658172724,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3152003740174113,0.4273479611167783,0.4240011438652596,0.4336852166334898,0.3582318622368824,0.17463697228668795,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.49061979019603674,0.698898599901415,0.6749617274565934,0.7122673463759032,0.6545494377289258,0.4908898710813025,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5378200372341823,0.8547111475286815,0.8837212159270058,0.8891343116724956,0.8163073664849964,0.6747219833901519,0.40147335939133966,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5372496680727418,0.8919661071072394,0.9352362324946677,0.9562243764188394,0.9062823332265324,0.7140099987998967,0.5742994919475974,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5404637478456763,0.9055326806064798,0.9511181846275361,0.970116236063391,0.9493551681043949,0.7908074040925185,0.32637276032949564,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5054551446014022,0.903896335970984,0.953143260997094,0.9686395536930208,0.9670046457969079,0.8272886322645334,0.5810550687721284,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.48951102479534847,0.8938655293326889,0.9540953623783104,0.970181055721506,0.9759378207268206,0.8726664594549669,0.7030993442713799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.47179384849505274,0.9040327388790225,0.9528877499085098,0.9690575545582402,0.9810506318043011,0.9104932626061767,0.7578402453797186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.453980251858279,0.9000497368794019,0.9555568253468895,0.9673521449829259,0.98410667192343,0.9482073961820218,0.7908315212409152,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.7284307090391023,0.44603189939524984,0.9039537662261973,0.9580269885604805,0.9650694196352093,0.9818905332335601,0.97467564244278,0.8425054274328638,0.6787862159501395,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.43667593062162097,0.9007581479219592,0.9611067642383495,0.9684038150967423,0.9770747282326406,0.9820651278145723,0.8931393587338841,0.7783004855389586,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4221418006062808,0.8960234938683884,0.9619984400137818,0.9663080274728383,0.9761511542434551,0.9848119060552405,0.9266095616192287,0.8304453363938221,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4208986898393885,0.9020592334650114,0.9622602022241313,0.9693145620833599,0.973704432291499,0.9848834554918294,0.9496088477669139,0.8739276559790468,0.9802599110662789,0.0,0.0,0.0,0.0,0.0,0.0,0.40722010414938054,0.8984493587356751,0.962718378534273,0.968209590741387,0.971523016942163,0.9844988247512758,0.9624776671388885,0.8861017581422495,0.9237628025217075,0.0,0.0,0.0,0.0,0.0,0.0,0.4044785900489784,0.8999714511298148,0.9631763697297999,0.9711979718794475,0.9730259091747141,0.9836250962136651,0.9741624468229378,0.8842161149601174,0.9382342595097243,0.0,0.0,0.0,0.0,0.0,0.0,0.39836831441403786,0.8961242900928817,0.9613823688937132,0.9720522640063864,0.9748132963851084,0.9813746821001529,0.9820018616005121,0.9030034337491,0.9274014403367491,0.0,0.0,0.0,0.0,0.0,0.0,0.39704482287867743,0.8968600890689119,0.9616941310511788,0.9730105716472364,0.9742337984690026,0.9790596423705257,0.9852233182073696,0.9214203289408996,0.8966256390423499,0.9654967646493672,0.0,0.0,0.0,0.0,0.0,0.3848597436876031,0.8898861972700647,0.9605356704945811,0.973529163145084,0.9749387813091445,0.9786575291863712,0.9873302411298803,0.949329221104932,0.9406112288639964,0.7148101697732838,0.0,0.0,0.0,0.0,0.0,0.3730510564851562,0.8826012045013487,0.95774404442916,0.9734395377933375,0.9760523058722684,0.9786977354629969,0.9867032663254189,0.9760142277643213,0.9128081896022222,0.9349187318033723,0.0,0.0,0.0,0.0,0.0,0.3659454527133242,0.8768254535469507,0.9535158806442976,0.9731356108360966,0.9787900173639839,0.9785195452175492,0.9838212937060133,0.9893602529881325,0.9577294833284288,0.9294397653722117,0.0,0.0,0.0,0.0,0.0,0.35322774472178353,0.8567521867058053,0.9458201386975575,0.9683615029803136,0.978095249702718,0.9808619258821546,0.9826890147801434,0.9900578014533827,0.9881995143983995,0.9522077578859368,0.0,0.0,0.0,0.0,0.0,0.35111024014382486,0.8404098532204608,0.9317837014471649,0.9621092385740988,0.9739822426424211,0.9811634144366107,0.9829744145003207,0.9866499777577209,0.9917629933037243,0.9873925897427706],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005476486609944636,0.005323790577692722,0.004966150060784536,0.00983111240147651,0.017434067300065335,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005152793084467758,0.005749723952530855,0.004846258661660961,0.006492776181576727,0.14209322199941168,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007847320179735332,0.013163579359415319,0.006767143730357718,0.017009667031118322,0.014665691246967573,0.03321471050286228,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011445517528906475,0.024726163643342864,0.013033469072695177,0.022358615064429918,0.023245261805672837,0.05744176440586686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024313375106560765,0.019453506026006685,0.042037057030216776,0.018145376355742458,0.02951312240129021,0.06923965256955539,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015430191031705455,0.06592602632053951,0.02779341815700673,0.02641238188428664,0.027450856997078846,0.060603013551666626,0.30548080761401925,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01701584188914906,0.020616367061509346,0.01596872125685383,0.01885539230532778,0.03409887198261819,0.04405355160758791,0.22292204749489877,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.013477260712254578,0.01944310217768221,0.014966388503642215,0.017126994212338743,0.023164675573603365,0.036277638463286056,0.1341262762438678,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012378741321583037,0.01851099101530186,0.013940794722783598,0.016852551069093582,0.019877166419172285,0.029185199402626684,0.13582468395083128,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010586454149005822,0.016928509839260072,0.01292140046175064,0.026932991231599784,0.018240510722279692,0.024696585894732847,0.10618022333860633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006691458305301546,0.010963462517389605,0.010074779935612425,0.00899006263694762,0.01107870666175089,0.018348626772371646,0.04662871361224154,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006329759790234371,0.010452000572814493,0.009183467159914346,0.008536597038912727,0.011653300878725768,0.012131751614720862,0.02743878179669209,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.6765509288923537,0.0060869784041688735,0.010709833498730063,0.00837358460420288,0.008851670795656281,0.03498259205488555,0.16890787991671233,0.01976081406816558,0.26632871847564915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006136253448718884,0.010736409635172669,0.008555861833145426,0.008869778237880517,0.00944537918688387,0.010013649003798671,0.04661038215870457,0.13807620222877184,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005599675075486154,0.010281433711535386,0.008249087296261259,0.008310631485313984,0.021001476900929312,0.008937527381119222,0.012922517055673367,0.08476927131119778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005233664049921832,0.009355650836423281,0.007409585284793411,0.008140129359656635,0.008451265777863105,0.008088023037143179,0.010210519539529455,0.05362160433576281,0.7613955936730518,0.0,0.0,0.0,0.0,0.0,0.0,0.0050188424559586935,0.009198826368859192,0.0074785927681137124,0.007870973856595444,0.008329998900017776,0.007869672434320834,0.009186791603969879,0.03697189028371685,0.5792802560622695,0.0,0.0,0.0,0.0,0.0,0.0,0.005188562652704001,0.009365939177582926,0.007610397056404782,0.008137393403885142,0.0084832095747782,0.007740391905674709,0.008591815190504616,0.024725937009881762,0.38316275530115124,0.0,0.0,0.0,0.0,0.0,0.0,0.0051732116986269085,0.009506386429096495,0.00777420640481783,0.008427320791904403,0.009106948377976527,0.007674464943846186,0.0080945811569091,0.01938920455940806,0.14210332616218696,0.0,0.0,0.0,0.0,0.0,0.0,0.005104213203010238,0.009354402354156716,0.007672183211149124,0.008285985541696118,0.00847986706059795,0.007413780884789765,0.007788413325257495,0.015646210241394638,0.08581590964617204,1.342483056606056,0.0,0.0,0.0,0.0,0.0,0.003140935173417179,0.005878258855647123,0.0048577864339378754,0.005287318913286106,0.0055271441743853355,0.004753933907892821,0.004586909764518152,0.00801731572432732,0.030008276030088724,0.20977344299411782,0.0,0.0,0.0,0.0,0.0,0.0031861299330421615,0.006047846385800631,0.0049885587583513346,0.005559819524597094,0.0058314700258907315,0.004959911255352091,0.004397471646471713,0.006650050143317805,0.015055946512718386,0.09183134159883458,0.0,0.0,0.0,0.0,0.0,0.0023750562877767134,0.0045648622738864225,0.0037392633478341326,0.004186637542391083,0.004509469420010955,0.0038495702644095247,0.003294542962324185,0.004276484487305001,0.006896115707145095,0.021045122604965955,0.0,0.0,0.0,0.0,0.0,0.002629819992853761,0.005065448477390902,0.004235618875915844,0.00473693169901892,0.005175207560557575,0.004489626398681719,0.003733234524648214,0.0043170457529864235,0.005846829483580974,0.009361719813699487,0.0,0.0,0.0,0.0,0.0,0.0024885843432351745,0.004656514160538798,0.003915870107772262,0.004443094301301818,0.004850862872643322,0.00428870371035463,0.0036039209343987403,0.003929647310353626,0.004611135317902389,0.006180222277159469],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005476486609944636,0.005323790577692722,0.004966150060784536,0.00983111240147651,0.017434067300065335,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005152793084467758,0.005749723952530855,0.004846258661660961,0.006492776181576727,0.14209322199941168,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007847320179735332,0.013163579359415319,0.006767143730357718,0.017009667031118322,0.014665691246967573,0.03321471050286228,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011445517528906475,0.024726163643342864,0.013033469072695177,0.022358615064429918,0.023245261805672837,0.05744176440586686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024313375106560765,0.019453506026006685,0.042037057030216776,0.018145376355742458,0.02951312240129021,0.06923965256955539,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015430191031705455,0.06592602632053951,0.02779341815700673,0.02641238188428664,0.027450856997078846,0.060603013551666626,0.30548080761401925,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01701584188914906,0.020616367061509346,0.01596872125685383,0.01885539230532778,0.03409887198261819,0.04405355160758791,0.22292204749489877,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.013477260712254578,0.01944310217768221,0.014966388503642215,0.017126994212338743,0.023164675573603365,0.036277638463286056,0.1341262762438678,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.012378741321583037,0.01851099101530186,0.013940794722783598,0.016852551069093582,0.019877166419172285,0.029185199402626684,0.13582468395083128,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010586454149005822,0.016928509839260072,0.01292140046175064,0.026932991231599784,0.018240510722279692,0.024696585894732847,0.10618022333860633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006691458305301546,0.010963462517389605,0.010074779935612425,0.00899006263694762,0.01107870666175089,0.018348626772371646,0.04662871361224154,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006329759790234371,0.010452000572814493,0.009183467159914346,0.008536597038912727,0.011653300878725768,0.012131751614720862,0.02743878179669209,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.6765509288923537,0.0060869784041688735,0.010709833498730063,0.00837358460420288,0.008851670795656281,0.03498259205488555,0.16890787991671233,0.01976081406816558,0.26632871847564915,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006136253448718884,0.010736409635172669,0.008555861833145426,0.008869778237880517,0.00944537918688387,0.010013649003798671,0.04661038215870457,0.13807620222877184,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005599675075486154,0.010281433711535386,0.008249087296261259,0.008310631485313984,0.021001476900929312,0.008937527381119222,0.012922517055673367,0.08476927131119778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005233664049921832,0.009355650836423281,0.007409585284793411,0.008140129359656635,0.008451265777863105,0.008088023037143179,0.010210519539529455,0.05362160433576281,0.7613955936730518,0.0,0.0,0.0,0.0,0.0,0.0,0.0050188424559586935,0.009198826368859192,0.0074785927681137124,0.007870973856595444,0.008329998900017776,0.007869672434320834,0.009186791603969879,0.03697189028371685,0.5792802560622695,0.0,0.0,0.0,0.0,0.0,0.0,0.005188562652704001,0.009365939177582926,0.007610397056404782,0.008137393403885142,0.0084832095747782,0.007740391905674709,0.008591815190504616,0.024725937009881762,0.38316275530115124,0.0,0.0,0.0,0.0,0.0,0.0,0.0051732116986269085,0.009506386429096495,0.00777420640481783,0.008427320791904403,0.009106948377976527,0.007674464943846186,0.0080945811569091,0.01938920455940806,0.14210332616218696,0.0,0.0,0.0,0.0,0.0,0.0,0.005104213203010238,0.009354402354156716,0.007672183211149124,0.008285985541696118,0.00847986706059795,0.007413780884789765,0.007788413325257495,0.015646210241394638,0.08581590964617204,1.342483056606056,0.0,0.0,0.0,0.0,0.0,0.003140935173417179,0.005878258855647123,0.0048577864339378754,0.005287318913286106,0.0055271441743853355,0.004753933907892821,0.004586909764518152,0.00801731572432732,0.030008276030088724,0.20977344299411782,0.0,0.0,0.0,0.0,0.0,0.0031861299330421615,0.006047846385800631,0.0049885587583513346,0.005559819524597094,0.0058314700258907315,0.004959911255352091,0.004397471646471713,0.006650050143317805,0.015055946512718386,0.09183134159883458,0.0,0.0,0.0,0.0,0.0,0.0023750562877767134,0.0045648622738864225,0.0037392633478341326,0.004186637542391083,0.004509469420010955,0.0038495702644095247,0.003294542962324185,0.004276484487305001,0.006896115707145095,0.021045122604965955,0.0,0.0,0.0,0.0,0.0,0.002629819992853761,0.005065448477390902,0.004235618875915844,0.00473693169901892,0.005175207560557575,0.004489626398681719,0.003733234524648214,0.0043170457529864235,0.005846829483580974,0.009361719813699487,0.0,0.0,0.0,0.0,0.0,0.0024885843432351745,0.004656514160538798,0.003915870107772262,0.004443094301301818,0.004850862872643322,0.00428870371035463,0.0036039209343987403,0.003929647310353626,0.004611135317902389,0.006180222277159469],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.043478260869565216,0.09090909090909091,0.08783783783783784,0.06363636363636363,0.125,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.15753424657534246,0.182,0.16486486486486487,0.15176151761517614,0.07894736842105263,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16666666666666666,0.2824427480916031,0.28875739644970416,0.3057371096586783,0.2852897473997028,0.22388059701492538,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4322396576319544,0.5202185792349727,0.4837451235370611,0.5070588235294118,0.34684684684684686,0.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5724852071005917,0.6846153846153846,0.7085093542546771,0.6898854961832062,0.5578635014836796,0.4117647058823529,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6422136422136422,0.8105726872246696,0.8201875344732488,0.8430034129692833,0.7375745526838966,0.6029411764705882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6666666666666666,0.6467722289890377,0.8450704225352113,0.9022988505747126,0.9228591648973815,0.8516746411483254,0.6090909090909091,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.6082725060827251,0.8901098901098901,0.9282419272168119,0.9410112359550562,0.9150326797385621,0.7092511013215859,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6472049689440994,0.8796680497925311,0.9529846804014791,0.9677202420981843,0.9322235434007135,0.7840531561461794,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.25,0.6057213930348259,0.8741648106904232,0.9495066744051074,0.9697802197802198,0.9601820250284414,0.8241469816272966,0.7272727272727273,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6343843843843844,0.8803418803418803,0.9362644853442399,0.9669754329440193,0.9784431137724551,0.8858988159311088,0.6521739130434783,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5597235932872655,0.8888888888888888,0.9447646493756003,0.9592592592592593,0.9830258302583026,0.9183040330920372,0.8115942028985508,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5794871794871795,0.868020304568528,0.9278557114228457,0.9547114682249818,0.983440662373505,0.9397590361445783,0.8118811881188119,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5695364238410596,0.8773109243697479,0.9536784741144414,0.9409409409409409,0.9758064516129032,0.97724399494311,0.8433333333333334,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6004901960784313,0.9008810572687225,0.956949569495695,0.9607046070460704,0.9764359351988218,0.9808823529411764,0.8905775075987842,0.7142857142857143,0.0,0.0,0.0,0.0,0.0,0.0,1.0,0.5592105263157895,0.8910614525139665,0.9515050167224081,0.9543859649122807,0.9633204633204633,0.9864864864864865,0.9396551724137931,0.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5343511450381679,0.90625,0.9467312348668281,0.9583333333333334,0.9562982005141388,0.9841628959276018,0.9647435897435898,0.875,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5751295336787565,0.8701923076923077,0.9347181008902077,0.9331306990881459,0.9679715302491103,0.9808743169398907,0.9468085106382979,0.8181818181818182,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5592105263157895,0.8571428571428571,0.9484126984126984,0.9617021276595744,0.961864406779661,0.9858156028368794,0.9811320754716981,0.9512195121951219,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5283018867924528,0.8840579710144928,0.9340659340659341,0.9157894736842105,0.9473684210526315,0.9836734693877551,0.9812206572769953,0.9333333333333333,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.49171270718232046,0.8611111111111112,0.943217665615142,0.9681978798586572,0.97,0.9683377308707124,0.9848484848484849,0.9076923076923077,0.7142857142857143,0.0,0.0,0.0,0.0,0.0,0.0,0.5619834710743802,0.8349514563106796,0.9487179487179487,0.9550561797752809,0.9603174603174603,0.9411764705882353,0.99,0.9478260869565217,0.8947368421052632,0.0,0.0,0.0,0.0,0.0,0.0,0.4774774774774775,0.7889908256880734,0.9121951219512195,0.9415584415584416,0.9481481481481482,0.9538461538461539,0.9685534591194969,0.9817073170731707,0.9137931034482759,1.0,0.0,0.0,0.0,0.0,0.0,0.5102040816326531,0.7884615384615384,0.9230769230769231,0.9605263157894737,0.9183673469387755,0.972972972972973,0.9908256880733946,0.9879518072289156,0.9782608695652174,0.9166666666666666,0.0,0.0,0.0,0.0,0.0,0.4782608695652174,0.90625,0.8235294117647058,0.9487179487179487,0.967741935483871,0.9714285714285714,0.9836065573770492,0.9807692307692307,1.0,1.0],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015702502576404678,0.023029108959313586,0.017967061039905863,0.024805782026342007,0.13258252147247765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020404096051056465,0.020742420302365873,0.016109644942644587,0.02176451176748669,0.04734533139927205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1800205749557739,0.02351600572490253,0.020985715921234716,0.017026876313045614,0.023341892883917807,0.04521945812968598,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02971742283677285,0.02939919238726122,0.021602787051129047,0.029983671518078812,0.04587240343018308,0.23664319132398465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03649237010813184,0.03560024708933043,0.02702839271705338,0.03335312301586475,0.0507824588214324,0.13075739534734382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0368420749561851,0.04020323874809372,0.028695628950987463,0.036409434222211164,0.05047666967828434,0.11921799353151878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6085806194501846,0.03601810590129347,0.03960588591070375,0.029946330138751236,0.03543809533458324,0.050151673230198444,0.09439196058929919,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3346640106136302,0.034497927363583314,0.04099664354309424,0.030288845272721958,0.03581429731208432,0.04786032899122025,0.0730785657134083,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0363912357336714,0.04141536297149289,0.03135574117676899,0.03578500688271087,0.04627971974094046,0.06817001678695775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2795084971874737,0.03478111726465535,0.04271322676253265,0.032776964852233095,0.03622136889840643,0.046273308196415515,0.06281592549615736,0.33793468264894005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02789980910327799,0.032989784909373154,0.024857162993791475,0.027676988183942066,0.034046411091043866,0.04240757096732882,0.12496403690766283,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.029356610106236535,0.03926566932555758,0.029706739000097022,0.031534289607080386,0.03792948996511192,0.042681407113887966,0.10321917559593038,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03425568585926576,0.04536204547509939,0.034567389699298096,0.036921188800717195,0.042361264426496285,0.04468345624444889,0.08533661511860613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03847051339057368,0.05261219116778971,0.041137119308684904,0.04275674138909534,0.047129646204996524,0.049424626502632796,0.0719848235033942,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04853436905503616,0.06141624676738171,0.04799423458678735,0.05052110494414445,0.05331241556644509,0.05345438604208423,0.07153773006332328,0.4182428884065142,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.05355539861289515,0.0686064797473589,0.05572367944407911,0.057204443069585505,0.0604249235565866,0.061506851715304484,0.07236972074839408,0.33071891388307384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05594034074169399,0.08214742517505114,0.0668022861742746,0.06990946733229474,0.06934887118960027,0.06646775664494951,0.07794380338552721,0.32021721143623744,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06851131725232865,0.08845432763413871,0.07325448566940075,0.07404639145251743,0.08233557784723089,0.07286091140933813,0.08084778769183838,0.2600352516124343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07573877105665355,0.10166908169810952,0.08563255168699117,0.089598943525414,0.08942015527096374,0.08331875061697806,0.0856441127957444,0.212765648736674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08727557582547961,0.10986211605649722,0.0996296742736336,0.09609369971666672,0.10386888232272949,0.08924369214009648,0.09553444025509807,0.2002467613523344,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.06365888434247538,0.08613682743574327,0.07603911558451855,0.08205843420025373,0.07981019149624105,0.07091590195526042,0.0650470196727325,0.1154122254934657,0.4182428884065142,0.0,0.0,0.0,0.0,0.0,0.0,0.08517405091370932,0.1219619306633273,0.09737012901973954,0.10241983673465861,0.12223211996060523,0.09092261189961381,0.08103702857336269,0.12670405017622532,0.29870693776639495,0.0,0.0,0.0,0.0,0.0,0.0,0.07972148697978394,0.11379594439444689,0.09224292060780413,0.10895282967271169,0.11697207830756848,0.097761316849089,0.0774322439113329,0.1089152885600686,0.1736430613285487,0.5,0.0,0.0,0.0,0.0,0.0,0.12539832750791002,0.16467527113959032,0.16525727862448453,0.1574106730445445,0.18961647278727814,0.16106274499646128,0.1345246893276885,0.15382671288830702,0.2051115920286211,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.17532508053953788,0.23234800559317267,0.17159746009171012,0.21772622746606257,0.24784662200239496,0.23391708181785434,0.17884366362246268,0.19328523734829448,0.24253562503633297,0.282842712474619],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.015702502576404678,0.023029108959313586,0.017967061039905863,0.024805782026342007,0.13258252147247765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.020404096051056465,0.020742420302365873,0.016109644942644587,0.02176451176748669,0.04734533139927205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1800205749557739,0.02351600572490253,0.020985715921234716,0.017026876313045614,0.023341892883917807,0.04521945812968598,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02971742283677285,0.02939919238726122,0.021602787051129047,0.029983671518078812,0.04587240343018308,0.23664319132398465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03649237010813184,0.03560024708933043,0.02702839271705338,0.03335312301586475,0.0507824588214324,0.13075739534734382,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0368420749561851,0.04020323874809372,0.028695628950987463,0.036409434222211164,0.05047666967828434,0.11921799353151878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.6085806194501846,0.03601810590129347,0.03960588591070375,0.029946330138751236,0.03543809533458324,0.050151673230198444,0.09439196058929919,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.3346640106136302,0.034497927363583314,0.04099664354309424,0.030288845272721958,0.03581429731208432,0.04786032899122025,0.0730785657134083,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0363912357336714,0.04141536297149289,0.03135574117676899,0.03578500688271087,0.04627971974094046,0.06817001678695775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2795084971874737,0.03478111726465535,0.04271322676253265,0.032776964852233095,0.03622136889840643,0.046273308196415515,0.06281592549615736,0.33793468264894005,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02789980910327799,0.032989784909373154,0.024857162993791475,0.027676988183942066,0.034046411091043866,0.04240757096732882,0.12496403690766283,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.029356610106236535,0.03926566932555758,0.029706739000097022,0.031534289607080386,0.03792948996511192,0.042681407113887966,0.10321917559593038,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03425568585926576,0.04536204547509939,0.034567389699298096,0.036921188800717195,0.042361264426496285,0.04468345624444889,0.08533661511860613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03847051339057368,0.05261219116778971,0.041137119308684904,0.04275674138909534,0.047129646204996524,0.049424626502632796,0.0719848235033942,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04853436905503616,0.06141624676738171,0.04799423458678735,0.05052110494414445,0.05331241556644509,0.05345438604208423,0.07153773006332328,0.4182428884065142,0.0,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.05355539861289515,0.0686064797473589,0.05572367944407911,0.057204443069585505,0.0604249235565866,0.061506851715304484,0.07236972074839408,0.33071891388307384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.05594034074169399,0.08214742517505114,0.0668022861742746,0.06990946733229474,0.06934887118960027,0.06646775664494951,0.07794380338552721,0.32021721143623744,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06851131725232865,0.08845432763413871,0.07325448566940075,0.07404639145251743,0.08233557784723089,0.07286091140933813,0.08084778769183838,0.2600352516124343,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.07573877105665355,0.10166908169810952,0.08563255168699117,0.089598943525414,0.08942015527096374,0.08331875061697806,0.0856441127957444,0.212765648736674,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.08727557582547961,0.10986211605649722,0.0996296742736336,0.09609369971666672,0.10386888232272949,0.08924369214009648,0.09553444025509807,0.2002467613523344,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.06365888434247538,0.08613682743574327,0.07603911558451855,0.08205843420025373,0.07981019149624105,0.07091590195526042,0.0650470196727325,0.1154122254934657,0.4182428884065142,0.0,0.0,0.0,0.0,0.0,0.0,0.08517405091370932,0.1219619306633273,0.09737012901973954,0.10241983673465861,0.12223211996060523,0.09092261189961381,0.08103702857336269,0.12670405017622532,0.29870693776639495,0.0,0.0,0.0,0.0,0.0,0.0,0.07972148697978394,0.11379594439444689,0.09224292060780413,0.10895282967271169,0.11697207830756848,0.097761316849089,0.0774322439113329,0.1089152885600686,0.1736430613285487,0.5,0.0,0.0,0.0,0.0,0.0,0.12539832750791002,0.16467527113959032,0.16525727862448453,0.1574106730445445,0.18961647278727814,0.16106274499646128,0.1345246893276885,0.15382671288830702,0.2051115920286211,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.17532508053953788,0.23234800559317267,0.17159746009171012,0.21772622746606257,0.24784662200239496,0.23391708181785434,0.17884366362246268,0.19328523734829448,0.24253562503633297,0.282842712474619],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_TTbar.json new file mode 100644 index 00000000..62cf2b05 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_ptmsd_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_ptmsd","description":"mc Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02049905545270194,0.03127144334807086,0.03184300353193533,0.03841649993874691,0.027792683694765997,0.02290827893661349,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03280061468877959,0.05638154874570773,0.05883709694517574,0.07524271068229091,0.06181639284008562,0.03642962435746524,0.011639007743683151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06331795624190069,0.1329906603127253,0.16231577656287507,0.17877198831288665,0.16839415756736698,0.09808916641600395,0.08399373032093975,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.09778123857272668,0.27788848893313484,0.3822290386986123,0.4113564261167198,0.4048487104192177,0.24280333940814935,0.18698178551017586,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12953299519759576,0.45131022483076605,0.654970895381127,0.6899215804120296,0.6876235729769002,0.48570922357802643,0.31568358262512597,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.15049794989301427,0.5411810698284311,0.8218920078688118,0.8607983710454443,0.8679110109238781,0.6773401095701199,0.4523532913322567,0.23185092515879457,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1518297349890523,0.5415275551945339,0.9004041087122109,0.9247783807136963,0.9397445826634372,0.8065135788426668,0.5368244899862996,0.07448214153483053,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14525512957536435,0.5532573847585079,0.9187546258733704,0.945352748772871,0.9652111511454008,0.8820382003228907,0.6114104197979697,0.19951004353125712,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.13601382648658938,0.5561288640684159,0.9273511984344742,0.9615539597557196,0.9784080049863474,0.9311475039271153,0.6703080572660326,0.4618298972120682,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11526225078943869,0.5374715451502676,0.925102793111911,0.96342069063067,0.9828257482660206,0.9597947848115732,0.7337171253557747,0.5312647030025942,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11575305648438372,0.5247693152090095,0.9402347364250722,0.9711144766316272,0.9846221059206116,0.9773759321688594,0.8262746218845154,0.6330176315138897,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.13395807253464603,0.501056804449188,0.9309448347333971,0.9788700766183795,0.9868579139879404,0.9859058369777907,0.911841675625854,0.7289456602724725,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.10206242090879854,0.5008114062718205,0.9160747225647102,0.9818268721800384,0.9868060815033023,0.986664968855686,0.9633110939426235,0.8230667031799555,0.320343063618468,0.0,0.0,0.0,0.0,0.0,1.0,0.08233775537529149,0.4529775782859538,0.9323094967104504,0.9755837889954093,0.9885114587413047,0.9893250822655686,0.9826629811002368,0.9064342528913147,0.6494829755964221,0.0,0.0,0.0,0.0,0.0,0.0,0.09651266413954557,0.49578249942213565,0.9235817676567697,0.9722847365975259,0.9903629648732508,0.98788533309889,0.9900303135244889,0.9519251774165206,0.8514221179841058,0.0,0.0,0.0,0.0,0.0,0.0,0.07901223248737847,0.4271733462049102,0.9244880971861212,0.9841229901901619,0.9890419270426887,0.9873428712761236,0.9905021111982532,0.9717000480300011,0.8800716320384636,0.0,0.0,0.0,0.0,0.0,0.0,0.07083331936840698,0.4100194908062432,0.9112363474603447,0.981875233796757,0.988813900660737,0.9832386169820373,0.9914901099854565,0.9822355535291583,0.9418016199218076,0.0,0.0,0.0,0.0,0.0,0.0,0.08322690165320575,0.38422483281602904,0.9461288134954748,0.9914058238760796,0.9900628758922946,0.9849754941008982,0.9894062168401843,0.9893113045246451,0.9661790895704587,0.33408145434254727,0.0,0.0,0.0,0.0,0.0,0.06319662894787166,0.4486763672737292,0.9185315254634571,0.9922489945702657,0.9901400626562735,0.9709709743881155,0.9868864489769763,0.9889590298767114,0.972457666693194,0.9918613221281994,0.0,0.0,0.0,0.0,0.0,0.08637711193387193,0.42983492040976923,0.9345326645406464,0.9721930515366352,0.991328132107314,0.9843394471323608,0.9851749908033569,0.9891062252104623,0.979498543833975,1.0,0.0,0.0,0.0,0.0,0.0,0.05712650948394252,0.40741673480117785,0.8604467022971048,0.9648968598716218,0.9819707858710036,0.9876007934426114,0.9881718000680699,0.9910384452603297,0.970316803082841,0.9420084284885917,0.0,0.0,0.0,0.0,0.0,0.08067184805154211,0.4428619846517077,0.8577948012474949,0.9738187681680672,0.9858932126060524,0.9780762330481921,0.9787361569800139,0.9902271859241091,0.9776685518713082,0.9591258027731747,0.45868015527243244,0.0,0.0,0.0,0.0,0.05485119207958367,0.34044506066097574,0.8763855473819449,0.970152537990149,0.9777126218673756,0.9695222281206421,0.9792464459964991,0.9851704714431022,0.9712846118477085,0.9311146760322174,0.9963292132734747,0.0,0.0,0.0,0.0,0.025685480992214647,0.5751041383507406,0.7828229784276045,0.9420169868287335,0.9898234379374228,0.9476694266317949,0.9595659049890218,0.9907633650613078,0.9839878767624257,0.940525386712507,0.90619119701272,0.0,0.0,0.0,0.0,0.013723432066738976,0.36789981667459604,0.891915262702729,0.9612617774368694,0.9648789639380942,0.9797354498441894,0.983333828026511,0.9760123652164109,0.962884049656074,0.9239896420746836,0.9932023750732246],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002418146358586123,0.002672759824018686,0.00233647369356132,0.0015344477498780223,0.0013902781401253339,0.004964181341151673,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00275531742472764,0.0031910086522736886,0.0027974717584481113,0.001830949155268749,0.0015534316162699987,0.0035610612897445442,0.011760997224860393,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004306029199424665,0.00565558936536929,0.005462168148747489,0.003262511910736346,0.0026610873081107157,0.004447840764842279,0.024218412983422657,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0058815035024560045,0.009842157718404167,0.010470902405191121,0.005999134064322695,0.004622553874226527,0.0062408593399671045,0.025410801534719786,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007630538716858101,0.014775358913254606,0.016794771546866264,0.009324160961734365,0.006869917650161377,0.008628471565809532,0.02338761549944409,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00905653343686236,0.01845166292822054,0.021937217744954066,0.012039855171585291,0.008591169535856875,0.010332137841185817,0.022287698817100365,0.2592712357569632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010097325181256667,0.02048193085786207,0.02638597366727018,0.014086864950500218,0.00979934403015784,0.011620286602682692,0.019168918330032057,0.06712330972965207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01054939587229918,0.022360588826649767,0.029273669114010463,0.01597539249025231,0.010625900546246809,0.012675639249959752,0.017742551884545623,0.07053954066657848,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01093613648066359,0.024833314483581833,0.032172047621940134,0.017830461733245605,0.011778100951527858,0.01382821899608808,0.016636541269684477,0.07925769916189002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01073598584712872,0.026549332676657975,0.035959241430695905,0.02006533807402388,0.012981417406372693,0.015184473740449797,0.01632999904923557,0.05947247512903057,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008842395610297479,0.02083892505138759,0.029408564854273716,0.01638417129649459,0.010427228568783723,0.011966569566175807,0.01199433356907051,0.029779476112357692,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011137978156225218,0.024290771664910275,0.0344993246721468,0.020072969512909503,0.012710639620703892,0.014119723835858832,0.013196617210587682,0.02198852997034248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0111583801443276,0.027907987363562106,0.0408970281829045,0.024749997253637114,0.015527373441212786,0.017090985208756324,0.015091187982132154,0.01840196854112578,0.20042122415746821,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.011850378889645028,0.03098389692580982,0.05027319148125672,0.029815726042034196,0.018586905889432265,0.020749886208954876,0.017607914489055132,0.01758294529545376,0.122321972068953,0.0,0.0,0.0,0.0,0.0,0.0,0.01483595996848866,0.03739151975566254,0.057792763211485146,0.03433216754085152,0.02244474551532384,0.025276300478779854,0.02062331460347175,0.017647540538731018,0.08875987135345954,0.0,0.0,0.0,0.0,0.0,0.0,0.01506420574209961,0.04040238847576229,0.06755724972664656,0.04166438707729291,0.027233852212275547,0.030121602194867692,0.02398847433140316,0.018325504632727283,0.06487931292299656,0.0,0.0,0.0,0.0,0.0,0.0,0.015698001447978952,0.04379605752803601,0.07671585059213792,0.0477552728358691,0.03250906724222579,0.035566853345673735,0.028421849568444735,0.01943111252314087,0.058430219169617804,0.0,0.0,0.0,0.0,0.0,0.0,0.020934508918088946,0.0500760347715234,0.09249529652142786,0.05796682501440528,0.039015678727855316,0.04285232993302007,0.03383300776712229,0.02139576245731576,0.056314048082262556,0.33728909757219666,0.0,0.0,0.0,0.0,0.0,0.020388291360625806,0.06507618651375066,0.10344900455308266,0.06935961353879568,0.04596312204706947,0.05104408773277739,0.03996182028706711,0.024193572018384187,0.05668525334276833,0.4301260780637697,0.0,0.0,0.0,0.0,0.0,0.0378176722849496,0.06710836895022934,0.1231872619267616,0.07968474372404605,0.05604199077100813,0.06247211961457261,0.0469917493406922,0.026563946466441436,0.05973193560133791,0.3894912165669084,0.0,0.0,0.0,0.0,0.0,0.017195658311300082,0.054609354203789644,0.09489620368099871,0.06466865033899538,0.0441061369387227,0.05112674481871549,0.038930189212179875,0.021084110646629198,0.04369455692012364,0.1531528341058651,0.0,0.0,0.0,0.0,0.0,0.02837026252092579,0.08029813353422371,0.13530360957381762,0.08824739952502138,0.0677518641414154,0.07604997573193482,0.05399125409548696,0.029520864112802976,0.053137002640732976,0.14479869511991497,0.27168104252671477,0.0,0.0,0.0,0.0,0.02463586899760433,0.0798693120662301,0.14135315782765895,0.10485960528484933,0.0748611987904251,0.08679405156660185,0.062331588270310545,0.03285539818911505,0.05747227806199403,0.11530458514961378,0.2610740248961182,0.0,0.0,0.0,0.0,0.0260735669210707,0.17535310666701207,0.2396290933288941,0.16062369577276658,0.13304484919265555,0.15096177136762345,0.11258885161828414,0.05924378197198746,0.09896441410236119,0.17636307224107256,0.24184397756660772,0.0,0.0,0.0,0.0,0.013989497681608079,0.14874363729702497,0.3176671440326474,0.23930603861673827,0.1665209346542494,0.22941585319890148,0.17023873039086,0.08256428752690584,0.1300163554501878,0.21514676808838545,0.29890040403073453],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.002418146358586123,0.002672759824018686,0.00233647369356132,0.0015344477498780223,0.0013902781401253339,0.004964181341151673,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00275531742472764,0.0031910086522736886,0.0027974717584481113,0.001830949155268749,0.0015534316162699987,0.0035610612897445442,0.011760997224860393,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004306029199424665,0.00565558936536929,0.005462168148747489,0.003262511910736346,0.0026610873081107157,0.004447840764842279,0.024218412983422657,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0058815035024560045,0.009842157718404167,0.010470902405191121,0.005999134064322695,0.004622553874226527,0.0062408593399671045,0.025410801534719786,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.007630538716858101,0.014775358913254606,0.016794771546866264,0.009324160961734365,0.006869917650161377,0.008628471565809532,0.02338761549944409,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.00905653343686236,0.01845166292822054,0.021937217744954066,0.012039855171585291,0.008591169535856875,0.010332137841185817,0.022287698817100365,0.2592712357569632,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.010097325181256667,0.02048193085786207,0.02638597366727018,0.014086864950500218,0.00979934403015784,0.011620286602682692,0.019168918330032057,0.06712330972965207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01054939587229918,0.022360588826649767,0.029273669114010463,0.01597539249025231,0.010625900546246809,0.012675639249959752,0.017742551884545623,0.07053954066657848,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01093613648066359,0.024833314483581833,0.032172047621940134,0.017830461733245605,0.011778100951527858,0.01382821899608808,0.016636541269684477,0.07925769916189002,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01073598584712872,0.026549332676657975,0.035959241430695905,0.02006533807402388,0.012981417406372693,0.015184473740449797,0.01632999904923557,0.05947247512903057,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008842395610297479,0.02083892505138759,0.029408564854273716,0.01638417129649459,0.010427228568783723,0.011966569566175807,0.01199433356907051,0.029779476112357692,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.011137978156225218,0.024290771664910275,0.0344993246721468,0.020072969512909503,0.012710639620703892,0.014119723835858832,0.013196617210587682,0.02198852997034248,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0111583801443276,0.027907987363562106,0.0408970281829045,0.024749997253637114,0.015527373441212786,0.017090985208756324,0.015091187982132154,0.01840196854112578,0.20042122415746821,0.0,0.0,0.0,0.0,0.0,1.4142135623730951,0.011850378889645028,0.03098389692580982,0.05027319148125672,0.029815726042034196,0.018586905889432265,0.020749886208954876,0.017607914489055132,0.01758294529545376,0.122321972068953,0.0,0.0,0.0,0.0,0.0,0.0,0.01483595996848866,0.03739151975566254,0.057792763211485146,0.03433216754085152,0.02244474551532384,0.025276300478779854,0.02062331460347175,0.017647540538731018,0.08875987135345954,0.0,0.0,0.0,0.0,0.0,0.0,0.01506420574209961,0.04040238847576229,0.06755724972664656,0.04166438707729291,0.027233852212275547,0.030121602194867692,0.02398847433140316,0.018325504632727283,0.06487931292299656,0.0,0.0,0.0,0.0,0.0,0.0,0.015698001447978952,0.04379605752803601,0.07671585059213792,0.0477552728358691,0.03250906724222579,0.035566853345673735,0.028421849568444735,0.01943111252314087,0.058430219169617804,0.0,0.0,0.0,0.0,0.0,0.0,0.020934508918088946,0.0500760347715234,0.09249529652142786,0.05796682501440528,0.039015678727855316,0.04285232993302007,0.03383300776712229,0.02139576245731576,0.056314048082262556,0.33728909757219666,0.0,0.0,0.0,0.0,0.0,0.020388291360625806,0.06507618651375066,0.10344900455308266,0.06935961353879568,0.04596312204706947,0.05104408773277739,0.03996182028706711,0.024193572018384187,0.05668525334276833,0.4301260780637697,0.0,0.0,0.0,0.0,0.0,0.0378176722849496,0.06710836895022934,0.1231872619267616,0.07968474372404605,0.05604199077100813,0.06247211961457261,0.0469917493406922,0.026563946466441436,0.05973193560133791,0.3894912165669084,0.0,0.0,0.0,0.0,0.0,0.017195658311300082,0.054609354203789644,0.09489620368099871,0.06466865033899538,0.0441061369387227,0.05112674481871549,0.038930189212179875,0.021084110646629198,0.04369455692012364,0.1531528341058651,0.0,0.0,0.0,0.0,0.0,0.02837026252092579,0.08029813353422371,0.13530360957381762,0.08824739952502138,0.0677518641414154,0.07604997573193482,0.05399125409548696,0.029520864112802976,0.053137002640732976,0.14479869511991497,0.27168104252671477,0.0,0.0,0.0,0.0,0.02463586899760433,0.0798693120662301,0.14135315782765895,0.10485960528484933,0.0748611987904251,0.08679405156660185,0.062331588270310545,0.03285539818911505,0.05747227806199403,0.11530458514961378,0.2610740248961182,0.0,0.0,0.0,0.0,0.0260735669210707,0.17535310666701207,0.2396290933288941,0.16062369577276658,0.13304484919265555,0.15096177136762345,0.11258885161828414,0.05924378197198746,0.09896441410236119,0.17636307224107256,0.24184397756660772,0.0,0.0,0.0,0.0,0.013989497681608079,0.14874363729702497,0.3176671440326474,0.23930603861673827,0.1665209346542494,0.22941585319890148,0.17023873039086,0.08256428752690584,0.1300163554501878,0.21514676808838545,0.29890040403073453],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_ptmsd","description":"data Trigger efficiency for trigger soup: ptmsd","version":1,"inputs":[{"name":"pt","type":"real","description":"Jet transverse momentum"},{"name":"msd","type":"real","description":"Jet softdrop mass"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.021929824561403508,0.024691358024691357,0.048507462686567165,0.051194539249146756,0.05513784461152882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.06940874035989718,0.11645101663585952,0.152428810720268,0.16529492455418382,0.13725490196078433,0.03409090909090909,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12946428571428573,0.24186046511627907,0.23694779116465864,0.29790419161676646,0.24692049272116462,0.12916666666666668,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.15570175438596492,0.40219378427787933,0.5086071987480438,0.5113908872901679,0.4486081370449679,0.2779220779220779,0.2222222222222222,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.18282548476454294,0.5368663594470046,0.6575875486381323,0.6937293729372938,0.6787773933102653,0.45708582834331335,0.18421052631578946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.20382165605095542,0.5574229691876751,0.7767653758542141,0.8184100418410042,0.8183464091732046,0.6170886075949367,0.5166666666666667,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.22267206477732793,0.625,0.8770949720670391,0.9259944495837188,0.9175187457396047,0.7716535433070866,0.4766355140186916,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.19248826291079812,0.6374501992031872,0.9114754098360656,0.936562860438293,0.9592326139088729,0.8358433734939759,0.5789473684210527,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12234042553191489,0.6146788990825688,0.923728813559322,0.9568733153638814,0.9797297297297297,0.9066874027993779,0.6512820512820513,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.20481927710843373,0.6127450980392157,0.9396984924623115,0.9731800766283525,0.9755555555555555,0.9444444444444444,0.7064846416382252,0.2222222222222222,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14,0.6482758620689655,0.9245283018867925,0.9533333333333334,0.9835948644793152,0.9718719689621726,0.8262195121951219,0.7045454545454546,0.0,0.0,0.0,1.0,0.0,0.0,0.0,0.13366336633663367,0.6113744075829384,0.9090909090909091,0.9776,0.9916142557651991,0.9824561403508771,0.8853410740203193,0.7833333333333333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.12269938650306748,0.5548387096774193,0.9030303030303031,0.9739952718676123,0.9819193324061196,0.9962264150943396,0.9321766561514195,0.8353909465020576,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14423076923076922,0.5445544554455446,0.9172932330827067,0.967948717948718,0.9940476190476191,0.9796839729119639,0.9680170575692963,0.8996865203761756,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.14457831325301204,0.574468085106383,0.9240506329113924,0.9826839826839827,0.9894736842105263,0.9935064935064936,0.9892183288409704,0.9354838709677419,0.5,0.0,0.0,0.0,0.0,0.0,0.0,0.031746031746031744,0.5666666666666667,0.8928571428571429,0.937888198757764,0.9745454545454545,0.9723502304147466,0.9935897435897436,0.9619883040935673,0.9166666666666666,0.0,0.0,0.0,0.0,0.0,0.0,0.07272727272727272,0.5227272727272727,0.9090909090909091,0.9754098360655737,0.9788359788359788,0.9615384615384616,0.9951923076923077,0.9658119658119658,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.11428571428571428,0.5882352941176471,0.9411764705882353,0.9696969696969697,1.0,0.9907407407407407,0.9880239520958084,1.0,0.9047619047619048,0.0,0.0,0.0,0.0,0.0,0.0,0.13793103448275862,0.5882352941176471,0.8571428571428571,0.9871794871794872,0.9767441860465116,1.0,0.9777777777777777,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5238095238095238,0.8695652173913043,1.0,1.0,0.9830508474576272,1.0,0.9954954954954955,0.9230769230769231,1.0,0.0,0.0,0.0,0.0,0.0,0.13953488372093023,0.5357142857142857,0.8979591836734694,0.9550561797752809,0.9903846153846154,0.9897959183673469,0.9865771812080537,0.98125,0.9594594594594594,0.75,0.0,0.0,0.0,0.0,0.0,0.038461538461538464,0.46153846153846156,0.9166666666666666,0.8888888888888888,1.0,0.96,1.0,0.9902912621359223,0.98,1.0,0.0,0.0,0.0,0.0,0.0,0.09523809523809523,0.6,0.9285714285714286,0.9714285714285714,0.975,0.9117647058823529,0.9629629629629629,0.9936305732484076,0.9838709677419355,0.9444444444444444,1.0,0.0,0.0,0.0,0.0,0.14285714285714285,0.2857142857142857,0.75,0.8571428571428571,1.0,1.0,1.0,0.9636363636363636,1.0,1.0,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.5714285714285714,1.0,1.0,0.6666666666666666,0.875,1.0,1.0,1.0,1.0],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.009914268860935667,0.010203892823237951,0.013775984487242493,0.009583067769805304,0.01207516419248714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.013813513148246293,0.01550218253737689,0.017153526531262675,0.011493939974178208,0.011794958365583771,0.02001507930784872,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01806642548729375,0.021579381118588765,0.019808049656509296,0.013890272501268067,0.013129773113786094,0.02465179966760747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.019864938184891098,0.03210909261978432,0.03465204823069984,0.02152617511691347,0.018651793457462238,0.03037269618513994,0.17371910221568257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024475135364104266,0.04360198721195552,0.04605040658895273,0.027849072435546334,0.025635140050506443,0.036460496842079235,0.07576696341610999,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.027953836121460036,0.04931302109751345,0.056069632614716876,0.035289656626165046,0.029967164232780272,0.03973581582011202,0.11428116723758637,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03320009958093978,0.05633673867912483,0.0678148679766733,0.04061803040898067,0.034630776160519634,0.0463995440889472,0.08110319532537842,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03282761878745592,0.06448672477325511,0.07558000500114702,0.045737741590028566,0.038759334725631686,0.0480724465596935,0.08290439388224738,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.027025166093851093,0.06747439365003612,0.0867737105427205,0.05023502521932464,0.04326893623268906,0.05185170637909356,0.07426392165452049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03855603131163718,0.06959975395812043,0.09570504702533651,0.06065194241826601,0.04627531376363841,0.05560229982596703,0.06414587658583822,0.17371910221568257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02526657871576601,0.06070100423557814,0.07480122259781093,0.045487211606704214,0.03730444705746862,0.04311362621367536,0.04795924010208366,0.16520852884007722,0.0,0.0,0.0,1.4142135623730951,0.0,0.0,0.0,0.027388772527800115,0.068329875705198,0.09633767456477711,0.0556172888228112,0.04549878575570071,0.05126834233581552,0.04921989242575762,0.10789440997430638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02907094410424693,0.07460367125074895,0.10205447241907223,0.06741884292813473,0.052025522084881086,0.061255627161242034,0.05330008455236014,0.07943392781983964,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.03983539255771911,0.09125603250864672,0.11499330181676688,0.07813682604907464,0.06271278520792578,0.06616663859159963,0.06373375592724499,0.07319665518427336,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0446514212615442,0.09809253479263567,0.15001772912505945,0.09183911663441076,0.07197462739991815,0.08018974345276135,0.07282832952973282,0.07286781395299953,0.4330127018922193,0.0,0.0,0.0,0.0,0.0,0.0,0.02280136527437393,0.12164002752505565,0.17372242948821728,0.10624951507750055,0.08365044796968918,0.09400988282694159,0.07967905014840983,0.07428823668039912,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.0,0.03766274477653187,0.13450000628423148,0.19860520397847795,0.12567307914830092,0.10123459716402161,0.12045090524155197,0.09770442172160439,0.07354678955533087,0.408248290463863,0.0,0.0,0.0,0.0,0.0,0.0,0.06031984718991401,0.16576525352253957,0.2318080861514772,0.13889932342471284,0.11785113019775792,0.13513737715624424,0.10845168581333102,0.08192319205190404,0.28646914643725635,0.0,0.0,0.0,0.0,0.0,0.0,0.07356817264331995,0.16576525352253957,0.23843513154179433,0.15858762954502725,0.1498360883898761,0.14433756729740643,0.11968561163852406,0.09072184232530289,0.28867513459481287,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.19495859646444152,0.26586273711529923,0.1889822365046136,0.16116459280507606,0.18177280549084707,0.13934660285832354,0.09459507770195216,0.2612947001872144,1.0,0.0,0.0,0.0,0.0,0.0,0.060809436900737195,0.12120703079800613,0.18649779115707843,0.14484352216619234,0.13767458503014482,0.14176337997479327,0.11468988579621808,0.07794432232569926,0.1593916608167279,0.57282196186948,0.0,0.0,0.0,0.0,0.0,0.03919420502808216,0.16107287087356448,0.27056610748302995,0.21596118129056668,0.1873171623163388,0.19398969044771425,0.1655211777204736,0.0978151626719359,0.19699746191258405,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.07047741618104332,0.19595917942265423,0.25289864757946384,0.23391708181785434,0.21940971947477622,0.22642227498864143,0.18709576825793095,0.11232721449778038,0.17743117924838914,0.3194108946418582,1.0,0.0,0.0,0.0,0.0,0.10798984943120778,0.22908106449636376,0.4050462936504913,0.3371981967726185,0.3429971702850177,0.4472135954999579,0.2581988897471611,0.18548371185331894,0.28867513459481287,0.5773502691896257,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.3581618117302907,0.4264014327112209,0.4472135954999579,0.6085806194501846,0.45285552331841994,0.28867513459481287,0.3651483716701107,0.5,0.5345224838248488],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"multibinning","inputs":["pt","msd"],"edges":[[0.0,10.0,20.0,30.0,40.0,50.0,60.0,70.0,80.0,90.0,100.0,110.0,120.0,130.0,140.0,150.0,160.0,170.0,180.0,190.0,200.0,210.0,220.0,230.0,240.0,250.0,260.0,270.0,280.0,290.0,300.0,320.0,340.0,360.0,380.0,400.0,420.0,440.0,460.0,480.0,500.0,550.0,600.0,700.0,800.0,1000.0],[0.0,5.0,10.0,20.0,30.0,40.0,50.0,60.0,80.0,100.0,120.0,150.0,200.0,250.0,300.0,350.0]],"content":[0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.009914268860935667,0.010203892823237951,0.013775984487242493,0.009583067769805304,0.01207516419248714,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.013813513148246293,0.01550218253737689,0.017153526531262675,0.011493939974178208,0.011794958365583771,0.02001507930784872,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01806642548729375,0.021579381118588765,0.019808049656509296,0.013890272501268067,0.013129773113786094,0.02465179966760747,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.019864938184891098,0.03210909261978432,0.03465204823069984,0.02152617511691347,0.018651793457462238,0.03037269618513994,0.17371910221568257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024475135364104266,0.04360198721195552,0.04605040658895273,0.027849072435546334,0.025635140050506443,0.036460496842079235,0.07576696341610999,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.027953836121460036,0.04931302109751345,0.056069632614716876,0.035289656626165046,0.029967164232780272,0.03973581582011202,0.11428116723758637,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03320009958093978,0.05633673867912483,0.0678148679766733,0.04061803040898067,0.034630776160519634,0.0463995440889472,0.08110319532537842,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03282761878745592,0.06448672477325511,0.07558000500114702,0.045737741590028566,0.038759334725631686,0.0480724465596935,0.08290439388224738,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.027025166093851093,0.06747439365003612,0.0867737105427205,0.05023502521932464,0.04326893623268906,0.05185170637909356,0.07426392165452049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.03855603131163718,0.06959975395812043,0.09570504702533651,0.06065194241826601,0.04627531376363841,0.05560229982596703,0.06414587658583822,0.17371910221568257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02526657871576601,0.06070100423557814,0.07480122259781093,0.045487211606704214,0.03730444705746862,0.04311362621367536,0.04795924010208366,0.16520852884007722,0.0,0.0,0.0,1.4142135623730951,0.0,0.0,0.0,0.027388772527800115,0.068329875705198,0.09633767456477711,0.0556172888228112,0.04549878575570071,0.05126834233581552,0.04921989242575762,0.10789440997430638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.02907094410424693,0.07460367125074895,0.10205447241907223,0.06741884292813473,0.052025522084881086,0.061255627161242034,0.05330008455236014,0.07943392781983964,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.03983539255771911,0.09125603250864672,0.11499330181676688,0.07813682604907464,0.06271278520792578,0.06616663859159963,0.06373375592724499,0.07319665518427336,1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0446514212615442,0.09809253479263567,0.15001772912505945,0.09183911663441076,0.07197462739991815,0.08018974345276135,0.07282832952973282,0.07286781395299953,0.4330127018922193,0.0,0.0,0.0,0.0,0.0,0.0,0.02280136527437393,0.12164002752505565,0.17372242948821728,0.10624951507750055,0.08365044796968918,0.09400988282694159,0.07967905014840983,0.07428823668039912,0.3826382587209975,0.0,0.0,0.0,0.0,0.0,0.0,0.03766274477653187,0.13450000628423148,0.19860520397847795,0.12567307914830092,0.10123459716402161,0.12045090524155197,0.09770442172160439,0.07354678955533087,0.408248290463863,0.0,0.0,0.0,0.0,0.0,0.0,0.06031984718991401,0.16576525352253957,0.2318080861514772,0.13889932342471284,0.11785113019775792,0.13513737715624424,0.10845168581333102,0.08192319205190404,0.28646914643725635,0.0,0.0,0.0,0.0,0.0,0.0,0.07356817264331995,0.16576525352253957,0.23843513154179433,0.15858762954502725,0.1498360883898761,0.14433756729740643,0.11968561163852406,0.09072184232530289,0.28867513459481287,1.4142135623730951,0.0,0.0,0.0,0.0,0.0,0.0,0.19495859646444152,0.26586273711529923,0.1889822365046136,0.16116459280507606,0.18177280549084707,0.13934660285832354,0.09459507770195216,0.2612947001872144,1.0,0.0,0.0,0.0,0.0,0.0,0.060809436900737195,0.12120703079800613,0.18649779115707843,0.14484352216619234,0.13767458503014482,0.14176337997479327,0.11468988579621808,0.07794432232569926,0.1593916608167279,0.57282196186948,0.0,0.0,0.0,0.0,0.0,0.03919420502808216,0.16107287087356448,0.27056610748302995,0.21596118129056668,0.1873171623163388,0.19398969044771425,0.1655211777204736,0.0978151626719359,0.19699746191258405,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.07047741618104332,0.19595917942265423,0.25289864757946384,0.23391708181785434,0.21940971947477622,0.22642227498864143,0.18709576825793095,0.11232721449778038,0.17743117924838914,0.3194108946418582,1.0,0.0,0.0,0.0,0.0,0.10798984943120778,0.22908106449636376,0.4050462936504913,0.3371981967726185,0.3429971702850177,0.4472135954999579,0.2581988897471611,0.18548371185331894,0.28867513459481287,0.5773502691896257,0.816496580927726,0.0,0.0,0.0,0.0,0.0,0.0,0.3581618117302907,0.4264014327112209,0.4472135954999579,0.6085806194501846,0.45285552331841994,0.28867513459481287,0.3651483716701107,0.5,0.5345224838248488],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_QCD.json new file mode 100644 index 00000000..f3f8fef6 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.007232851314654976,0.1207576862389157,0.18647722878657885,0.23179912699399965,0.25033202989268194,0.31581140934879987,0.3845027388426402,0.42697940139648854,0.48926017324121424,0.5299394847877235,0.5747916686209416,0.6034790701448413,0.7071541437832414,0.7509616773389216,0.8115552298857186,0.7965040706178029,0.8557712852706403,0.9012199629780233,0.928709792167852,0.9497543418581766],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010199115291500127,0.0015019102930327757,0.007925783666852487,0.003960405786169174,0.006851216772917039,0.006879758278639039,0.008419900192755866,0.021135872207581455,0.01166593330920403,0.019685484169173793,0.01852164553986136,0.041626944966406676,0.02085952079379706,0.03434357005987936,0.014840763784032346,0.05965907543391375,0.019383001165462713,0.015973526212554486,0.016105455773290697,0.020790569519275],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010199115291500127,0.0015019102930327757,0.007925783666852487,0.003960405786169174,0.006851216772917039,0.006879758278639039,0.008419900192755866,0.021135872207581455,0.01166593330920403,0.019685484169173793,0.01852164553986136,0.041626944966406676,0.02085952079379706,0.03434357005987936,0.014840763784032346,0.05965907543391375,0.019383001165462713,0.015973526212554486,0.016105455773290697,0.020790569519275],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.013433322317682829,0.1276443100071743,0.17733811500181326,0.21819893316598682,0.26244541484716155,0.30397007360926753,0.36227018385291765,0.39069855017887406,0.45488149597738636,0.49029493319889084,0.5221112696148359,0.5805650419124495,0.6378348214285714,0.702152414194299,0.7362338545207342,0.7904974489795918,0.8151898734177215,0.8428919012860618,0.8928312816799421,0.9278937381404174],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010123314964642314,0.0016706120088800563,0.002900527621677147,0.004084222419344774,0.005379266444214935,0.006915929493577946,0.008882480533361088,0.010114612519649983,0.011995855914141896,0.013571683241752598,0.015057772221417192,0.01687859391562389,0.017072816093012064,0.018644982629131078,0.020844460919083593,0.021244624663944365,0.023133580198088286,0.023236244644646246,0.024735962521462783,0.033637579202603074],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00010123314964642314,0.0016706120088800563,0.002900527621677147,0.004084222419344774,0.005379266444214935,0.006915929493577946,0.008882480533361088,0.010114612519649983,0.011995855914141896,0.013571683241752598,0.015057772221417192,0.01687859391562389,0.017072816093012064,0.018644982629131078,0.020844460919083593,0.021244624663944365,0.023133580198088286,0.023236244644646246,0.024735962521462783,0.033637579202603074],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_TTbar.json new file mode 100644 index 00000000..15a70d1b --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbb_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_txbb","description":"mc Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.037902660198615594,0.16016444449437098,0.1916500533519302,0.24137268691141686,0.2926903943870354,0.3517735711600478,0.41339799130342914,0.4630411381230981,0.5019091562273001,0.5398309790531404,0.5755993014579573,0.6137534992089222,0.6587819148849005,0.6965490984726931,0.7354942703513794,0.7646070081883538,0.7971239980883441,0.844700595316751,0.8755310500497393,0.9182454900723799],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00039163093264544364,0.0021974503628559945,0.0027251760690813866,0.0037341949966258835,0.004606201103650564,0.005687110060703462,0.007633434544621148,0.00937100626657806,0.010322611782395876,0.011773280561789234,0.013306686567390652,0.014762678386326602,0.015564473011541896,0.016616540477367575,0.018866426831498116,0.019979024464753033,0.020341315876429643,0.020378493852204162,0.021963195722208825,0.032462886083565276],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.00039163093264544364,0.0021974503628559945,0.0027251760690813866,0.0037341949966258835,0.004606201103650564,0.005687110060703462,0.007633434544621148,0.00937100626657806,0.010322611782395876,0.011773280561789234,0.013306686567390652,0.014762678386326602,0.015564473011541896,0.016616540477367575,0.018866426831498116,0.019979024464753033,0.020341315876429643,0.020378493852204162,0.021963195722208825,0.032462886083565276],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_txbb","description":"data Trigger efficiency for trigger soup: txbb","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.04692693736557388,0.19627659574468084,0.23371104815864022,0.26153846153846155,0.3159173754556501,0.38524590163934425,0.43155893536121676,0.4946524064171123,0.48055555555555557,0.5384615384615384,0.5377049180327869,0.5699300699300699,0.5871212121212122,0.6395348837209303,0.6756756756756757,0.6629213483146067,0.7970297029702971,0.7910447761194029,0.8707865168539326,0.9135802469135802],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0017894276772519716,0.011175607408448406,0.01428989376706396,0.018395674753687433,0.0224750749905946,0.02700081729104193,0.03427139641544934,0.044461526046376314,0.04445625807499073,0.048581073509299584,0.0520665241848029,0.055932975454098866,0.05941101475022213,0.06375035343318577,0.07141470356008019,0.07869676057914274,0.08420525519180448,0.08395677085775566,0.09566607639581184,0.14691095457328163],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0017894276772519716,0.011175607408448406,0.01428989376706396,0.018395674753687433,0.0224750749905946,0.02700081729104193,0.03427139641544934,0.044461526046376314,0.04445625807499073,0.048581073509299584,0.0520665241848029,0.055932975454098866,0.05941101475022213,0.06375035343318577,0.07141470356008019,0.07869676057914274,0.08420525519180448,0.08395677085775566,0.09566607639581184,0.14691095457328163],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_QCD.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_QCD.json new file mode 100644 index 00000000..20352d00 --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_QCD.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.004485170933200141,0.034908341673416186,0.05411154851844508,0.07341439907223107,0.08917018018388728,0.11656333402188443,0.12420066825208131,0.14593339263601274,0.15157863444192493,0.16781449838643406,0.188646192270094,0.2040685148053723,0.2065301951003451,0.22093423858246253,0.2374852133490253,0.26181728021096995,0.2681937832719022,0.30240908189778765,0.2996508342189897,0.3412400440688357,0.4025526720112983,0.5038669691939758,0.61014917053881,0.7693955051260959,0.9100436083540897],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00019467385142252973,0.0008196611942922809,0.0012180982380544088,0.0018293222182938326,0.0017309257636520827,0.009777405559978176,0.0027460678248356885,0.004279523071731389,0.0035142619870586417,0.00465015744820075,0.004419771405204777,0.005116999995093575,0.014547464219962626,0.014189681327147837,0.015195087007884805,0.006385714828143274,0.005991839326558441,0.0075522496859504904,0.019128887567986145,0.01939167455363717,0.022917654844945397,0.00990882937704656,0.011004708875275038,0.010804743935017102,0.009277708669259897],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00019467385142252973,0.0008196611942922809,0.0012180982380544088,0.0018293222182938326,0.0017309257636520827,0.009777405559978176,0.0027460678248356885,0.004279523071731389,0.0035142619870586417,0.00465015744820075,0.004419771405204777,0.005116999995093575,0.014547464219962626,0.014189681327147837,0.015195087007884805,0.006385714828143274,0.005991839326558441,0.0075522496859504904,0.019128887567986145,0.01939167455363717,0.022917654844945397,0.00990882937704656,0.011004708875275038,0.010804743935017102,0.009277708669259897],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.008963252612117759,0.040882778581765554,0.06277573529411765,0.07841866493843162,0.09260539046302695,0.10961171228516868,0.12553024351924588,0.140931152255977,0.1586998087954111,0.16830260952836965,0.19687906371911573,0.21017514595496248,0.22713950762016413,0.23753943217665616,0.2543859649122807,0.27184779103514994,0.29847277556440904,0.3186951066499373,0.33671899045860265,0.37448559670781895,0.40198237885462557,0.4785130503559188,0.5820790216368767,0.7143391288091232,0.8823837818944426],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00012115884086597163,0.0009809392299914487,0.0017510045467110304,0.002467738872798128,0.00316057803420526,0.003934965259314513,0.004711438931363383,0.005376240530183889,0.006250310178954681,0.006861054365795177,0.007828467099384527,0.00840900430081657,0.009038342571654576,0.00962981067480761,0.009824506441388714,0.010559165359133985,0.011343349218223166,0.01148155574061135,0.011770068995526455,0.012300435877067629,0.012456667311435184,0.013657400749501815,0.014716632051955326,0.015130883583510307,0.01703761962325022],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00012115884086597163,0.0009809392299914487,0.0017510045467110304,0.002467738872798128,0.00316057803420526,0.003934965259314513,0.004711438931363383,0.005376240530183889,0.006250310178954681,0.006861054365795177,0.007828467099384527,0.00840900430081657,0.009038342571654576,0.00962981067480761,0.009824506441388714,0.010559165359133985,0.011343349218223166,0.01148155574061135,0.011770068995526455,0.012300435877067629,0.012456667311435184,0.013657400749501815,0.014716632051955326,0.015130883583510307,0.01703761962325022],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_TTbar.json b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_TTbar.json new file mode 100644 index 00000000..991d814d --- /dev/null +++ b/src/HH4b/corrections/data/fatjet_triggereff_2023_txbbv11_TTbar.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"fatjet_triggereffmc_2023_txbbv11","description":"mc Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet mc trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.022048453575570778,0.07255106372275505,0.09186938562598025,0.10698492834493604,0.13152562541539534,0.15031631659572514,0.16108516751288712,0.17981487096485524,0.18290991139002746,0.1933364469475147,0.2012278942281991,0.2103026891628729,0.21315226428024914,0.2149277762487013,0.2136169356749461,0.20427605928569814,0.22481414238099406,0.22643507922000386,0.24617347923517371,0.28003976318977586,0.3209084461617978,0.39702024851843887,0.4865134462414625,0.6411627044642004,0.8262168999807711],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00041221440311439304,0.0023151419062537766,0.003393590374998418,0.0042467361903448155,0.0053042490615786446,0.006160434116342772,0.0067436800277858085,0.007432950895451802,0.0076067082697381366,0.007944309676021407,0.007998232161029802,0.008163808992382136,0.007821339116119758,0.007538940067656566,0.007111421829312255,0.006466778636061543,0.006433924886353086,0.006121060397804079,0.0058859971595276,0.006182418184268725,0.006436927480922789,0.007066559207436727,0.007740954585731708,0.008994517270327749,0.011354299966024892],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.00041221440311439304,0.0023151419062537766,0.003393590374998418,0.0042467361903448155,0.0053042490615786446,0.006160434116342772,0.0067436800277858085,0.007432950895451802,0.0076067082697381366,0.007944309676021407,0.007998232161029802,0.008163808992382136,0.007821339116119758,0.007538940067656566,0.007111421829312255,0.006466778636061543,0.006433924886353086,0.006121060397804079,0.0058859971595276,0.006182418184268725,0.006436927480922789,0.007066559207436727,0.007740954585731708,0.008994517270327749,0.011354299966024892],"flow":1.0}}]}},{"name":"fatjet_triggereffdata_2023_txbbv11","description":"data Trigger efficiency for trigger soup: txbbv11","version":1,"inputs":[{"name":"txbb","type":"real","description":"Jet TXbb"},{"name":"systematic","type":"string","description":"Systematic variation"}],"output":{"name":"weight","type":"real","description":"Jet data trigger efficiency"},"data":{"nodetype":"category","input":"systematic","content":[{"key":"nominal","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.030235871457970555,0.0783289817232376,0.10831234256926953,0.132013201320132,0.1652542372881356,0.14410480349344978,0.20809248554913296,0.2,0.2611464968152866,0.1830065359477124,0.22535211267605634,0.18072289156626506,0.2822085889570552,0.24242424242424243,0.2541436464088398,0.26244343891402716,0.2801724137931034,0.32954545454545453,0.31493506493506496,0.32947976878612717,0.3989769820971867,0.44175824175824174,0.4689507494646681,0.6116504854368932,0.8270944741532977],"flow":1.0}},{"key":"stat_up","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.002220619455181157,0.010500802599005743,0.01738900794424218,0.022208187370433223,0.028564764373011618,0.026832083211090416,0.03812020598807299,0.03703280399090206,0.045801008918196696,0.037616740132786715,0.04409781759503751,0.03585308501978268,0.04711624292612413,0.04272489556979349,0.041963720151385095,0.03871931700384913,0.03931904180501442,0.04073871200587742,0.036668006865247876,0.035580921644116525,0.037782511764630114,0.037413888997712225,0.03840685930015928,0.03993860178139136,0.05190110820272164],"flow":1.0}},{"key":"stat_dn","value":{"nodetype":"binning","input":"txbb","edges":[0.0,0.04,0.08,0.12,0.16,0.2,0.24,0.28,0.32,0.36,0.4,0.44,0.48,0.52,0.56,0.6,0.64,0.68,0.72,0.76,0.8,0.84,0.88,0.92,0.96,1.0],"content":[0.002220619455181157,0.010500802599005743,0.01738900794424218,0.022208187370433223,0.028564764373011618,0.026832083211090416,0.03812020598807299,0.03703280399090206,0.045801008918196696,0.037616740132786715,0.04409781759503751,0.03585308501978268,0.04711624292612413,0.04272489556979349,0.041963720151385095,0.03871931700384913,0.03931904180501442,0.04073871200587742,0.036668006865247876,0.035580921644116525,0.037782511764630114,0.037413888997712225,0.03840685930015928,0.03993860178139136,0.05190110820272164],"flow":1.0}}]}}]} diff --git a/src/HH4b/corrections/data/ttbarcorr_2022.json b/src/HH4b/corrections/data/ttbarcorr_2022.json new file mode 100644 index 00000000..61b16561 --- /dev/null +++ b/src/HH4b/corrections/data/ttbarcorr_2022.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"Tau3OverTau2","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0,0.0,0.0,0.6168749752119087,0.38939666462177613,0.6540345969861341,0.8130034861521819,0.8232380008733856,0.80857344628639,0.9228789546300515,0.976589525806759,1.0093721673028306,1.0922555530200015,1.100082487039008,1.119558606307026,1.11808154156482,1.0432653203971105,0.9180914184522364,0.8359427505325836,0.957340608338002],"flow":"clamp"}},{"name":"Xbb","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,0.009999999776482582,0.09000000357627869,0.18000000715255737,0.27000001072883606,0.36000001430511475,0.44999998807907104,0.5400000214576721,0.6299999952316284,0.7200000286102295,0.7900000214576721,0.8500000238418579,0.9100000262260437,0.9399999976158142,0.9700000286102295,1.0],"content":[0.7880398393562502,1.1435109416780362,1.086128885762138,1.0278547923535586,0.9714792302429641,0.9742959046338915,0.9666221255871995,0.9467313978590316,0.9584705415050221,0.9893214095703733,1.0844436702387923,1.1223211939920719,1.1347035026121455,1.1659065337298058,1.1650369433623373],"flow":"clamp"}},{"name":"PTJJ","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,30.0,80.0,140.0,240.0,350.0,500.0,700.0,1000.0],"content":[0.92748666533527,1.021892793168479,1.0082211040548181,0.997014392101844,1.0497907533322275,1.0307098980591127,0.7858688285934999,0.5449755948685895],"flow":"clamp"}}]} diff --git a/src/HH4b/corrections/data/ttbarcorr_2023.json b/src/HH4b/corrections/data/ttbarcorr_2023.json new file mode 100644 index 00000000..d4e3870b --- /dev/null +++ b/src/HH4b/corrections/data/ttbarcorr_2023.json @@ -0,0 +1 @@ +{"schema_version":2,"corrections":[{"name":"Tau3OverTau2","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,0.05,0.1,0.15,0.2,0.25,0.3,0.35,0.4,0.45,0.5,0.55,0.6,0.65,0.7,0.75,0.8,0.85,0.9,0.95,1.0],"content":[0.0,0.0,1.1443394949711005,1.0791725518541246,0.7804590479378803,0.8433929781481829,0.8215885080118138,0.8852970379147735,0.9680610855771213,1.032041702206101,1.0123429233308854,1.0982472633374496,1.1562157368459185,1.1189828272246987,1.1284240864260218,1.0839357754839458,0.9827257634161055,0.8801316851154978,0.7466615968389546,0.7090557993060628],"flow":"clamp"}},{"name":"Xbb","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,0.009999999776482582,0.10000000149011612,0.20999999344348907,0.3100000023841858,0.4000000059604645,0.5,0.6000000238418579,0.699999988079071,0.800000011920929,0.8700000047683716,0.9200000166893005,0.9599999785423279,1.0],"content":[0.8371500758387456,1.0594760160715764,1.1028271657081041,1.0406177027159629,1.0063499558233893,0.9248778883658831,0.9452432382648285,0.9643222999131915,1.0138836286878052,1.038578717493114,1.1323969962391296,1.169833916630135,1.1552766400471006],"flow":"clamp"}},{"name":"PTJJ","version":0,"inputs":[{"name":"xaxis","type":"real","description":"xaxis"}],"output":{"name":"weight","type":"real"},"data":{"nodetype":"binning","input":"xaxis","edges":[0.0,50.0,100.0,150.0,250.0,400.0,550.0,1000.0],"content":[0.8508039329188849,1.010036939070987,1.0826686132931487,1.1257363614371256,1.2078068729282008,1.3340898168641595,0.9837438344099854],"flow":"clamp"}}]} diff --git a/src/HH4b/corrections/trigger_weight.py b/src/HH4b/corrections/trigger_weight.py new file mode 100644 index 00000000..9462d959 --- /dev/null +++ b/src/HH4b/corrections/trigger_weight.py @@ -0,0 +1,257 @@ +""" +Convert ROOT files with trigger SFs derived by Armen to correctionlib +""" + +from __future__ import annotations + +import argparse +from pathlib import Path + +import numpy as np +import uproot +from correctionlib import schemav2 + + +def get_corr_pt_msd(eff, eff_unc_up, eff_unc_dn, year, label, trigger_label, edges): + def multibinning(eff): + return schemav2.MultiBinning( + nodetype="multibinning", + inputs=["pt", "msd"], + edges=edges, + content=list(eff.flatten()), + flow=1.0, # SET FLOW TO 1.0 + ) + + corr = schemav2.Correction( + name=f"fatjet_triggereff{label}_{year}_{trigger_label}", + description=f"{label} Trigger efficiency for trigger soup: {trigger_label}", + version=1, + inputs=[ + schemav2.Variable( + name="pt", + type="real", + description="Jet transverse momentum", + ), + schemav2.Variable( + name="msd", + type="real", + description="Jet softdrop mass", + ), + schemav2.Variable( + name="systematic", + type="string", + description="Systematic variation", + ), + ], + output=schemav2.Variable( + name="weight", type="real", description=f"Jet {label} trigger efficiency" + ), + data=schemav2.Category( + nodetype="category", + input="systematic", + content=[ + {"key": "nominal", "value": multibinning(eff)}, + {"key": "stat_up", "value": multibinning(eff_unc_up)}, + {"key": "stat_dn", "value": multibinning(eff_unc_dn)}, + ], + ), + ) + return corr + + +def get_corr_txbb(eff, eff_unc_up, eff_unc_dn, year, label, trigger_label, edges): + def singlebinning(eff): + return schemav2.Binning( + nodetype="binning", + input="txbb", + edges=edges, + content=list(eff.flatten()), + flow=1.0, # SET FLOW TO 1.0 + ) + + corr = schemav2.Correction( + name=f"fatjet_triggereff{label}_{year}_{trigger_label}", + description=f"{label} Trigger efficiency for trigger soup: {trigger_label}", + version=1, + inputs=[ + schemav2.Variable( + name="txbb", + type="real", + description="Jet TXbb", + ), + schemav2.Variable( + name="systematic", + type="string", + description="Systematic variation", + ), + ], + output=schemav2.Variable( + name="weight", type="real", description=f"Jet {label} trigger efficiency" + ), + data=schemav2.Category( + nodetype="category", + input="systematic", + content=[ + {"key": "nominal", "value": singlebinning(eff)}, + {"key": "stat_up", "value": singlebinning(eff_unc_up)}, + {"key": "stat_dn", "value": singlebinning(eff_unc_dn)}, + ], + ), + ) + return corr + + +def main(args): + + region = args.region + + corr_pt_msd = { + "2022": { + "fname": f"data/trigger/2022/PT_Mass_2dSF_{region}.root", + "data": "Eff_Data_PreEE", + "mc": "Eff_MC_PreEE", + }, + "2022EE": { + "fname": f"data/trigger/2022/PT_Mass_2dSF_{region}.root", + "data": "Eff_Data_PostEE", + "mc": "Eff_MC_PostEE", + }, + "2023": { + "fname": f"data/trigger/2023/PT_Mass_SF_{region}/PT_Mass_2dSF_PreBPix.root", + "data": "Eff_Data_ETA0", + "mc": "Eff_MC_ETA0", + }, + "2023BPix": { + "fname": f"data/trigger/2023/PT_Mass_SF_{region}/PT_Mass_2dSF_PostBPix.root", + "data": "Eff_Data_ETA0", + "mc": "Eff_MC_ETA0", + }, + } + + corr_txbb = { + "2022": { + "fname": f"data/trigger/2022/BTG_SF_{region}_PreEE.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2022EE": { + "fname": f"data/trigger/2022/BTG_SF_{region}_PostEE.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2023": { + "fname": f"data/trigger/2023/Online_BTG_{region}/BTG_SF.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2023BPix": { + "fname": f"data/trigger/2023/Online_BTG_{region}/BTG_SF.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + } + + corr_txbb_v11 = { + "2022": { + "fname": f"data/trigger/BTG_SFs_TXbb/{region}/2022/BTG_SF_TXbb_PreEE.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2022EE": { + "fname": f"data/trigger/BTG_SFs_TXbb/{region}/2022/BTG_SF_TXbb_PostEE.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2023": { + "fname": f"data/trigger/BTG_SFs_TXbb/{region}/2023/BTG_SF_TXbb_PreBPix.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + "2023BPix": { + "fname": f"data/trigger/BTG_SFs_TXbb/{region}/2023/BTG_SF_TXbb_PostBPix.root", + "data": "BTG_Eff_Data", + "mc": "BTG_Eff_MC", + }, + } + + for year, corr_items in corr_pt_msd.items(): + f = uproot.open(corr_items["fname"]) + corrs = {} + for key in ["data", "mc"]: + h = f[corr_items[key]].to_hist() + edges = [ + h.axes[0].edges, + h.axes[1].edges, + ] + + corr = get_corr_pt_msd( + h.values(), + np.sqrt(h.variances()), + np.sqrt(h.variances()), + year, + key, + "ptmsd", + edges, + ) + + # rich.print(corr) + corrs[key] = corr + + cset = schemav2.CorrectionSet(schema_version=2, corrections=[corrs["mc"], corrs["data"]]) + path = Path(f"data/fatjet_triggereff_{year}_ptmsd_{region}.json") + with path.open("w") as fout: + fout.write(cset.json(exclude_unset=True)) + + for year, corr_items in corr_txbb.items(): + f = uproot.open(corr_items["fname"]) + corrs = {} + for key in ["data", "mc"]: + h = f[corr_items[key]].to_hist() + edges = h.axes.edges[0] + corr = get_corr_txbb( + h.values(), + np.sqrt(h.variances()), + np.sqrt(h.variances()), + year, + key, + "txbb", + edges, + ) + # rich.print(corr) + corrs[key] = corr + + cset = schemav2.CorrectionSet(schema_version=2, corrections=[corrs["mc"], corrs["data"]]) + path = Path(f"data/fatjet_triggereff_{year}_txbb_{region}.json") + with path.open("w") as fout: + fout.write(cset.json(exclude_unset=True)) + + for year, corr_items in corr_txbb_v11.items(): + f = uproot.open(corr_items["fname"]) + corrs = {} + for key in ["data", "mc"]: + h = f[corr_items[key]].to_hist() + edges = h.axes.edges[0] + corr = get_corr_txbb( + h.values(), + np.sqrt(h.variances()), + np.sqrt(h.variances()), + year, + key, + "txbbv11", + edges, + ) + # rich.print(corr) + corrs[key] = corr + + cset = schemav2.CorrectionSet(schema_version=2, corrections=[corrs["mc"], corrs["data"]]) + path = Path(f"data/fatjet_triggereff_{year}_txbbv11_{region}.json") + with path.open("w") as fout: + fout.write(cset.json(exclude_unset=True)) + + +if __name__ == "__main__": + parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter) + parser.add_argument("--region", required=True, choices=["QCD", "TTbar"], type=str) + args = parser.parse_args() + + main(args) diff --git a/src/HH4b/corrections/ttbar_weight.py b/src/HH4b/corrections/ttbar_weight.py new file mode 100644 index 00000000..03b3a6e5 --- /dev/null +++ b/src/HH4b/corrections/ttbar_weight.py @@ -0,0 +1,38 @@ +""" +Convert ROOT files with trigger SFs derived by Armen to correctionlib +""" + +from __future__ import annotations + +from pathlib import Path + +import correctionlib.convert +import uproot +from correctionlib import schemav2 + + +def main(): + + for year in ["2022", "2023"]: + corrs = {} + for corr_key in ["Tau3OverTau2", "Xbb", "PTJJ"]: + f = uproot.open(f"data/tt_corr/TTbar_Offline_SFs_{year}/{corr_key}_SF.root") + sfhist = f["SF"].to_hist() + + sfhist.name = corr_key + sfhist.label = "weight" + corr = correctionlib.convert.from_histogram(sfhist) + corr.data.flow = "clamp" + print(corr) + + corrs[corr_key] = corr + cset = schemav2.CorrectionSet( + schema_version=2, corrections=[corrs["Tau3OverTau2"], corrs["Xbb"], corrs["PTJJ"]] + ) + path = Path(f"data/ttbarcorr_{year}.json") + with path.open("w") as fout: + fout.write(cset.json(exclude_unset=True)) + + +if __name__ == "__main__": + main() diff --git a/src/HH4b/plotting.py b/src/HH4b/plotting.py index aba8df60..86f8584c 100644 --- a/src/HH4b/plotting.py +++ b/src/HH4b/plotting.py @@ -5,7 +5,6 @@ from copy import deepcopy from pathlib import Path -import hist import matplotlib as mpl import matplotlib.pyplot as plt import matplotlib.ticker as mticker @@ -17,7 +16,7 @@ from numpy.typing import ArrayLike from tqdm import tqdm -from .hh_vars import LUMI, data_key, hbb_bg_keys, sig_keys +from .hh_vars import LUMI, data_key plt.style.use(hep.style.CMS) hep.style.use("CMS") @@ -145,282 +144,73 @@ ] -def plot_hists( - hists, - vars_to_plot, - luminosity=None, # float (fb) - add_data=True, - add_data_over_mc=True, - mult_factor=1, # multiplicative factor for signal - logy=True, - density=False, - stack=True, - show=False, - bbox_to_anchor=(1.05, 1), - energy=13.6, +def sigErrRatioPlot( + h: Hist, + sig_key: str, + wshift: str, + xlabel: str, + title: str = None, + plot_dir: str = None, + name: str = None, + show: bool = False, + ylim: list = None, ): - if add_data_over_mc and not add_data: - add_data_over_mc = False - if density: - add_data_over_mc = False - - for var in vars_to_plot: - if var not in hists: - print(f"{var} not stored in hists") - continue + fig, (ax, rax) = plt.subplots( + 2, 1, figsize=(12, 14), gridspec_kw={"height_ratios": [3, 1], "hspace": 0}, sharex=True + ) - print(f"Will plot {var} histogram") - h = hists[var] - - samples = [h.axes[0].value(i) for i in range(len(h.axes[0].edges))] - - signal_labels = [label for label in samples if label in sig_keys] - signal = [h[{"Sample": label}] for label in signal_labels] - signal_mult = [s * mult_factor for s in signal] - - bkg_labels = [ - label - for label in samples - if (label and label not in signal_labels and (label not in ["data"])) - ] - bkg = [h[{"Sample": label}] for label in bkg_labels] - - if add_data_over_mc: - fig, (ax, rax) = plt.subplots( - nrows=2, - ncols=1, - figsize=(8, 8), - gridspec_kw={"height_ratios": (4, 1), "hspace": 0.07}, - sharex=True, - ) - else: - fig, ax = plt.subplots(figsize=(8, 8)) - rax = None - plt.subplots_adjust(hspace=0) - - # plot data - if add_data: - data = h[{"Sample": "data"}] - hep.histplot( - data, - ax=ax, - histtype="errorbar", - color="k", - capsize=4, - yerr=True, - label="Data", - **data_err_opts, - ) + nom = h[f"{sig_key}_{wshift}", :].values() + hep.histplot( + h[f"{sig_key}_{wshift}", :], + histtype="step", + label=sig_key, + yerr=False, + color="k", + ax=ax, + linewidth=2, + ) - # plot bkg - # accumulate values and bins (little trick to avoid having error bars at the end) - bkg_hists = [] - bkg_bins = [] - for h in bkg: - hist_values, bins = h.to_numpy() - bkg_hists.append(hist_values) - bkg_bins.append(bins) - - if stack: - bkg_args = { - "histtype": "fill", - "edgecolor": "black", - } - else: - bkg_args = { - "histtype": "step", - } + for skey, shift in [("Up", "up"), ("Down", "down")]: + if f"{sig_key}_{wshift}_{shift}" not in h.axes[0]: + continue + colour = {"up": "#81C14B", "down": "#1f78b4"}[shift] hep.histplot( - bkg, + h[f"{sig_key}_{wshift}_{shift}", :], + histtype="step", + yerr=False, + label=f"{sig_key} {skey}", + color=colour, ax=ax, - stack=stack, - edges=True, - sort="yield", - w2method=None, - linewidth=1, - density=density, - label=[label_by_sample[bkg_label] for bkg_label in bkg_labels], - color=[color_by_sample[bkg_label] for bkg_label in bkg_labels], - **bkg_args, + linewidth=2, ) - # sum all the background - tot = bkg[0].copy() - for i, b in enumerate(bkg): - if i > 0: - tot = tot + b - - tot_val = tot.values() - tot_val_zero_mask = tot_val == 0 - tot_val[tot_val_zero_mask] = 1 - - tot_err = np.sqrt(tot_val) - tot_err[tot_val_zero_mask] = 0 - - # plot bkg uncertainty - # print(tot.values().shape) - # print(tot.axes[0].edges.shape) - if not density: - ax.stairs( - values=tot.values() + tot_err, - baseline=tot.values() - tot_err, - edges=tot.axes[0].edges, - **ps, - label="Stat. unc.", - ) - - # plot signal - if len(signal) > 0: - # tot_signal = None - - for i, sig in enumerate(signal_mult): - lab_sig_mult = f"{mult_factor} * {label_by_sample[signal_labels[i]]}" - if mult_factor == 1: - lab_sig_mult = f"{label_by_sample[signal_labels[i]]}" - # print(lab_sig_mult) - hep.histplot( - sig, - ax=ax, - label=lab_sig_mult, - linewidth=1, - density=density, - color=color_by_sample[signal_labels[i]], - ) - - # if tot_signal is None: - # tot_signal = signal[i].copy() - # else: - # tot_signal = tot_signal + signal[i] - - # plot the total signal (w/o scaling) - # hep.histplot(tot_signal, ax=ax, label="Total signal", linewidth=3, color="tab:red") - - # add MC stat errors for total signal - # ax.stairs( - # values=tot_signal.values() + np.sqrt(tot_signal.values()), - # baseline=tot_signal.values() - np.sqrt(tot_signal.values()), - # edges=sig.axes[0].edges, - # **errps, - # ) - - # plot data/mc ratio - if add_data_over_mc: - data_val = data.values() - data_val[tot_val_zero_mask] = 1 - yerr = ratio_uncertainty(data_val, tot_val, "poisson") - - hep.histplot( - data_val / tot_val, - tot.axes[0].edges, - yerr=yerr, - ax=rax, - histtype="errorbar", - color="k", - capsize=4, - ) - rax.grid() - - ax.set_ylabel("Events") - ax.set_xlabel("") - - if rax is not None: - rax.set_xlabel( - f"{h.axes[-1].label}" - ) # assumes the variable to be plotted is at the last axis - rax.set_ylabel("Data/MC", fontsize=20) - else: - ax.set_xlabel(f"{h.axes[-1].label}") - - if luminosity: - hep.cms.lumitext( - "%.1f " % luminosity + r"fb$^{-1}$" + f"({energy} TeV)", ax=ax, fontsize=20 - ) - hep.cms.text("Internal", ax=ax, fontsize=15) - - # add legend - handles, labels = ax.get_legend_handles_labels() - - # get total yield of backgrounds per label - first_key = next(iter(hists.keys())) - # (sort by yield after pre-sel) - order_dic = {} - for bkg_label in bkg_labels: - bkg_yield = hists[first_key][{"Sample": bkg_label}].sum().value - order_dic[label_by_sample[bkg_label]] = bkg_yield - - summ = [order_dic[label] for label in labels[: len(bkg_labels)]] - - # get indices of labels arranged by yield - order = [] - for _ in range(len(summ)): - order.append(np.argmax(np.array(summ))) - summ[np.argmax(np.array(summ))] = -100 - - # print(labels) - # print(labels[-1]) - if add_data: - legend_handles = [handles[-1]] + [handles[i] for i in order] + handles[len(bkg) : -1] - legend_labels = [labels[-1]] + [labels[i] for i in order] + labels[len(bkg) : -1] - loc = "upper left" - else: - legend_handles = [handles[i] for i in order] + handles[len(bkg) :] - legend_labels = [labels[i] for i in order] + labels[len(bkg) :] - loc = "best" - - ax.legend( - [legend_handles[idx] for idx in range(len(legend_handles))], - [legend_labels[idx] for idx in range(len(legend_labels))], - bbox_to_anchor=bbox_to_anchor, - loc=loc, + hep.histplot( + h[f"{sig_key}_{wshift}_{shift}", :] / nom, + histtype="step", + label=f"{sig_key} {skey}", + color=colour, + ax=rax, ) - if logy: - ax.set_yscale("log") - ax.set_ylim(1e-1) - - outpath = Path("plots") - if not outpath.exists(): - outpath.mkdir(parents=True) - - if show: - plt.show() - else: - plt.close() - - plt.savefig(f"{outpath}/{var}.pdf", bbox_inches="tight") - - -def _combine_hbb_bgs(hists, bg_keys): - # skip this if no hbb bg keys specified - if len(set(bg_keys) & set(hbb_bg_keys)) == 0: - return hists, bg_keys - - # combine all hbb backgrounds into a single "Hbb" background for plotting - hbb_hists = [] - for key in hbb_bg_keys: - if key in bg_keys: - hbb_hists.append(hists[key, ...]) - bg_keys.remove(key) - - if "Hbb" not in bg_keys: - bg_keys.append("Hbb") - - hbb_hist = sum(hbb_hists) - - # have to recreate hist with "Hbb" sample included - h = Hist( - hist.axis.StrCategory(list(hists.axes[0]) + ["Hbb"], name="Sample"), - *hists.axes[1:], - storage="weight", - ) - - for i, sample in enumerate(hists.axes[0]): - h.view()[i] = hists[sample, ...].view() + ax.legend() + ax.set_ylim(0) + ax.set_ylabel("Events") + ax.set_title(title, y=1.08) - h.view()[-1] = hbb_hist + rax.set_ylim([0, 2]) + if ylim is not None: + rax.set_ylim(ylim) + rax.set_xlabel(xlabel) + rax.legend() + rax.set_ylabel("Variation / Nominal") + rax.grid(axis="y") - return h, bg_keys + plt.savefig(f"{plot_dir}/{name}.pdf", bbox_inches="tight") + if show: + plt.show() + else: + plt.close() def sigErrRatioPlot( @@ -631,7 +421,6 @@ def ratioHistPlot( # copy hists and bg_keys so input objects are not changed hists, bg_keys = deepcopy(hists), deepcopy(bg_keys) - # hists, bg_keys = _combine_hbb_bgs(hists, bg_keys) if bg_order is None: bg_order = bg_order_default diff --git a/src/HH4b/postprocessing/CombineTemplates.ipynb b/src/HH4b/postprocessing/CombineTemplates.ipynb index c780c8b7..e83e7740 100644 --- a/src/HH4b/postprocessing/CombineTemplates.ipynb +++ b/src/HH4b/postprocessing/CombineTemplates.ipynb @@ -11,7 +11,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -23,7 +23,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -33,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -185,13 +185,15 @@ "source": [ "warnings.filterwarnings(\"ignore\")\n", "\n", - "sig_key = \"hh4b\"\n", + "# sig_key = \"hh4b\"\n", "# sig_key = \"vbfhh4b-k2v0\"\n", + "sig_key = \"ttbar\"\n", "\n", "for rname, region in selection_regions.items():\n", " plot_dir = main_plot_dir / year / \"wshifts\"\n", " plot_dir.mkdir(exist_ok=True, parents=True)\n", - " for wshift in list((jecs).keys()):\n", + " # for wshift in list((jecs).keys()):\n", + " for wshift in [\"ttbarSF\", \"trigger\"]:\n", " if wshift in jecs:\n", " # adding jshift-ed histograms into the same histogram\n", " cjshift_templates = [templates[rname]]\n", diff --git a/src/HH4b/postprocessing/CreateDatacard.py b/src/HH4b/postprocessing/CreateDatacard.py index 6d41be43..d378133f 100644 --- a/src/HH4b/postprocessing/CreateDatacard.py +++ b/src/HH4b/postprocessing/CreateDatacard.py @@ -234,6 +234,8 @@ # ), # TODO: separate into individual "JES": Syst(name="CMS_scale_j", prior="shape", samples=sig_keys), # TODO: update to all_mc + "ttbarSF": Syst(name=f"{CMS_PARAMS_LABEL}_ttbar_sf", prior="shape", samples=["ttbar"]), + "trigger": Syst(name=f"{CMS_PARAMS_LABEL}_trigger", prior="shape", samples=all_mc), # "txbb": Syst( # name=f"{CMS_PARAMS_LABEL}_PNetHbbScaleFactors_correlated", # prior="shape", diff --git a/src/HH4b/postprocessing/PostProcess.py b/src/HH4b/postprocessing/PostProcess.py index ee278016..b656f97b 100644 --- a/src/HH4b/postprocessing/PostProcess.py +++ b/src/HH4b/postprocessing/PostProcess.py @@ -7,6 +7,7 @@ from pathlib import Path from typing import Callable +import corrections import hist import matplotlib as mpl import matplotlib.pyplot as plt @@ -23,6 +24,7 @@ Region, combine_run3_samples, load_run3_samples, + weight_shifts, ) from HH4b.utils import ShapeVar, check_get_jec_var, get_var_mapping, singleVarHist @@ -165,71 +167,82 @@ def bdt_roc(events_combined: dict[str, pd.DataFrame], plot_dir: str, legacy: boo plt.close() -def load_process_run3_samples(args, year, bdt_training_keys, control_plots, plot_dir): +def load_process_run3_samples(args, year, bdt_training_keys, control_plots, weight_plots, plot_dir): legacy_label = "Legacy" if args.legacy else "" - events_dict = load_run3_samples( - f"{args.data_dir}/{args.tag}", - year, - args.legacy, - samples_run3, - reorder_txbb=True, - txbb=f"bbFatJetPNetTXbb{legacy_label}", - ) - - cutflow = pd.DataFrame(index=list(events_dict.keys())) - cutflow_print = pd.DataFrame(index=list(events_dict.keys())) - cutflow_dict = { - key: OrderedDict( - [("Skimmer Preselection", np.sum(events_dict[key]["finalWeight"].to_numpy()))] - ) - for key in events_dict - } - # define BDT model bdt_model = xgb.XGBClassifier() bdt_model.load_model(fname=f"../boosted/bdt_trainings_run3/{args.bdt_model}/trained_bdt.model") + # get function make_bdt_dataframe = importlib.import_module( f".{args.bdt_config}", package="HH4b.boosted.bdt_trainings_run3" ) - # inference and assign score + # make histograms to validate weights + h_weights = hist.Hist( + hist.axis.StrCategory([], name="samp", growth=True), + hist.axis.Regular(30, 0, 1.5, name="evweight", label="evweight"), + ) + h_mass = hist.Hist( + hist.axis.StrCategory([], name="samp", growth=True), + hist.axis.Regular(16, 60, 220, name="h2mass", label="Jet 2 mass (GeV)"), + ) + + # define cutflows + samples_year = list(samples_run3[year].keys()) + cutflow = pd.DataFrame(index=samples_year) + cutflow_dict = {} + + # region in which QCD trigger weights were extracted + trigger_region = "QCD" + events_dict_postprocess = {} - for key in events_dict: + for key in samples_year: + samples_to_process = {year: {key: samples_run3[year][key]}} + events_dict = load_run3_samples( + f"{args.data_dir}/{args.tag}", + year, + args.legacy, + samples_to_process, + reorder_txbb=True, + txbb=f"bbFatJetPNetTXbb{legacy_label}", + )[key] + + cutflow_dict[key] = OrderedDict( + [("Skimmer Preselection", np.sum(events_dict["finalWeight"].to_numpy()))] + ) + + # inference and assign score jshifts = [""] + hh_vars.jec_shifts if key in hh_vars.syst_keys else [""] bdt_events = {} for jshift in jshifts: bdt_events[jshift] = make_bdt_dataframe.bdt_dataframe( - events_dict[key], get_var_mapping(jshift) + events_dict, get_var_mapping(jshift) ) preds = bdt_model.predict_proba(bdt_events[jshift]) add_bdt_scores(bdt_events[jshift], preds, jshift) bdt_events = pd.concat([bdt_events[jshift] for jshift in jshifts], axis=1) - bdt_events["H1Pt"] = events_dict[key]["bbFatJetPt"].to_numpy()[:, 0] - bdt_events["H2Pt"] = events_dict[key]["bbFatJetPt"].to_numpy()[:, 1] - bdt_events["H1Msd"] = events_dict[key]["bbFatJetMsd"].to_numpy()[:, 0] - bdt_events["H2Msd"] = events_dict[key]["bbFatJetMsd"].to_numpy()[:, 1] - bdt_events["H1TXbb"] = events_dict[key][f"bbFatJetPNetTXbb{legacy_label}"].to_numpy()[:, 0] - bdt_events["H2TXbb"] = events_dict[key][f"bbFatJetPNetTXbb{legacy_label}"].to_numpy()[:, 1] - bdt_events["H1PNetMass"] = events_dict[key][f"bbFatJetPNetMass{legacy_label}"].to_numpy()[ - :, 0 - ] - bdt_events["H2PNetMass"] = events_dict[key][f"bbFatJetPNetMass{legacy_label}"].to_numpy()[ - :, 1 - ] - bdt_events["H1TXbbNoLeg"] = events_dict[key]["bbFatJetPNetTXbb"].to_numpy()[:, 0] - bdt_events["H2TXbbNoLeg"] = events_dict[key]["bbFatJetPNetTXbb"].to_numpy()[:, 1] + bdt_events["H1Pt"] = events_dict["bbFatJetPt"][0] + bdt_events["H2Pt"] = events_dict["bbFatJetPt"][1] + bdt_events["H1Msd"] = events_dict["bbFatJetMsd"][0] + bdt_events["H2Msd"] = events_dict["bbFatJetMsd"][1] + bdt_events["H1TXbb"] = events_dict[f"bbFatJetPNetTXbb{legacy_label}"][0] + bdt_events["H2TXbb"] = events_dict[f"bbFatJetPNetTXbb{legacy_label}"][1] + bdt_events["H1PNetMass"] = events_dict[f"bbFatJetPNetMass{legacy_label}"][0] + bdt_events["H2PNetMass"] = events_dict[f"bbFatJetPNetMass{legacy_label}"][1] + bdt_events["H1TXbbNoLeg"] = events_dict["bbFatJetPNetTXbb"][0] + bdt_events["H2TXbbNoLeg"] = events_dict["bbFatJetPNetTXbb"][1] # add HLTs bdt_events["hlt"] = np.any( np.array( [ - events_dict[key][trigger].to_numpy()[:, 0] + events_dict[trigger].to_numpy()[:, 0] for trigger in postprocessing.HLTs[year] - if trigger in events_dict[key] + if trigger in events_dict ] ), axis=0, @@ -237,15 +250,87 @@ def load_process_run3_samples(args, year, bdt_training_keys, control_plots, plot # weights # finalWeight: includes genWeight, puWeight - # FIXME: genWeight taken only as sign for HH sample... - bdt_events["weight"] = events_dict[key]["finalWeight"].to_numpy() + nominal_weight = events_dict["finalWeight"].to_numpy() + + nevents = len(events_dict["bbFatJetPt"][0]) + trigger_weight = np.ones(nevents) + if key != "data": + trigger_weight, trigger_weight_up, trigger_weight_dn = corrections.trigger_SF( + year, events_dict, f"PNetTXbb{legacy_label}", trigger_region + ) + h_weights.fill(f"{key}_trigger", trigger_weight) + h_weights.fill(f"{key}_trigger_up", trigger_weight_up) + h_weights.fill(f"{key}_trigger_down", trigger_weight_dn) + + h_mass.fill( + f"{key}_trigger", bdt_events[args.mass], weight=nominal_weight * trigger_weight + ) + h_mass.fill( + f"{key}_trigger_up", + bdt_events[args.mass], + weight=nominal_weight * trigger_weight_up, + ) + h_mass.fill( + f"{key}_trigger_down", + bdt_events[args.mass], + weight=nominal_weight * trigger_weight_dn, + ) + + # tt corrections + ttbar_weight = np.ones(nevents) + if key == "ttbar": + ptjjsf = corrections.ttbar_SF(year, bdt_events, "PTJJ", "HHPt") + tau32sf = corrections.ttbar_SF( + year, bdt_events, "Tau3OverTau2", "H1T32" + ) * corrections.ttbar_SF(year, bdt_events, "Tau3OverTau2", "H2T32") + txbbsf = corrections.ttbar_SF(year, bdt_events, "Xbb", "H1TXbb") * corrections.ttbar_SF( + year, bdt_events, "Xbb", "H2TXbb" + ) + + ttbar_weight = ptjjsf * txbbsf * tau32sf + + h_weights.fill(f"{key}_ptjj", ptjjsf) + h_weights.fill(f"{key}_tau32", tau32sf) + h_weights.fill(f"{key}_txbb", txbbsf) + # h_mass.fill(f"{key}_ptjj", bdt_events[args.mass], weight=nominal_weight * trigger_weight * ptjjsf) + # h_mass.fill(f"{key}_tau32", bdt_events[args.mass], weight=nominal_weight * trigger_weight * tau32sf) + # h_mass.fill(f"{key}_txbb", bdt_events[args.mass], weight=nominal_weight * trigger_weight * txbbsf) + h_mass.fill( + f"{key}_ttsf", + bdt_events[args.mass], + weight=nominal_weight * trigger_weight * ptjjsf * txbbsf, + ) + h_mass.fill( + f"{key}_ttsf_down", bdt_events[args.mass], weight=nominal_weight * trigger_weight + ) - ## Add TTBar Weight here TODO: does this need to be re-measured for legacy PNet Mass? - # if key == "ttbar" and not args.legacy: - # bdt_events["weight"] *= corrections.ttbar_pTjjSF(year, events_dict, "bbFatJetPNetMass") + h_mass.fill( + f"{key}_ttsftau32", + bdt_events[args.mass], + weight=nominal_weight * trigger_weight * ptjjsf * txbbsf * tau32sf, + ) + h_mass.fill( + f"{key}_ttsftau32_down", + bdt_events[args.mass], + weight=nominal_weight * trigger_weight, + ) + + bdt_events["weight_ttbar"] = ttbar_weight + + # FIXME: genWeight taken only as sign for HH sample... + bdt_events["weight_nottbar"] = nominal_weight * trigger_weight + bdt_events["weight"] = nominal_weight * trigger_weight * ttbar_weight + if key != "data": + bdt_events["weight_triggerUp"] = nominal_weight * trigger_weight_up * ttbar_weight + bdt_events["weight_triggerDown"] = nominal_weight * trigger_weight_dn * ttbar_weight + if key == "ttbar": + bdt_events["weight_ttbarSFUp"] = ( + nominal_weight * trigger_weight * ttbar_weight * ttbar_weight + ) + bdt_events["weight_ttbarSFDown"] = nominal_weight * trigger_weight # add selection to testing events - bdt_events["event"] = events_dict[key]["event"].to_numpy()[:, 0] + bdt_events["event"] = events_dict["event"][0] if ( args.training_years is not None and year in args.training_years @@ -367,6 +452,18 @@ def load_process_run3_samples(args, year, bdt_training_keys, control_plots, plot bdt_events["weight"][mask_bin1 & mask_mass].to_numpy() ) + if key == "ttbar": + h_mass.fill( + f"{key}_ttsftau32bin1", + bdt_events[args.mass][mask_bin1], + weight=(bdt_events["weight_ttbar"] * bdt_events["weight_nottbar"])[mask_bin1], + ) + h_mass.fill( + f"{key}_ttsftau32bin1_down", + bdt_events[args.mass][mask_bin1], + weight=bdt_events["weight_nottbar"][mask_bin1], + ) + cutflow_dict[key]["VBF & Bin 1 overlap"] = np.sum( bdt_events["weight"][ (bdt_events["H2TXbb"] > args.txbb_wps[0]) @@ -396,6 +493,10 @@ def load_process_run3_samples(args, year, bdt_training_keys, control_plots, plot ] if "bdt_score_vbf" in bdt_events: columns += [check_get_jec_var("bdt_score_vbf", jshift) for jshift in jshifts] + if key == "ttbar": + columns += ["weight_ttbarSFUp", "weight_ttbarSFDown"] + if key != "data": + columns += ["weight_triggerUp", "weight_triggerDown"] columns = list(set(columns)) if control_plots: @@ -429,12 +530,56 @@ def load_process_run3_samples(args, year, bdt_training_keys, control_plots, plot for key in events_dict_postprocess: events_dict_postprocess[key] = events_dict_postprocess[key][columns] - for cut in cutflow_dict[key]: - cutflow[cut] = [cutflow_dict[key][cut] for key in events_dict] - cutflow_print[cut] = [f"{cutflow_dict[key][cut]:.2f}" for key in events_dict] + # make plots of weights + if weight_plots: + plotting.sigErrRatioPlot( + h_weights, + "hh4b", + "trigger", + "Event weight", + plot_dir=plot_dir, + name=f"{year}_sig_trigger{trigger_region}", + show=False, + ylim=[0, 2], + ) + plotting.sigErrRatioPlot( + h_mass, + "hh4b", + "trigger", + "Jet 2 Mass (GeV)", + plot_dir=plot_dir, + name=f"mass_{year}_sig_trigger{trigger_region}", + show=False, + ylim=[0.9, 1.1], + ) + for key in ["ptjj", "tau32", "txbb"]: + plotting.sigErrRatioPlot( + h_weights, + "ttbar", + key, + "Event weight", + plot_dir=plot_dir, + name=f"{year}_ttbar_{key}", + show=False, + ylim=[0, 2], + ) + for key in ["ttsf", "ttsftau32", "ttsftau32bin1"]: + plotting.sigErrRatioPlot( + h_mass, + "ttbar", + key, + "Jet 2 Mass (GeV)", + plot_dir=plot_dir, + name=f"mass_{year}_ttbar_{key}", + show=False, + ylim=[0.5, 1.5], + ) + + for cut in cutflow_dict["hh4b"]: + cutflow[cut] = [cutflow_dict[key][cut].round(2) for key in events_dict_postprocess] print("\nCutflow") - print(cutflow_print) + print(cutflow) return events_dict_postprocess, cutflow @@ -771,6 +916,7 @@ def postprocess_run3(args): year, bdt_training_keys, args.control_plots, + args.weight_plots, plot_dir, ) @@ -939,8 +1085,10 @@ def postprocess_run3(args): systematics={}, template_dir=templ_dir, bg_keys=bg_keys_combined, - plot_dir=f"{templ_dir}/{year}", + plot_dir=Path(f"{templ_dir}/{year}"), weight_key="weight", + weight_shifts=weight_shifts, + plot_shifts=True, show=False, energy=13.6, jshift=jshift, @@ -1045,6 +1193,7 @@ def postprocess_run3(args): run_utils.add_bool_arg(parser, "bdt-roc", default=False, help="make BDT ROC curve") run_utils.add_bool_arg(parser, "control-plots", default=False, help="make control plots") + run_utils.add_bool_arg(parser, "weight-plots", default=False, help="make weight plots") run_utils.add_bool_arg(parser, "fom-scan", default=False, help="run figure of merit scans") run_utils.add_bool_arg(parser, "fom-scan-bin1", default=True, help="FOM scan for bin 1") run_utils.add_bool_arg(parser, "fom-scan-bin2", default=True, help="FOM scan for bin 2") diff --git a/src/HH4b/postprocessing/corrections.py b/src/HH4b/postprocessing/corrections.py index 38e10d8f..f47dde3b 100644 --- a/src/HH4b/postprocessing/corrections.py +++ b/src/HH4b/postprocessing/corrections.py @@ -1,68 +1,121 @@ from __future__ import annotations +import correctionlib import numpy as np import pandas as pd -from coffea.lookup_tools.dense_lookup import dense_lookup - -from HH4b.utils import makeHH - -TT_SF_2022 = np.array( - [ - # lower bin edge, nom, up, down - (-1000000, 1), - (0, 0.886178), - (35, 1.02858), - (75, 1.04224), - (130, 1.05555), - (200, 1.0296), - (315, 0.845703), - (450, 0.699666), - (700, 0.439261), - (1000, 1), - (1000000, 1), - ] -) - -TT_SF_2023 = np.array( - [ - (-1000000, 1), - (0, 0.876845), - (50, 0.984064), - (100, 0.99184), - (150, 1.17205), - (250, 1.36115), - (450, 1.13521), - (750, 1), - (1000000, 1), - ] -) - -# TODO: update to include up/down variations like so -# tt_sfs_lookups = { -# "nom": { -# "2022": dense_lookup(TT_SF_2022[:, 1][:-1], TT_SF_2022[:, 0]), -# "2023": dense_lookup(TT_SF_2023[:, 1][:-1], TT_SF_2023[:, 0]), -# }, -# "up": { -# "2022": dense_lookup(TT_SF_2022[:, 2][:-1], TT_SF_2022[:, 0]), -# "2023": dense_lookup(TT_SF_2023[:, 2][:-1], TT_SF_2023[:, 0]), -# } -# } - -tt_sfs_lookups = { - "2022": dense_lookup(TT_SF_2022[:, 1][:-1], TT_SF_2022[:, 0]), - "2023": dense_lookup(TT_SF_2023[:, 1][:-1], TT_SF_2023[:, 0]), -} - - -def ttbar_pTjjSF(year: str, events_dict: dict[str, pd.DataFrame], mass: str = "bbFatJetPNetMass"): - """Apply ttbar recoil scale factors""" + + +def ttbar_SF(year: str, events_dict: dict[str, pd.DataFrame], corr: str, branch: str): + # corr: PTJJ, Tau3OverTau2, Xbb + # branch: HHPt, H1T32, H2T32, H1TXbb, H2TXbb + """Apply ttbar scale factors""" year_ = None if "2022" in year: year_ = "2022" elif "2023" in year: year_ = "2023" - hh = makeHH(events_dict, "ttbar", mass) - lookup = tt_sfs_lookups[year_] - sfs = lookup(hh.pt) + tt_sf = correctionlib.CorrectionSet.from_file(f"../corrections/data/ttbarcorr_{year_}.json")[ + corr + ] + input_var = events_dict[branch] + sfs = tt_sf.evaluate(input_var) + # replace zeros with 1 + sfs[sfs == 0] = 1.0 + return sfs + + +def _load_trig_effs(year: str, label: str, region: str): + return correctionlib.CorrectionSet.from_file( + f"../corrections/data/fatjet_triggereff_{year}_{label}_{region}.json" + ) + + +def trigger_SF(year: str, events_dict: dict[str, pd.DataFrame], pnet_str: str, region: str): + """ + Evaluate trigger Scale Factors + """ + + triggereff_ptmsd = _load_trig_effs(year, "ptmsd", region) + # triggereff_btag = _load_trig_effs(year, "txbb", region) + triggereff_btag = _load_trig_effs(year, "txbbv11", region) + + eff_data = triggereff_ptmsd[f"fatjet_triggereffdata_{year}_ptmsd"] + eff_mc = triggereff_ptmsd[f"fatjet_triggereffmc_{year}_ptmsd"] + eff_data_btag = triggereff_btag[f"fatjet_triggereffdata_{year}_txbbv11"] + eff_mc_btag = triggereff_btag[f"fatjet_triggereffmc_{year}_txbbv11"] + + eff_data_per_jet = {} + eff_mc_per_jet = {} + + for jet in range(2): + pt = events_dict["bbFatJetPt"][jet] + msd = events_dict["bbFatJetMsd"][jet] + xbb = events_dict[f"bbFatJet{pnet_str}"][jet] + + num_ev = pt.shape[0] + # TODO: add matching to trigger objects + # for now, assuming both are matched + matched = np.ones(num_ev) + + eff_data_per_jet[jet] = {} + eff_mc_per_jet[jet] = {} + + for var in ["nominal", "stat_up", "stat_dn"]: + eff_data_val = np.zeros(num_ev) + eff_data_btag_val = np.zeros(num_ev) + eff_mc_val = np.zeros(num_ev) + eff_mc_btag_val = np.zeros(num_ev) + + eff_data_all = eff_data.evaluate(pt, msd, var) + eff_data_btag_all = eff_data_btag.evaluate(xbb, var) + eff_mc_all = eff_mc.evaluate(pt, msd, var) + eff_mc_btag_all = eff_mc_btag.evaluate(xbb, var) + + # replace zeros (!) should belong to unmatched... + eff_data_all[eff_data_all == 0] = 1.0 + eff_data_btag_all[eff_data_btag_all == 0] = 1.0 + eff_mc_all[eff_mc_all == 0] = 1.0 + eff_mc_btag_all[eff_mc_btag_all == 0] = 1.0 + + eff_data_val[matched == 1] = eff_data_all[matched == 1] + eff_data_btag_val[matched == 1] = eff_data_btag_all[matched == 1] + eff_mc_val[matched == 1] = eff_mc_all[matched == 1] + eff_mc_btag_val[matched == 1] = eff_mc_btag_all[matched == 1] + + eff_data_per_jet[jet][var] = eff_data_val * eff_data_btag_val + eff_mc_per_jet[jet][var] = eff_mc_val * eff_mc_btag_val + + tot_eff_data = 1 - (1 - eff_data_per_jet[0]["nominal"]) * (1 - eff_data_per_jet[1]["nominal"]) + tot_eff_mc = 1 - (1 - eff_mc_per_jet[0]["nominal"]) * (1 - eff_mc_per_jet[1]["nominal"]) + + if np.any(tot_eff_data == 0): + print("Warning: eff data has 0 values") + if np.any(tot_eff_mc == 0): + print("Warning: eff mc has 0 values") + + sf = tot_eff_data / tot_eff_mc + + # unc on eff: (1 - z): dz + # z = x * y = (1-eff_1)(1-eff_2) + # dz = z * sqrt( (dx/x)**2 + (dy/y)**2 ) + for var in ["up"]: + dx_data = eff_data_per_jet[0][f"stat_{var}"] + dy_data = eff_data_per_jet[1][f"stat_{var}"] + x_data = 1 - eff_data_per_jet[0]["nominal"] + y_data = 1 - eff_data_per_jet[1]["nominal"] + z = x_data * y_data + dz = z * np.sqrt((dx_data / x_data) ** 2 + (dy_data / y_data) ** 2) + unc_eff_data = dz + + dx_mc = eff_mc_per_jet[0][f"stat_{var}"] + dy_mc = eff_mc_per_jet[1][f"stat_{var}"] + x_mc = 1 - eff_mc_per_jet[0]["nominal"] + y_mc = 1 - eff_mc_per_jet[1]["nominal"] + z = x_mc * y_mc + dz = z * np.sqrt((dx_mc / x_mc) ** 2 + (dy_mc / y_mc) ** 2) + unc_eff_mc = dz + + unc_sf = sf * np.sqrt((unc_eff_data / tot_eff_data) ** 2 + (unc_eff_mc / tot_eff_mc) ** 2) + + return sf, sf + unc_sf, sf - unc_sf diff --git a/src/HH4b/postprocessing/postprocessing.py b/src/HH4b/postprocessing/postprocessing.py index b28639ea..a46522b3 100644 --- a/src/HH4b/postprocessing/postprocessing.py +++ b/src/HH4b/postprocessing/postprocessing.py @@ -137,12 +137,13 @@ class Region: ] weight_shifts = { - "pileup": Syst(samples=sig_keys + bg_keys, label="Pileup"), + "ttbarSF": Syst(samples=["ttbar"], label="ttbar SF", years=years + ["2022-2023"]), + "trigger": Syst(samples=sig_keys + bg_keys, label="Trigger", years=years + ["2022-2023"]), + # "pileup": Syst(samples=sig_keys + bg_keys, label="Pileup"), # "PDFalphaS": Syst(samples=sig_keys, label="PDF"), # "QCDscale": Syst(samples=sig_keys, label="QCDscale"), # "ISRPartonShower": Syst(samples=sig_keys_ggf + ["vjets"], label="ISR Parton Shower"), # "FSRPartonShower": Syst(samples=sig_keys_ggf + ["vjets"], label="FSR Parton Shower"), - # "top_pt": ["ttbar"], } @@ -356,7 +357,7 @@ def get_templates( systematics: dict, # noqa: ARG001 template_dir: str = "", bg_keys: list[str] = bg_keys, - plot_dir: str = "", + plot_dir: Path = "", prev_cutflow: pd.DataFrame | None = None, weight_key: str = "weight", plot_sig_keys: list[str] | None = None, @@ -521,12 +522,12 @@ def get_templates( "bg_err_mcstat": True, "reweight_qcd": False, } - - plot_name = ( - f"{plot_dir}/" - f"{'jshifts/' if do_jshift else ''}" - f"{rname}_region_{shape_var.var}" - ) + if do_jshift: + plot_dir_jshifts = plot_dir / "jshifts" + plot_dir_jshifts.mkdir(exist_ok=True, parents=True) + plot_name = plot_dir_jshifts / f"{rname}_region_{shape_var.var}" + else: + plot_name = plot_dir / f"{rname}_region_{shape_var.var}" plotting.ratioHistPlot( **plot_params, @@ -536,7 +537,10 @@ def get_templates( ) if not do_jshift and plot_shifts: - plot_name = f"{plot_dir}/wshifts/" f"{rname}_region_{shape_var.var}" + plot_dir_wshifts = plot_dir / "wshifts" + plot_dir_wshifts.mkdir(exist_ok=True, parents=True) + + plot_name = plot_dir_wshifts / f"{rname}_region_{shape_var.var}" for wshift, wsyst in weight_shifts.items(): if wsyst.samples == [sig_key]: