ATLAS Offline Software
Loading...
Searching...
No Matches
CheckAppliedSFs.py File Reference

Go to the source code of this file.

Classes

class  CheckAppliedSFs.ReleaseComparer
class  CheckAppliedSFs.SystematicComparer

Namespaces

namespace  CheckAppliedSFs

Functions

 CheckAppliedSFs.getArgParser ()
 CheckAppliedSFs.getCalibReleasesAndWP (tree)
 CheckAppliedSFs.getSystematics (tree, wp, calib_release)

Variables

dict CheckAppliedSFs.KnownWPs
 CheckAppliedSFs.Options = getArgParser().parse_args()
 CheckAppliedSFs.infile = ROOT.TFile(Options.InputFile)
 CheckAppliedSFs.tree = infile.Get("MuonEfficiencyTest")
 CheckAppliedSFs.calibReleases
 CheckAppliedSFs.WPs = userWPs
list CheckAppliedSFs.userWPs = []
 CheckAppliedSFs.bonusname = Options.bonusname
list CheckAppliedSFs.Histos = []
 CheckAppliedSFs.systematics = getSystematics(tree,wp, calibReleases[0])+[""]
str CheckAppliedSFs.corrType = "Scale Factor"
 CheckAppliedSFs.var_name
 CheckAppliedSFs.axis_title
 CheckAppliedSFs.bmin
 CheckAppliedSFs.bin_width
 CheckAppliedSFs.name_old_rel
 CheckAppliedSFs.name_new_rel
 CheckAppliedSFs.test_tree
 CheckAppliedSFs.branch_old
 CheckAppliedSFs.branch_new
 CheckAppliedSFs.bins
 CheckAppliedSFs.branch_sys_old
 CheckAppliedSFs.branch_sys_new
 CheckAppliedSFs.e3
 CheckAppliedSFs.bmax
 CheckAppliedSFs.weight_old
 CheckAppliedSFs.weight_new
 CheckAppliedSFs.dummy = ROOT.TCanvas("dummy", "dummy", 800, 600)
 CheckAppliedSFs.histoCR1 = comp.get_old_histo().TH1()
 CheckAppliedSFs.histoCR2 = comp.get_new_histo().TH1()
 CheckAppliedSFs.pu = PlotUtils(status = Options.label)
 CheckAppliedSFs.TopPad
str CheckAppliedSFs.variationDrawn = "Nominal"
str CheckAppliedSFs.type_drawn = "Scale factor"