SND@LHC Software
Loading...
Searching...
No Matches
getInteractionAndRadiationLength Namespace Reference

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])
 

Function Documentation

◆ pyExit()

getInteractionAndRadiationLength.pyExit ( )

Definition at line 5 of file getInteractionAndRadiationLength.py.

5def pyExit():
6 os.system('kill '+str(os.getpid()))

Variable Documentation

◆ default

getInteractionAndRadiationLength.default

Definition at line 13 of file getInteractionAndRadiationLength.py.

◆ dest

getInteractionAndRadiationLength.dest

Definition at line 11 of file getInteractionAndRadiationLength.py.

◆ end

getInteractionAndRadiationLength.end = array('d',[options.endx,options.endy,options.endz])

Definition at line 30 of file getInteractionAndRadiationLength.py.

◆ float

getInteractionAndRadiationLength.float

Definition at line 12 of file getInteractionAndRadiationLength.py.

◆ Geniegen

getInteractionAndRadiationLength.Geniegen = ROOT.GenieGenerator()

Definition at line 21 of file getInteractionAndRadiationLength.py.

◆ geo

getInteractionAndRadiationLength.geo = SndlhcGeo.GeoInterface(options.geofile)

Definition at line 23 of file getInteractionAndRadiationLength.py.

◆ help

getInteractionAndRadiationLength.help

Definition at line 11 of file getInteractionAndRadiationLength.py.

◆ mparam

getInteractionAndRadiationLength.mparam = array('d',[0,0,0,0,0,0,0,0,0,0,0,0])

Definition at line 31 of file getInteractionAndRadiationLength.py.

◆ options

getInteractionAndRadiationLength.options = parser.parse_args()

Definition at line 19 of file getInteractionAndRadiationLength.py.

◆ parser

getInteractionAndRadiationLength.parser = ArgumentParser()

Definition at line 10 of file getInteractionAndRadiationLength.py.

◆ required

getInteractionAndRadiationLength.required

Definition at line 11 of file getInteractionAndRadiationLength.py.

◆ start

getInteractionAndRadiationLength.start = array('d',[options.startx,options.starty,options.startz])

Definition at line 29 of file getInteractionAndRadiationLength.py.

◆ type

getInteractionAndRadiationLength.type

Definition at line 12 of file getInteractionAndRadiationLength.py.