| Functions | |
| def | MakeErrorHistogram (universes, asFrac=True) | 
| def | AddUniverses (universes) | 
| def | PrintPlots (rootfile, in_dir, in_files, universes, frac, urange) | 
| def | DrawFluxTogether (rootfile, in_dir, in_file, universes) | 
| def | RebinHistogram (input_histos, uniform=False) | 
| def | DrawTogether (rootfile, nutype, universes, frac, urange) | 
| def | PrintStackPlots (rfile1, rfile2, in_dir, in_files, universes, frac, urange) | 
| def | PrintRatioErrorPlots (rfile1, rfile2, in_dir, in_files, universes, frac, urange, RPlots=False, rebin=True, uniform=True) | 
| Variables | |
| pathname = str(sys.argv[1]) | |
| string | pathname1 = "" | 
| in_file = ROOT.TFile(str(pathname)) | |
| rfile = ROOT.TFile(str(pathname1)) | |
| def drawUncertainties.AddUniverses | ( | universes | ) | 
Definition at line 59 of file drawUncertainties.py.
| def drawUncertainties.DrawFluxTogether | ( | rootfile, | |
| in_dir, | |||
| in_file, | |||
| universes | |||
| ) | 
Definition at line 87 of file drawUncertainties.py.
| def drawUncertainties.DrawTogether | ( | rootfile, | |
| nutype, | |||
| universes, | |||
| frac, | |||
| urange | |||
| ) | 
Definition at line 126 of file drawUncertainties.py.
| def drawUncertainties.MakeErrorHistogram | ( | universes, | |
| asFrac = True | |||
| ) | 
Definition at line 25 of file drawUncertainties.py.
| def drawUncertainties.PrintPlots | ( | rootfile, | |
| in_dir, | |||
| in_files, | |||
| universes, | |||
| frac, | |||
| urange | |||
| ) | 
Definition at line 68 of file drawUncertainties.py.
| def drawUncertainties.PrintRatioErrorPlots | ( | rfile1, | |
| rfile2, | |||
| in_dir, | |||
| in_files, | |||
| universes, | |||
| frac, | |||
| urange, | |||
| RPlots = False, | |||
| rebin = True, | |||
| uniform = True | |||
| ) | 
Definition at line 220 of file drawUncertainties.py.
| def drawUncertainties.PrintStackPlots | ( | rfile1, | |
| rfile2, | |||
| in_dir, | |||
| in_files, | |||
| universes, | |||
| frac, | |||
| urange | |||
| ) | 
Definition at line 174 of file drawUncertainties.py.
| def drawUncertainties.RebinHistogram | ( | input_histos, | |
| uniform = False | |||
| ) | 
Definition at line 103 of file drawUncertainties.py.
Definition at line 270 of file drawUncertainties.py.
| drawUncertainties.pathname = str(sys.argv[1]) | 
Definition at line 21 of file drawUncertainties.py.
| drawUncertainties.pathname1 = "" | 
Definition at line 22 of file drawUncertainties.py.
Definition at line 271 of file drawUncertainties.py.
 1.8.11
 1.8.11