Variables | |
list | plotvars = ["flux","wrongsign"] |
canvas = ROOT.TCanvas("canvas","canvas"); | |
plotvar = plotvars[i] | |
f_1 = ROOT.TFile("/dune/data/users/ljf26/fluxfiles/g4lbne/v3r5p4/QGSP_BERT/OptimizedEngineeredNov2017/neutrino/flux//histos_g4lbne_v3r5p4_QGSP_BERT_OptimizedEngineeredNov2017_neutrino_LBNEFD_fastmc.root") | |
string | histo_title = "numu_flux" |
h_1 = f_1.Get(histo_title) | |
list | newbins = [0.0] |
float | scale_factor_120GeV = 1.1e21 |
float | scale_factor_80GeV = 1.47e21 |
float | scale_factor_60GeV = 1.89e21 |
string | y_title = "Unoscillated #nu_{#mu}s / GeV / m^{2} / Year" |
string | a_title = "#nu_{#mu} Flux, #nu Mode, Far Detector" |
float | plot_max = h_1.GetMaximum()*1.2 |
title = ROOT.gPad.GetPrimitive("title"); | |
leg = ROOT.TLegend(0.5,0.6,0.9,0.9); | |
string prettyPlotComps.a_title = "#nu_{#mu} Flux, #nu Mode, Far Detector" |
Definition at line 101 of file prettyPlotComps.py.
prettyPlotComps.canvas = ROOT.TCanvas("canvas","canvas"); |
Definition at line 9 of file prettyPlotComps.py.
prettyPlotComps.f_1 = ROOT.TFile("/dune/data/users/ljf26/fluxfiles/g4lbne/v3r5p4/QGSP_BERT/OptimizedEngineeredNov2017/neutrino/flux//histos_g4lbne_v3r5p4_QGSP_BERT_OptimizedEngineeredNov2017_neutrino_LBNEFD_fastmc.root") |
Definition at line 16 of file prettyPlotComps.py.
prettyPlotComps.h_1 = f_1.Get(histo_title) |
Definition at line 35 of file prettyPlotComps.py.
string prettyPlotComps.histo_title = "numu_flux" |
Definition at line 33 of file prettyPlotComps.py.
prettyPlotComps.leg = ROOT.TLegend(0.5,0.6,0.9,0.9); |
Definition at line 145 of file prettyPlotComps.py.
list prettyPlotComps.newbins = [0.0] |
Definition at line 44 of file prettyPlotComps.py.
float prettyPlotComps.plot_max = h_1.GetMaximum()*1.2 |
Definition at line 115 of file prettyPlotComps.py.
prettyPlotComps.plotvar = plotvars[i] |
Definition at line 13 of file prettyPlotComps.py.
list prettyPlotComps.plotvars = ["flux","wrongsign"] |
Definition at line 6 of file prettyPlotComps.py.
float prettyPlotComps.scale_factor_120GeV = 1.1e21 |
Definition at line 70 of file prettyPlotComps.py.
float prettyPlotComps.scale_factor_60GeV = 1.89e21 |
Definition at line 72 of file prettyPlotComps.py.
float prettyPlotComps.scale_factor_80GeV = 1.47e21 |
Definition at line 71 of file prettyPlotComps.py.
prettyPlotComps.title = ROOT.gPad.GetPrimitive("title"); |
Definition at line 131 of file prettyPlotComps.py.
Definition at line 82 of file prettyPlotComps.py.