SND@LHC Software
|
Functions | |
init () | |
Variables | |
str | defaultfiledir = "/eos/experiment/ship/user/aiuliano/GENIE_input_SND/NeutrinoFiles/" |
tuple | defaultsplinedir |
dict | names = {14: "numu", 12: "nue", 16: "nutau", -14: "anumu", -12: "anue", -16: "anutau"} |
dict | filenames |
args = init() | |
nupdg = int(args.nupdg) | |
str | targetcode = "1000741840[0.95],1000280580[0.03],1000290630[0.02]" |
nevents = int(args.nevents) | |
dict | inputfile = args.filedir + filenames[nupdg] + ".root" |
dict | spline = args.splinedir + names[nupdg] + "_xsec_splines.xml" |
dict | outputfile = names[nupdg] + "_" + args.process + "_FairShip.root" |
emin | |
emax | |
inputflux | |
process | |
seed | |
simfile | |
list | nupdglist = [nupdg] |
nknots | |
makeSNDGenieEvents.init | ( | ) |
Definition at line 24 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.args = init() |
Definition at line 89 of file makeSNDGenieEvents.py.
str makeSNDGenieEvents.defaultfiledir = "/eos/experiment/ship/user/aiuliano/GENIE_input_SND/NeutrinoFiles/" |
Definition at line 9 of file makeSNDGenieEvents.py.
tuple makeSNDGenieEvents.defaultsplinedir |
Definition at line 10 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.emax |
Definition at line 140 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.emin |
Definition at line 139 of file makeSNDGenieEvents.py.
dict makeSNDGenieEvents.filenames |
Definition at line 14 of file makeSNDGenieEvents.py.
Definition at line 131 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.inputflux |
Definition at line 142 of file makeSNDGenieEvents.py.
dict makeSNDGenieEvents.names = {14: "numu", 12: "nue", 16: "nutau", -14: "anumu", -12: "anue", -16: "anutau"} |
Definition at line 13 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.nevents = int(args.nevents) |
Definition at line 126 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.nknots |
Definition at line 162 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.nupdg = int(args.nupdg) |
Definition at line 99 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.nupdglist = [nupdg] |
Definition at line 157 of file makeSNDGenieEvents.py.
Definition at line 134 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.process |
Definition at line 144 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.seed |
Definition at line 145 of file makeSNDGenieEvents.py.
makeSNDGenieEvents.simfile |
Definition at line 151 of file makeSNDGenieEvents.py.
Definition at line 132 of file makeSNDGenieEvents.py.
str makeSNDGenieEvents.targetcode = "1000741840[0.95],1000280580[0.03],1000290630[0.02]" |
Definition at line 113 of file makeSNDGenieEvents.py.