Namespaces | Variables
simpleFluxPlot.py File Reference

Go to the source code of this file.

Namespaces

 simpleFluxPlot
 

Variables

 simpleFluxPlot.fluxpath = sys.argv[1]
 PARSE INPUT ARGUMENT #####. More...
 
list simpleFluxPlot.fluxfiles = []
 MAKE VECTOR OF FLUX FILES ####. More...
 
 simpleFluxPlot.temppath = os.path.join(root,file)
 
 simpleFluxPlot.FluxChain = ROOT.TChain("nudata")
 CREATE A CHAIN OF FLUX NTUPLES #####. More...
 
 simpleFluxPlot.canv = ROOT.TCanvas("NeutrinoEnergyFar","NeutrinoEnergyFar")
 
 simpleFluxPlot.H_NeutrinoEnergyFar = ROOT.TH1F("H_NeutrinoEnergyFar","H_NeutrinoEnergyFar",40,0,20);