Logo ROOT  
Reference Guide
df106_HiggsToFourLeptons Namespace Reference

Variables

 c1 = ROOT.TCanvas("c", "", 600, 600)
 dataset_spec = os.path.join(ROOT.gROOT.GetTutorialsDir(), "analysis", "dataframe", "df106_HiggsToFourLeptons_spec.json")
 df = ROOT.RDF.Experimental.FromSpec(dataset_spec)
tuple df_variations_mc
list h_data = histos[0].GetValue().Clone()
list h_higgs = histos[1].GetValue().Clone()
 h_nominal = histos_mc["nominal"].DrawClone("E2 same")
list h_other = histos[3].GetValue().Clone()
 h_weight_down = histos_mc["weight:down"].DrawClone("HIST SAME")
 h_weight_up = histos_mc["weight:up"].DrawClone("HIST SAME")
list h_zz = histos[2].GetValue().Clone()
list histos = []
 histos_mc = ROOT.RDF.Experimental.VariationsFor(df_variations_mc)
 legend = ROOT.TLegend(0.57, 0.65, 0.94, 0.94)
 pad = ROOT.TPad("upper_pad", "", 0, 0, 1, 1)
 stack = ROOT.THStack()
 text = ROOT.TLatex()

Variable Documentation

◆ c1

df106_HiggsToFourLeptons.c1 = ROOT.TCanvas("c", "", 600, 600)

Definition at line 217 of file df106_HiggsToFourLeptons.py.

◆ dataset_spec

df106_HiggsToFourLeptons.dataset_spec = os.path.join(ROOT.gROOT.GetTutorialsDir(), "analysis", "dataframe", "df106_HiggsToFourLeptons_spec.json")

Definition at line 31 of file df106_HiggsToFourLeptons.py.

◆ df

tuple df106_HiggsToFourLeptons.df = ROOT.RDF.Experimental.FromSpec(dataset_spec)

Definition at line 32 of file df106_HiggsToFourLeptons.py.

◆ df_variations_mc

tuple df106_HiggsToFourLeptons.df_variations_mc
Initial value:
1= (
2 df.Filter("isMC == true")
3 .Vary("weight", "variationsFactory(weight, goodlep_pt, goodlep_type)", ["up", "down"])
4 .Histo1D(ROOT.RDF.TH1DModel("Invariant Mass", "m4l", 24, 80, 170), "m4l", "weight")
5)
A struct which stores some basic parameters of a TH1D.

Definition at line 193 of file df106_HiggsToFourLeptons.py.

◆ h_data

list df106_HiggsToFourLeptons.h_data = histos[0].GetValue().Clone()

Definition at line 230 of file df106_HiggsToFourLeptons.py.

◆ h_higgs

list df106_HiggsToFourLeptons.h_higgs = histos[1].GetValue().Clone()

Definition at line 231 of file df106_HiggsToFourLeptons.py.

◆ h_nominal

df106_HiggsToFourLeptons.h_nominal = histos_mc["nominal"].DrawClone("E2 same")

Definition at line 255 of file df106_HiggsToFourLeptons.py.

◆ h_other

list df106_HiggsToFourLeptons.h_other = histos[3].GetValue().Clone()

Definition at line 233 of file df106_HiggsToFourLeptons.py.

◆ h_weight_down

df106_HiggsToFourLeptons.h_weight_down = histos_mc["weight:down"].DrawClone("HIST SAME")

Definition at line 259 of file df106_HiggsToFourLeptons.py.

◆ h_weight_up

df106_HiggsToFourLeptons.h_weight_up = histos_mc["weight:up"].DrawClone("HIST SAME")

Definition at line 257 of file df106_HiggsToFourLeptons.py.

◆ h_zz

list df106_HiggsToFourLeptons.h_zz = histos[2].GetValue().Clone()

Definition at line 232 of file df106_HiggsToFourLeptons.py.

◆ histos

list df106_HiggsToFourLeptons.histos = []

Definition at line 148 of file df106_HiggsToFourLeptons.py.

◆ histos_mc

df106_HiggsToFourLeptons.histos_mc = ROOT.RDF.Experimental.VariationsFor(df_variations_mc)

Definition at line 198 of file df106_HiggsToFourLeptons.py.

◆ legend

df106_HiggsToFourLeptons.legend = ROOT.TLegend(0.57, 0.65, 0.94, 0.94)

Definition at line 269 of file df106_HiggsToFourLeptons.py.

◆ pad

df106_HiggsToFourLeptons.pad = ROOT.TPad("upper_pad", "", 0, 0, 1, 1)

Definition at line 218 of file df106_HiggsToFourLeptons.py.

◆ stack

df106_HiggsToFourLeptons.stack = ROOT.THStack()

Definition at line 225 of file df106_HiggsToFourLeptons.py.

◆ text

df106_HiggsToFourLeptons.text = ROOT.TLatex()

Definition at line 284 of file df106_HiggsToFourLeptons.py.