|
SND@LHC Software
|
Functions | |
| pyExit () | |
Variables | |
| parser = ArgumentParser() | |
| dest | |
| help | |
| required | |
| type | |
| float | |
| default | |
| options = parser.parse_args() | |
| Geniegen = ROOT.GenieGenerator() | |
| geo = SndlhcGeo.GeoInterface(options.geofile) | |
| start = array('d',[options.startx,options.starty,options.startz]) | |
| end = array('d',[options.endx,options.endy,options.endz]) | |
| mparam = array('d',[0,0,0,0,0,0,0,0,0,0,0,0]) | |
| getInteractionAndRadiationLength.pyExit | ( | ) |
Definition at line 5 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.default |
Definition at line 13 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.dest |
Definition at line 11 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.end = array('d',[options.endx,options.endy,options.endz]) |
Definition at line 30 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.float |
Definition at line 12 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.Geniegen = ROOT.GenieGenerator() |
Definition at line 21 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.geo = SndlhcGeo.GeoInterface(options.geofile) |
Definition at line 23 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.help |
Definition at line 11 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.mparam = array('d',[0,0,0,0,0,0,0,0,0,0,0,0]) |
Definition at line 31 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.options = parser.parse_args() |
Definition at line 19 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.parser = ArgumentParser() |
Definition at line 10 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.required |
Definition at line 11 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.start = array('d',[options.startx,options.starty,options.startz]) |
Definition at line 29 of file getInteractionAndRadiationLength.py.
| getInteractionAndRadiationLength.type |
Definition at line 12 of file getInteractionAndRadiationLength.py.