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