DESY Hbb Analysis Framework
Namespaces | Variables
pileupWeights.py File Reference

Go to the source code of this file.

Namespaces

 pileupWeights
 

Variables

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