| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

ibdneutron.py

Go to the documentation of this file.
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__
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:56:26 2011 for DetSimValidation by doxygen 1.4.7