Go to the source code of this file.
Namespaces | |
prettyPlotComps | |
Variables | |
list | prettyPlotComps.plotvars = ["flux","wrongsign"] |
prettyPlotComps.canvas = ROOT.TCanvas("canvas","canvas"); | |
prettyPlotComps.plotvar = plotvars[i] | |
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") | |
string | prettyPlotComps.histo_title = "numu_flux" |
prettyPlotComps.h_1 = f_1.Get(histo_title) | |
list | prettyPlotComps.newbins = [0.0] |
float | prettyPlotComps.scale_factor_120GeV = 1.1e21 |
float | prettyPlotComps.scale_factor_80GeV = 1.47e21 |
float | prettyPlotComps.scale_factor_60GeV = 1.89e21 |
string | prettyPlotComps.y_title = "Unoscillated #nu_{#mu}s / GeV / m^{2} / Year" |
string | prettyPlotComps.a_title = "#nu_{#mu} Flux, #nu Mode, Far Detector" |
float | prettyPlotComps.plot_max = h_1.GetMaximum()*1.2 |
prettyPlotComps.title = ROOT.gPad.GetPrimitive("title"); | |
prettyPlotComps.leg = ROOT.TLegend(0.5,0.6,0.9,0.9); | |