@@ -310,8 +310,11 @@ def get_axis(var, massbin=5):
310310 "nj" : hist2 .axis .Regular (40 , 0 , 10 , name = "var" , label = "number of jets outside candidate jet" , overflow = True ),
311311 "inclusive_score" : hist2 .axis .Regular (35 , 0 , 1 , name = "var" , label = r"tagger score" , overflow = True ),
312312 "THWW" : hist2 .axis .Regular (25 , 0 , 1 , name = "var" , label = r"$T_{HWW}$" , overflow = True ),
313- # "THWW": hist2.axis.Regular(25, 0.75, 1, name="var", label=r"$T_{HWW}$", overflow=True), # preselection
314313 # "THWW": hist2.axis.Regular(8, 0.9, 1, name="var", label=r"$T_{HWW}$", overflow=True),
314+ "fj_VScore" : hist2 .axis .Regular (25 , 0 , 1 , name = "var" , label = r"Vscore" , overflow = True ), # preselection
315+ "SecondFatjet_Vscore" : hist2 .axis .Regular (
316+ 25 , 0 , 1 , name = "var" , label = r"SecondFatjet_Vscore" , overflow = True
317+ ), # preselection
315318 "fj_ParT_inclusive_score" : hist2 .axis .Regular (35 , 0 , 1 , name = "var" , label = r"ParT-Finetuned score" , overflow = True ),
316319 "fj_ParT_all_score" : hist2 .axis .Regular (35 , 0 , 1 , name = "var" , label = r"tagger score" , overflow = True ),
317320 # AN
@@ -321,7 +324,8 @@ def get_axis(var, massbin=5):
321324 ),
322325 "fj_pt" : hist2 .axis .Regular (30 , 250 , 600 , name = "var" , label = r"Higgs candidate jet $p_T$ [GeV]" , overflow = True ),
323326 # "fj_pt": hist2.axis.Regular(20, 250, 600, name="var", label=r"Higgs candidate jet $p_T$ [GeV]", overflow=True),
324- "lep_pt" : hist2 .axis .Regular (40 , 30 , 400 , name = "var" , label = r"Lepton $p_T$ [GeV]" , overflow = True ),
327+ # "lep_pt": hist2.axis.Regular(40, 30, 400, name="var", label=r"Lepton $p_T$ [GeV]", overflow=True),
328+ "lep_pt" : hist2 .axis .Regular (20 , 00 , 450 , name = "var" , label = r"Lepton $p_T$ [GeV]" , overflow = True ),
325329 "pt_ratio" : hist2 .axis .Regular (40 , 0 , 2 , name = "var" , label = r"Lepton $p_T$ / Jet $p_T$" , overflow = True ),
326330 "rho" : hist2 .axis .Regular (50 , - 1 , - 10 , name = "var" , label = r"Rho" , overflow = True ),
327331 "lep_eta" : hist2 .axis .Regular (35 , - 2.5 , 2.5 , name = "var" , label = r"Lepton $\eta$" , overflow = True ),
@@ -332,8 +336,8 @@ def get_axis(var, massbin=5):
332336 "lep_fj_dr" : hist2 .axis .Regular (
333337 35 , 0.03 , 0.8 , name = "var" , label = r"$\Delta R(\ell, \mathrm{Higgs \ candidate \ jet})$" , overflow = True
334338 ),
335- "met_pt" : hist2 .axis .Regular (40 , 20 , 250 , name = "var" , label = r"MET [GeV]" , overflow = True ),
336- # "met_pt": hist2.axis.Regular(20, 20, 250 , name="var", label=r"MET [GeV]", overflow=True),
339+ # "met_pt": hist2.axis.Regular(40, 20, 250, name="var", label=r"MET [GeV]", overflow=True),
340+ # "met_pt": hist2.axis.Regular(15, 0, 300 , name="var", label=r"MET [GeV]", overflow=True),
337341 "met_phi" : hist2 .axis .Regular (40 , - 3.14 , 3.14 , name = "var" , label = r"MET $\Phi$" , overflow = True ),
338342 "met_fj_dphi" : hist2 .axis .Regular (
339343 35 ,
@@ -762,7 +766,7 @@ def plot_hists(
762766 totsignal_val [tot_val == 0 ] = 0
763767 soverb_val = totsignal_val / (tot_val )
764768
765- tot_soversqrtb = ((totsignal_val [:4 ] / mult_factor ).sum ()) / np .sqrt (tot_val [:4 ].sum ())
769+ # tot_soversqrtb = ((totsignal_val[:4] / mult_factor).sum()) / np.sqrt(tot_val[:4].sum())
766770 # sax.legend(title=f"S/sqrt(B) in [75-155GeV]={tot_soversqrtb:.2f}")
767771
768772 hep .histplot (
0 commit comments