blob: c2de12d8933855c1f0e0defaad4da60e158c46da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>apn-pucky@gentoo.org</email>
<name>Alexander Puck Neuwirth</name>
</maintainer>
<maintainer type="project">
<email>sci-physics@gentoo.org</email>
<name>Gentoo Physics Project</name>
</maintainer>
<longdescription lang="en">
SISCone implements a seedless infrared (IR) safe cone jet algorithm, it takes
N^2*ln(N) time to find jets among N particles, comparing to N*2^N time of
other algorithms.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|