|
FairShip
|
Go to the source code of this file.
Namespaces | |
| namespace | ShipReco |
Functions | |
| None | ShipReco.mem_monitor () |
Variables | |
| bool | ShipReco.withHists = True |
| bool | ShipReco.pidProton = False |
| ArgumentParser | ShipReco.parser = ArgumentParser() |
| ShipReco.dest | |
| ShipReco.help | |
| ShipReco.required | |
| ShipReco.False | |
| ShipReco.default | |
| ShipReco.type | |
| ShipReco.action | |
| ShipReco.choices | |
| ShipReco.None | |
| ArgumentParser | ShipReco.options = parser.parse_args() |
| not | ShipReco.vertexing = not options.noVertexing |
| ArgumentParser | ShipReco.tmp = options.inputFile.split(".") |
| ShipReco.try : | |
| float | ShipReco.dy = float(tmp[1] + "." + tmp[2]) |
| ArgumentParser | ShipReco.outFile = options.inputFile |
| ShipReco.inputFile | |
| ShipReco.else : | |
| ShipReco.geoFile | |
| ROOT | ShipReco.fgeo = ROOT.TFile.Open(options.geoFile) |
| ROOT | ShipReco.geoMat = ROOT.genfit.TGeoMaterialInterface() |
| load_from_root_file | ShipReco.ShipGeo = load_from_root_file(fgeo, "ShipGeo") |
| dict | ShipReco.h = {} |
| ROOT | ShipReco.run = ROOT.FairRunSim() |
| ROOT | ShipReco.rtdb = run.GetRuntimeDb() |
| shipDet_conf | ShipReco.modules = shipDet_conf.configure(run, ShipGeo) |
| geomGeant4 | ShipReco.fieldMaker = geomGeant4.addVMCFields(ShipGeo, "", True, withVirtualMC=False) |
| ShipReco.debug | |
| ShipReco.withT0 | |
| ShipReco.realPR | |
| ShipReco.withNoStrawSmearing | |
| ShipReco.iEvent | |
| shipDigiReco | ShipReco.SHiP = shipDigiReco.ShipDigiReco(options.inputFile, outFile, fgeo) |
| ShipReco.nEvents | |
| shipDigiReco | ShipReco.rc = SHiP.sTree.GetEvent(global_variables.iEvent) |