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 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
|
Source: hepmc
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Lifeng Sun <lifongsun@gmail.com>
Build-Depends: debhelper (>= 11~),
Build-Depends-Indep: doxygen-latex, ghostscript, texlive, texlive-science
Standards-Version: 4.2.0
Homepage: http://hepmc.web.cern.ch/hepmc/
Vcs-Git: https://salsa.debian.org/science-team/hepmc.git
Vcs-Browser: https://salsa.debian.org/science-team/hepmc
# Upstream-Git: https://gitlab.cern.ch/hepmc/HepMC
Package: libhepmc4
Section: libs
Architecture: any
Multi-arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libhepmcfio
Suggests: libhepmc-dev, libhepmcfio-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 HepMC.
Package: libhepmc-dev
Section: libdevel
Architecture: any
Depends: libhepmc4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: libhepmcfio-dev
Suggests: hepmc-examples, hepmc-user-manual, hepmc-reference-manual
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 HepMC.
Package: libhepmcfio4
Section: libs
Architecture: any
Multi-arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libhepmc4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: libhepmcfio-dev, libhepmc-dev
Description: Monte Carlo event record FIO library
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.
.
The fio library of HepMC provides wrappers of HEPEVT, Pythia and Herwig.
Package: libhepmcfio-dev
Section: libdevel
Architecture: any
Depends: libhepmc-dev (= ${binary:Version}), libhepmcfio4 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: hepmc-example, hepmc-user-manual, hepmc-reference-manual
Description: Monte Carlo event record FIO library - 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 fio library of HepMC.
Package: hepmc-examples
Section: devel
Architecture: all
Depends: libclhep-dev, libpythia8-dev, libhepmc-dev (>= ${source:Version}), libhepmcfio-dev (>= ${source:Version}), ${misc:Depends}
Suggests: hepmc-user-manual, hepmc-reference-manual
Description: Event Record for Monte Carlo Generators - example 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 example source files for HepMC.
Package: hepmc-user-manual
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libhepmc-dev, libhepmcfio-dev
Suggests: hepmc-reference-manual
Description: Event Record for Monte Carlo Generators - user manual
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 user manual for HepMC2.
Package: hepmc-reference-manual
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libhepmc-dev, libhepmcfio-dev, hepmc-user-manual
Description: Event Record for Monte Carlo Generators - reference manual
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 reference manual for HepMC2.
|