|
FairShip
|
Functions | |
| None | mem_monitor () |
Variables | |
| bool | withHists = True |
| bool | pidProton = False |
| ArgumentParser | parser = ArgumentParser() |
| dest | |
| help | |
| required | |
| False | |
| default | |
| type | |
| action | |
| choices | |
| None | |
| ArgumentParser | options = parser.parse_args() |
| not | vertexing = not options.noVertexing |
| ArgumentParser | tmp = options.inputFile.split(".") |
| try : | |
| float | dy = float(tmp[1] + "." + tmp[2]) |
| ArgumentParser | outFile = options.inputFile |
| inputFile | |
| else : | |
| geoFile | |
| ROOT | fgeo = ROOT.TFile.Open(options.geoFile) |
| ROOT | geoMat = ROOT.genfit.TGeoMaterialInterface() |
| load_from_root_file | ShipGeo = load_from_root_file(fgeo, "ShipGeo") |
| dict | h = {} |
| ROOT | run = ROOT.FairRunSim() |
| ROOT | rtdb = run.GetRuntimeDb() |
| shipDet_conf | modules = shipDet_conf.configure(run, ShipGeo) |
| geomGeant4 | fieldMaker = geomGeant4.addVMCFields(ShipGeo, "", True, withVirtualMC=False) |
| debug | |
| withT0 | |
| realPR | |
| withNoStrawSmearing | |
| iEvent | |
| shipDigiReco | SHiP = shipDigiReco.ShipDigiReco(options.inputFile, outFile, fgeo) |
| nEvents | |
| shipDigiReco | rc = SHiP.sTree.GetEvent(global_variables.iEvent) |
| None ShipReco.mem_monitor | ( | ) |
Definition at line 13 of file ShipReco.py.
| ShipReco.action |
Definition at line 42 of file ShipReco.py.
| ShipReco.choices |
Definition at line 71 of file ShipReco.py.
| ShipReco.debug |
Definition at line 151 of file ShipReco.py.
| ShipReco.default |
Definition at line 38 of file ShipReco.py.
| ShipReco.dest |
Definition at line 36 of file ShipReco.py.
Definition at line 86 of file ShipReco.py.
| ShipReco.else : |
Definition at line 108 of file ShipReco.py.
| ShipReco.False |
Definition at line 38 of file ShipReco.py.
| ROOT ShipReco.fgeo = ROOT.TFile.Open(options.geoFile) |
Definition at line 118 of file ShipReco.py.
| ShipReco.fieldMaker = geomGeant4.addVMCFields(ShipGeo, "", True, withVirtualMC=False) |
Definition at line 148 of file ShipReco.py.
| ShipReco.geoFile |
Definition at line 116 of file ShipReco.py.
| ROOT ShipReco.geoMat = ROOT.genfit.TGeoMaterialInterface() |
Definition at line 119 of file ShipReco.py.
| ShipReco.h = {} |
Definition at line 126 of file ShipReco.py.
| ShipReco.help |
Definition at line 36 of file ShipReco.py.
| ShipReco.iEvent |
Definition at line 161 of file ShipReco.py.
| ShipReco.inputFile |
Definition at line 107 of file ShipReco.py.
| ShipReco.modules = shipDet_conf.configure(run, ShipGeo) |
Definition at line 142 of file ShipReco.py.
| ShipReco.nEvents |
Definition at line 167 of file ShipReco.py.
| ShipReco.None |
Definition at line 74 of file ShipReco.py.
| ArgumentParser ShipReco.options = parser.parse_args() |
Definition at line 77 of file ShipReco.py.
| ArgumentParser ShipReco.outFile = options.inputFile |
Definition at line 106 of file ShipReco.py.
| ArgumentParser ShipReco.parser = ArgumentParser() |
Definition at line 34 of file ShipReco.py.
| ShipReco.pidProton = False |
Definition at line 8 of file ShipReco.py.
| shipDigiReco ShipReco.rc = SHiP.sTree.GetEvent(global_variables.iEvent) |
Definition at line 172 of file ShipReco.py.
| ShipReco.realPR |
Definition at line 155 of file ShipReco.py.
| ShipReco.required |
Definition at line 36 of file ShipReco.py.
| ROOT ShipReco.rtdb = run.GetRuntimeDb() |
Definition at line 140 of file ShipReco.py.
| ROOT ShipReco.run = ROOT.FairRunSim() |
Definition at line 136 of file ShipReco.py.
| shipDigiReco ShipReco.SHiP = shipDigiReco.ShipDigiReco(options.inputFile, outFile, fgeo) |
Definition at line 166 of file ShipReco.py.
| ShipReco.ShipGeo = load_from_root_file(fgeo, "ShipGeo") |
Definition at line 124 of file ShipReco.py.
| ArgumentParser ShipReco.tmp = options.inputFile.split(".") |
Definition at line 84 of file ShipReco.py.
| ShipReco.try : |
Definition at line 85 of file ShipReco.py.
| ShipReco.type |
Definition at line 38 of file ShipReco.py.
| ShipReco.vertexing = not options.noVertexing |
Definition at line 78 of file ShipReco.py.
| bool ShipReco.withHists = True |
Definition at line 7 of file ShipReco.py.
| ShipReco.withNoStrawSmearing |
Definition at line 159 of file ShipReco.py.
| ShipReco.withT0 |
Definition at line 154 of file ShipReco.py.