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