Logo ROOT  
Reference Guide
df103_NanoAODHiggsAnalysis Namespace Reference

Functions

 df103_NanoAODHiggsAnalysis ()
 filter_z_candidates (df)
 Apply selection on reconstructed Z candidates.
 plot (sig, bkg, data, x_label, filename)
 Plot invariant mass for signal and background processes from simulated events overlay the measured data.
 reco_higgs_to_2el2mu (df)
 Reconstruct Higgs from two electrons and two muons.
 reco_higgs_to_4el (df)
 Reconstruct Higgs from four electrons.
 reco_higgs_to_4mu (df)
 Reconstruct Higgs from four muons.
 selection_2el2mu (df)
 Select interesting events with two electrons and two muons.
 selection_4el (df)
 Select interesting events with four electrons.
 selection_4mu (df)
 Select interesting events with four muons.

Variables

 higgs_header_path

Function Documentation

◆ df103_NanoAODHiggsAnalysis()

df103_NanoAODHiggsAnalysis.df103_NanoAODHiggsAnalysis ( )

Definition at line 261 of file df103_NanoAODHiggsAnalysis.py.

◆ filter_z_candidates()

df103_NanoAODHiggsAnalysis.filter_z_candidates ( df)

Apply selection on reconstructed Z candidates.

Definition at line 137 of file df103_NanoAODHiggsAnalysis.py.

◆ plot()

df103_NanoAODHiggsAnalysis.plot ( sig,
bkg,
data,
x_label,
filename )

Plot invariant mass for signal and background processes from simulated events overlay the measured data.

Definition at line 188 of file df103_NanoAODHiggsAnalysis.py.

◆ reco_higgs_to_2el2mu()

df103_NanoAODHiggsAnalysis.reco_higgs_to_2el2mu ( df)

Reconstruct Higgs from two electrons and two muons.

Definition at line 52 of file df103_NanoAODHiggsAnalysis.py.

◆ reco_higgs_to_4el()

df103_NanoAODHiggsAnalysis.reco_higgs_to_4el ( df)

Reconstruct Higgs from four electrons.

Definition at line 145 of file df103_NanoAODHiggsAnalysis.py.

◆ reco_higgs_to_4mu()

df103_NanoAODHiggsAnalysis.reco_higgs_to_4mu ( df)

Reconstruct Higgs from four muons.

Definition at line 98 of file df103_NanoAODHiggsAnalysis.py.

◆ selection_2el2mu()

df103_NanoAODHiggsAnalysis.selection_2el2mu ( df)

Select interesting events with two electrons and two muons.

Definition at line 68 of file df103_NanoAODHiggsAnalysis.py.

◆ selection_4el()

df103_NanoAODHiggsAnalysis.selection_4el ( df)

Select interesting events with four electrons.

Definition at line 172 of file df103_NanoAODHiggsAnalysis.py.

◆ selection_4mu()

df103_NanoAODHiggsAnalysis.selection_4mu ( df)

Select interesting events with four muons.

Definition at line 121 of file df103_NanoAODHiggsAnalysis.py.

Variable Documentation

◆ higgs_header_path

df103_NanoAODHiggsAnalysis.higgs_header_path
Initial value:
1= os.path.join(os.sep, str(ROOT.gROOT.GetTutorialDir()) + os.sep, "analysis" + os.sep,
2 "dataframe" + os.sep, "df103_NanoAODHiggsAnalysis_python.h")

Definition at line 45 of file df103_NanoAODHiggsAnalysis.py.