ATLAS Offline Software
Classes | Namespaces | Functions | Variables
CheckAppliedSFs.py File Reference

Go to the source code of this file.

Classes

class  CheckAppliedSFs.ReleaseComparer
 
class  CheckAppliedSFs.SystematicComparer
 

Namespaces

 CheckAppliedSFs
 

Functions

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

Variables

dictionary CheckAppliedSFs.KnownWPs
 
def CheckAppliedSFs.Options = getArgParser().parse_args()
 
 CheckAppliedSFs.infile = ROOT.TFile(Options.InputFile)
 
 CheckAppliedSFs.tree = infile.Get("MuonEfficiencyTest")
 
 CheckAppliedSFs.calibReleases
 
 CheckAppliedSFs.WPs = userWPs
 
list CheckAppliedSFs.userWPs = []
 
def CheckAppliedSFs.bonusname = Options.bonusname
 
list CheckAppliedSFs.Histos = []
 
def CheckAppliedSFs.systematics = getSystematics(tree,wp, calibReleases[0])+[""]
 
string 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
 
string CheckAppliedSFs.variationDrawn = "Nominal"
 
string CheckAppliedSFs.type_drawn = "Scale factor"