1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: hepmc3
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: HepMC developers <hepmc-dev@NOSPAM.cern.ch>,
Mo Zhou <cdluminate@gmail.com>,
Build-Depends: debhelper (>= 9~), cmake, doxygen
Standards-Version: 4.3.0
Homepage: http://hepmc.web.cern.ch/hepmc/
Vcs-Git: https://salsa.debian.org/science-team/hepmc3.git
Vcs-Browser: https://salsa.debian.org/science-team/hepmc3
Package: libhepmc3
Section: libs
Architecture: any
Multi-arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libhepmc3-search
Suggests: libhepmc3-dev, libhepmc3-search-dev
Description: Event Record for Monte Carlo Generators
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.
.
Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
number of entries is unlimited, spin density matrices can be stored with
each vertex, flow patterns (such as color) can be stored and traced,
integers representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and vertices
are kept separate in a graph structure, physically similar to a physics
event.
.
The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.
.
This package ships the shared object for HepMC3.
Package: libhepmc3-dev
Section: libdevel
Architecture: any
Depends: libhepmc3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: libhepmc3-search-dev
Suggests: hepmc3-doc
Description: Event Record for Monte Carlo Generators - development files
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.
.
Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
number of entries is unlimited, spin density matrices can be stored with
each vertex, flow patterns (such as color) can be stored and traced,
integers representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and vertices
are kept separate in a graph structure, physically similar to a physics
event.
.
The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.
.
This package provides development files for HepMC3.
Package: libhepmc3-search
Section: libs
Architecture: any
Depends: libhepmc3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: hepmc3-doc
Description: Monte Carlo event record FIO library - search engine
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.
.
Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
number of entries is unlimited, spin density matrices can be stored with
each vertex, flow patterns (such as color) can be stored and traced,
integers representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and vertices
are kept separate in a graph structure, physically similar to a physics
event.
.
The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.
.
This package ships the shared object for HepMC3 search engine.
Package: libhepmc3-search-dev
Section: libdevel
Architecture: any
Depends: libhepmc3-search (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: hepmc3-doc
Description: Event Record for Monte Carlo Generators - development files for search engine
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.
.
Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
number of entries is unlimited, spin density matrices can be stored with
each vertex, flow patterns (such as color) can be stored and traced,
integers representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and vertices
are kept separate in a graph structure, physically similar to a physics
event.
.
The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.
.
This package providesthe development files for HepMC3 search engine.
Package: hepmc3-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libhepmc3-dev, libhepmc3
Description: Event Record for Monte Carlo Generators (docs)
The HepMC package is an object oriented event record written in C++ for
High Energy Physics Monte Carlo Generators.
.
Many extensions from HEPEVT, the Fortran HEP standard, are supported: the
number of entries is unlimited, spin density matrices can be stored with
each vertex, flow patterns (such as color) can be stored and traced,
integers representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and vertices
are kept separate in a graph structure, physically similar to a physics
event.
.
The added information supports the modularisation of event generators.
Event information is accessed by means of iterators supplied with the
package.
.
This package provides documentation and examples for HepMC3.
|