Loading...
Searching...
No Matches
Go to the source code of this file.
|
| | getInteractionAndRadiationLength.parser = ArgumentParser() |
| |
| | getInteractionAndRadiationLength.dest |
| |
| | getInteractionAndRadiationLength.help |
| |
| | getInteractionAndRadiationLength.required |
| |
| | getInteractionAndRadiationLength.type |
| |
| | getInteractionAndRadiationLength.float |
| |
| | getInteractionAndRadiationLength.default |
| |
| | getInteractionAndRadiationLength.options = parser.parse_args() |
| |
| | getInteractionAndRadiationLength.Geniegen = ROOT.GenieGenerator() |
| |
| | getInteractionAndRadiationLength.geo = SndlhcGeo.GeoInterface(options.geofile) |
| |
| | getInteractionAndRadiationLength.start = array('d',[options.startx,options.starty,options.startz]) |
| |
| | getInteractionAndRadiationLength.end = array('d',[options.endx,options.endy,options.endz]) |
| |
| | getInteractionAndRadiationLength.mparam = array('d',[0,0,0,0,0,0,0,0,0,0,0,0]) |
| |