metadata.xml 1.4 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>sci-physics@gentoo.org</email>
  6. <name>Gentoo Physics Project</name>
  7. </maintainer>
  8. <longdescription lang="en">
  9. The HepMC package is an object oriented event record written in C++
  10. for High Energy Physics Monte Carlo Generators. Many extensions from
  11. HEPEVT, the Fortran HEP standard, are supported: the number of entries
  12. is unlimited, spin density matrices can be stored with each vertex,
  13. flow patterns (such as color) can be stored and traced, integers
  14. representing random number generator states can be stored, and an
  15. arbitrary number of event weights can be included. Particles and
  16. vertices are kept separate in a graph structure, physically similar to
  17. a physics event. The added information supports the modularisation of
  18. event generators. The package has been kept as simple as possible with
  19. minimal internal/external dependencies. Event information is accessed
  20. by means of iterators supplied with the package.
  21. Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)41.
  22. </longdescription>
  23. <use>
  24. <flag name="gev">Build with GeV instead of default MeV for momentum units</flag>
  25. <flag name="cm">Build with cm instead of default mm for length units</flag>
  26. </use>
  27. </pkgmetadata>