00001 #!/usr/bin/env tutorial 00002 ''' 00003 Driver of the SimHistsExample for the tutorial. Run like: 00004 00005 nuwa.py -n XXX SimHistsExample.Tutorial 00006 00007 Where XXX is the number of events to run. 00008 00009 ''' 00010 00011 import SimHistsExample 00012 she = SimHistsExample.Configure();