DESY Hbb Analysis Framework
Variables
pileupWeights Namespace Reference

Variables

 args = parser.parse_args()
 
 default
 
 dest
 
 f_data = TFile(args.data,"old")
 
 f_down1 = TFile(args.down1,"old")
 
 f_down2 = TFile(args.down2,"old")
 
 f_mc = TFile(args.mc,"old")
 
 f_up1 = TFile(args.up1,"old")
 
 f_up2 = TFile(args.up2,"old")
 
 fout = TFile(args.out,"recreate")
 
 h_data = TH1D(f_data.Get("pileup"))
 
 h_down1 = TH1D(f_down1.Get("pileup"))
 
 h_down2 = TH1D(f_down2.Get("pileup"))
 
 h_mc = TH1D(f_mc.Get("pileup"))
 
 h_up1 = TH1D(f_up1.Get("pileup"))
 
 h_up2 = TH1D(f_up2.Get("pileup"))
 
 h_weight = TH1D(h_data.Clone("weight"));
 
 help
 
 parser = ArgumentParser()
 

Variable Documentation

pileupWeights.args = parser.parse_args()

Definition at line 20 of file pileupWeights.py.

pileupWeights.default

Definition at line 18 of file pileupWeights.py.

pileupWeights.dest

Definition at line 12 of file pileupWeights.py.

pileupWeights.f_data = TFile(args.data,"old")

Definition at line 25 of file pileupWeights.py.

pileupWeights.f_down1 = TFile(args.down1,"old")

Definition at line 50 of file pileupWeights.py.

pileupWeights.f_down2 = TFile(args.down2,"old")

Definition at line 66 of file pileupWeights.py.

pileupWeights.f_mc = TFile(args.mc,"old")

Definition at line 29 of file pileupWeights.py.

pileupWeights.f_up1 = TFile(args.up1,"old")

Definition at line 42 of file pileupWeights.py.

pileupWeights.f_up2 = TFile(args.up2,"old")

Definition at line 58 of file pileupWeights.py.

pileupWeights.fout = TFile(args.out,"recreate")

Definition at line 74 of file pileupWeights.py.

pileupWeights.h_data = TH1D(f_data.Get("pileup"))

Definition at line 26 of file pileupWeights.py.

pileupWeights.h_down1 = TH1D(f_down1.Get("pileup"))

Definition at line 51 of file pileupWeights.py.

pileupWeights.h_down2 = TH1D(f_down2.Get("pileup"))

Definition at line 67 of file pileupWeights.py.

pileupWeights.h_mc = TH1D(f_mc.Get("pileup"))

Definition at line 31 of file pileupWeights.py.

pileupWeights.h_up1 = TH1D(f_up1.Get("pileup"))

Definition at line 43 of file pileupWeights.py.

pileupWeights.h_up2 = TH1D(f_up2.Get("pileup"))

Definition at line 59 of file pileupWeights.py.

pileupWeights.h_weight = TH1D(h_data.Clone("weight"));

Definition at line 37 of file pileupWeights.py.

pileupWeights.help

Definition at line 12 of file pileupWeights.py.

pileupWeights.parser = ArgumentParser()

Definition at line 11 of file pileupWeights.py.