00001 #!/usr/bin/env python 00002 00003 ''' 00004 usage example: 00005 00006 nuwa.py -n 200 ibdevents.py 00007 00008 ''' 00009 00010 from DetSimValidation.AD import IBDevents 00011 ibd = IBDevents(histogram_filename = "IBDevents.root", seed = "0", nevts = "200") 00012 00013 if '__main__' == __name__: 00014 print __doc__