00001 #!/usr/bin/env python 00002 00003 ''' 00004 00005 An example job option script running GenHists and SimHists algorithms. 00006 It can be run like: 00007 00008 nuwa.py -n XXX simhists.py 00009 00010 The geometry, GenTools and DetSim are also set up. 00011 00012 ''' 00013 00014 import SimHistsExample 00015 she = SimHistsExample.Configure();