Variables | |
string | templatefhcfile = "/lbne/data/users/ljf26/fluxfiles/g4lbne/v3r2p4/QGSP_BERT/Nominal/200kA/flux/histos_g4lbne_v3r2p4_QGSP_BERT_Nominal_200kA_LBNEFD_fastmc.root" |
string | templaterhcfile = "/lbne/data/users/ljf26/fluxfiles/g4lbne/v3r2p4/QGSP_BERT/Nominal/-200kA/flux/histos_g4lbne_v3r2p4_QGSP_BERT_Nominal_-200kA_LBNEFD_fastmc.root" |
nu_type = flux.split("_")[1] | |
mode = flux.split("_")[0] | |
newfile = ROOT.TFile("temp/"+mode+"_"+flux+var+".root","RECREATE") | |
oldfile = ROOT.TFile(templatefhcfile) | |
dirList = ROOT.gDirectory.GetListOfKeys() | |
temp = oldfile.Get(stuff.GetName()).Clone() | |
string | newrhcfile = "temp/rhc_" |
string | newfhcfile = "temp/fhc_" |
makeVarFluxes.dirList = ROOT.gDirectory.GetListOfKeys() |
Definition at line 15 of file makeVarFluxes.py.
makeVarFluxes.mode = flux.split("_")[0] |
Definition at line 9 of file makeVarFluxes.py.
string makeVarFluxes.newfhcfile = "temp/fhc_" |
Definition at line 29 of file makeVarFluxes.py.
makeVarFluxes.newfile = ROOT.TFile("temp/"+mode+"_"+flux+var+".root","RECREATE") |
Definition at line 10 of file makeVarFluxes.py.
string makeVarFluxes.newrhcfile = "temp/rhc_" |
Definition at line 26 of file makeVarFluxes.py.
makeVarFluxes.nu_type = flux.split("_")[1] |
Definition at line 8 of file makeVarFluxes.py.
makeVarFluxes.oldfile = ROOT.TFile(templatefhcfile) |
Definition at line 12 of file makeVarFluxes.py.
makeVarFluxes.temp = oldfile.Get(stuff.GetName()).Clone() |
Definition at line 19 of file makeVarFluxes.py.
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" |
Definition at line 3 of file makeVarFluxes.py.
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" |
Definition at line 4 of file makeVarFluxes.py.