|
SND@LHC Software
|
Functions | |
| mem_monitor () | |
Variables | |
| bool | withHists = True |
| bool | pidProton = False |
| parser = ArgumentParser() | |
| dest | |
| help | |
| required | |
| False | |
| default | |
| type | |
| action | |
| choices | |
| None | |
| options = parser.parse_args() | |
| vertexing = not options.noVertexing | |
| tmp = options.inputFile.split('.') | |
| dy = float( tmp[1]+'.'+tmp[2] ) | |
| outFile = options.inputFile | |
| inputFile | |
| geoFile | |
| fgeo = ROOT.TFile.Open(options.geoFile) | |
| geoMat = ROOT.genfit.TGeoMaterialInterface() | |
| upkl = Unpickler(fgeo) | |
| ShipGeo = upkl.load('ShipGeo') | |
| ecalGeoFile = ShipGeo.ecal.File | |
| dict | h = {} |
| dict | log = {} |
| run = ROOT.FairRunSim() | |
| rtdb = run.GetRuntimeDb() | |
| modules = shipDet_conf.configure(run,ShipGeo) | |
| fieldMaker = geomGeant4.addVMCFields(ShipGeo, '', True,withVirtualMC = False) | |
| debug | |
| withT0 | |
| realPR | |
| EcalDebugDraw | |
| withNoStrawSmearing | |
| iEvent | |
| SHiP = shipDigiReco.ShipDigiReco(outFile,fgeo) | |
| nEvents | |
| rc = SHiP.sTree.GetEvent(global_variables.iEvent) | |
| ShipReco.mem_monitor | ( | ) |
Definition at line 10 of file ShipReco.py.
| ShipReco.action |
Definition at line 34 of file ShipReco.py.
| ShipReco.choices |
Definition at line 44 of file ShipReco.py.
| ShipReco.debug |
Definition at line 116 of file ShipReco.py.
| ShipReco.default |
Definition at line 32 of file ShipReco.py.
| ShipReco.dest |
Definition at line 31 of file ShipReco.py.
Definition at line 58 of file ShipReco.py.
| ShipReco.EcalDebugDraw |
Definition at line 125 of file ShipReco.py.
| ShipReco.ecalGeoFile = ShipGeo.ecal.File |
Definition at line 89 of file ShipReco.py.
| ShipReco.False |
Definition at line 32 of file ShipReco.py.
| ShipReco.fgeo = ROOT.TFile.Open(options.geoFile) |
Definition at line 81 of file ShipReco.py.
| ShipReco.fieldMaker = geomGeant4.addVMCFields(ShipGeo, '', True,withVirtualMC = False) |
Definition at line 113 of file ShipReco.py.
| ShipReco.geoFile |
Definition at line 79 of file ShipReco.py.
| ShipReco.geoMat = ROOT.genfit.TGeoMaterialInterface() |
Definition at line 82 of file ShipReco.py.
| ShipReco.h = {} |
Definition at line 91 of file ShipReco.py.
| ShipReco.help |
Definition at line 31 of file ShipReco.py.
| ShipReco.iEvent |
Definition at line 129 of file ShipReco.py.
| ShipReco.inputFile |
Definition at line 67 of file ShipReco.py.
| ShipReco.log = {} |
Definition at line 92 of file ShipReco.py.
| ShipReco.modules = shipDet_conf.configure(run,ShipGeo) |
Definition at line 107 of file ShipReco.py.
| ShipReco.nEvents |
Definition at line 135 of file ShipReco.py.
| ShipReco.None |
Definition at line 45 of file ShipReco.py.
| ShipReco.options = parser.parse_args() |
Definition at line 48 of file ShipReco.py.
| ShipReco.outFile = options.inputFile |
Definition at line 66 of file ShipReco.py.
| ShipReco.parser = ArgumentParser() |
Definition at line 29 of file ShipReco.py.
| ShipReco.pidProton = False |
Definition at line 7 of file ShipReco.py.
| ShipReco.rc = SHiP.sTree.GetEvent(global_variables.iEvent) |
Definition at line 140 of file ShipReco.py.
| ShipReco.realPR |
Definition at line 120 of file ShipReco.py.
| ShipReco.required |
Definition at line 31 of file ShipReco.py.
| ShipReco.rtdb = run.GetRuntimeDb() |
Definition at line 105 of file ShipReco.py.
| ShipReco.run = ROOT.FairRunSim() |
Definition at line 101 of file ShipReco.py.
| ShipReco.SHiP = shipDigiReco.ShipDigiReco(outFile,fgeo) |
Definition at line 134 of file ShipReco.py.
| ShipReco.ShipGeo = upkl.load('ShipGeo') |
Definition at line 88 of file ShipReco.py.
| ShipReco.tmp = options.inputFile.split('.') |
Definition at line 56 of file ShipReco.py.
| ShipReco.type |
Definition at line 32 of file ShipReco.py.
Definition at line 87 of file ShipReco.py.
| ShipReco.vertexing = not options.noVertexing |
Definition at line 49 of file ShipReco.py.
| bool ShipReco.withHists = True |
Definition at line 6 of file ShipReco.py.
| ShipReco.withNoStrawSmearing |
Definition at line 126 of file ShipReco.py.
| ShipReco.withT0 |
Definition at line 119 of file ShipReco.py.