Namespaces | Variables
makeVarFluxes.py File Reference

Go to the source code of this file.

Namespaces

 makeVarFluxes
 

Variables

string makeVarFluxes.templatefhcfile = "/lbne/data/users/ljf26/fluxfiles/g4lbne/v3r2p4/QGSP_BERT/Nominal/200kA/flux/histos_g4lbne_v3r2p4_QGSP_BERT_Nominal_200kA_LBNEFD_fastmc.root"
 
string makeVarFluxes.templaterhcfile = "/lbne/data/users/ljf26/fluxfiles/g4lbne/v3r2p4/QGSP_BERT/Nominal/-200kA/flux/histos_g4lbne_v3r2p4_QGSP_BERT_Nominal_-200kA_LBNEFD_fastmc.root"
 
 makeVarFluxes.nu_type = flux.split("_")[1]
 
 makeVarFluxes.mode = flux.split("_")[0]
 
 makeVarFluxes.newfile = ROOT.TFile("temp/"+mode+"_"+flux+var+".root","RECREATE")
 
 makeVarFluxes.oldfile = ROOT.TFile(templatefhcfile)
 
 makeVarFluxes.dirList = ROOT.gDirectory.GetListOfKeys()
 
 makeVarFluxes.temp = oldfile.Get(stuff.GetName()).Clone()
 
string makeVarFluxes.newrhcfile = "temp/rhc_"
 
string makeVarFluxes.newfhcfile = "temp/fhc_"