Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8310370
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
8 KB
Subscribers
None
View Options
Index: trunk/doc/html/index.html
===================================================================
--- trunk/doc/html/index.html (revision 343)
+++ trunk/doc/html/index.html (revision 344)
@@ -1,70 +1,70 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SISCone : Main Page</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!------------>
<!-- Header -->
<!------------>
<h1 align="center">SISCone Documentation</h1>
<p>
<a name="top"></a>
<h3 align="center">Version 2.0.6</h3>
</p>
<hr size="1">
<p>
SISCone is a <i><u>S</u>eedless <u>I</u>nfrared <u>S</u>afe <u>Cone</u> jet algorithm</i>.
</p>
<p>
It was developped by Gavin Salam and Gregory Soyez.
It is available as a library, as a standalone program
or as a <a href="http://fastjet.fr">FastJet</a> (>= 2.1) plugin.
</p>
<p>
<table border=1>
-<tr><td bgcolor=#ffcc88> <b>News (April 8th 2013)</b>: We have
+<tr><td bgcolor=#ffcc88> <b>News (April 9th 2013)</b>: We have
released a new version of <b>SISCone (v2.0.6)</b>. Relative to version 2.0.5, it mostly brings
minor improvements to the header installation and build system. This version will be available in FastJet
(>=3.0.4).
</td></tr>
<tr><td bgcolor=#ffcc88> <b>News (March 16th 2009)</b>: We have
released a new version of <b>SISCone (v2.0.0)</b>. The main
improvement is that SISCone now includes an implementation in
spherical coordinates allowing one to
cluster <i>e<sup>+</sup>e<sup>-</sup></i> events. This version is
available with FastJet(>=2.4.0).
</td></tr>
</table>
</p>
<p>
The algorithm is described in the publication
<a href="http://www.iop.org/EJ/abstract/-search=23274672.1/1126-6708/2007/05/086">JHEP 05 (2007) 086</a>
[<a href=http://arxiv.org/abs/0704.0292>arXiv:0704.0292 [hep-ph]</a>]. See
the links below for more detailed information.
</p>
<p>
<u><i>Useful links</i></u></br>
<ul>
<li><a href="usage.html">How to use SISCone</a></li>
<li><a href="download.html">Download SISCone</a></li>
<li><a href="algorithm.html">Description of the algorithm</a></li>
<li><a href="perfs.html">Algorithm performance</a></li>
<li><a href="../devel/html/index.html">Developper documentation</a> (built from the code using <a href="http://www.doxygen.org">doxygen</a>)</li>
<li><a href="http://projects.hepforge.org/siscone">SISCone</a> webpage on <a href="http://wwW.hepforge.org">HEPForge</a></li>
</ul>
<!------------>
<!-- footer -->
<!------------>
<hr size="1">
<a href="index.html">Home</a><br>
Contacts: <a href="mailto:soyez@fastjet.fr">Gregory Soyez</a>
<a href="mailto:salam@lpthe.jussieu.fr">Gavin Salam</a>
</body>
</html>
Index: trunk/NEWS
===================================================================
--- trunk/NEWS (revision 343)
+++ trunk/NEWS (revision 344)
@@ -1,163 +1,163 @@
This file contains the history of SISCone releases. For each one,
we give a short summary of the important changes from the previous
version. If you want to see a more detailed list of changes, please
read the ChangeLog file.
-SISCone version 2.0.6 (April 8 2013)
+SISCone version 2.0.6 (April 9 2013)
=====================
* Minor release fixing an issue concerning the installation of
configuration headers and bringing small updates in the autotools
build system (version to be included in FastJet>=3.0.4)
SISCone version 2.0.5 (January 17 2012)
=====================
* Minor release bringing minor improvements to the build system
(version to be included in FastJet>=3.0.2)
SISCone version 2.0.4 (November 25 2011)
=====================
* Minor release to remove a few gcc warnings when compiled with
high warning level (-ansi -pedantic -Wextra -Wshadow)
(version to be included in FastJet>=3.0.1)
SISCone version 2.0.3 (October 5 2011)
=====================
* Minor release to fix a badly documented Etilde variable in the
spherical version of SISCone and to remove a few gcc warnings
(version to be included in FastJet 3.x)
SISCone version 2.0.2 (May 2011)
=====================
* minor modifications to the build system
(version to be included in FastJet 3.x)
SISCone version 2.0.1 (May 2009)
=====================
* enabled shared libraries by default
[that was the source of a bug in fastJet]
* replaced _R with _radius to fix build problems on old OSX systems
* fixed some syntax inconsistencies in Makefile.am's
SISCone version 2.0.0 (Apr 2009)
=====================
* Added a spherical version of SISCone for use in e+e- collisions
This typically works in the same way as the pp version of SISCone
with the following remarks:
- the classes fot the spherical versions of SISCone are prefixed by
'CSph' instead of 'C' (e.g. CSphMomentum CSphSISCone)
- the cone radius is defined as its half opening angle (particle
distances are also defined through the angle they define, or,
equivalently, as distances on the surface of a unit sphere)
- For ordering the protojets during the split--merge, we use
E_tilde defined as
/ |p_i X p_J|^2 \
\sum_{i\in J} E_i | 1 + --------------- |
\ |p_i|^2 E_J^2 /
Note that the computation of the overlap uses the "plain" energy
* Added a flag (Csiscone::use_pt_weighted_splitting) to modify the
split part of the split-merge procedure in such a way that a shared
particle i is assigned the one of the overlapping jets j=1,2 that
has the smaller value of DeltaR_{ij}/p_{tj}. This produces more
circular jets.
* fixed a bug in the computation of the rapidity range in the
split-merge step
* the protocones list now contains the full 4-momentum information
(rather than just eta and phi)
* fixed bugs in example/test.cpp
SISCone version 1.3.3 (Aug 2008)
=====================
* added bugfix for g++-4.3 (missing headers for "exit")
SISCone version 1.3.2 (Mar 2008)
=====================
* VERSION and PROGRAM (or PACKAGE_NAME) are no longer accessible
directly because of potential conflicts with other packages.
You should use siscone_version() and siscone_package_name()
instead. (Thanks to Rolf Seuster)
* allow the users to set their own default compilation flags.
SISCone version 1.3.1 (Mar 2008)
=====================
* fixed some compilation issues under windows
SISCone version 1.3.0 (Nov 2007)
=====================
* The main update in this new release is the switch to
'autotools'. This means that instead of using the (static) Makefile
build process, you can now use the "standard ./configure; make; make
install" approach. See the INSTALL file for details.
* added a 'siscone_area' example of how jet areas work within SISCone.
SISCone version 1.2.0 (Jun 2007)
=====================
* 10-15% speed increase by introducing a tiling in the eta-phi plane
allowing for better overlap checking in the split--merge. This can
turn into a bigger effect for area computations.
* implementing a 'jet area' class to compute active and/or passive
areas.
* in examples:
- fix bug in the cmdline parsing (there was a segfault with
unrecognised long options),
- add "passes information" to the verbose output of the main siscone
program,
- solve problems with the 'time' example.
SISCone version 1.1.1 (Mar 2007)
=====================
* The major upgrade is the use of pttilde (p-scheme pt) instead
of mt in the split--merge process. Indeed, we have noticed
that mt can lead to IR usafety in the case of two back-to-back
narrow-decay-width unstable particles (e.g. a pair of Higgs bosons).
See http://projects.hepforge.org/siscone/sm_issue.html for details.
Note that SISCone 1.1.1 allows the user to specify its choice for
the split-merge variable (we highly recommand the default choice)
* The number of passes is now set to infinity (0) by default
* Small minor changes in the 'siscone' command-line options
SISCone version 1.1.0 (Mar 2007)
=====================
* dealt with colinearity issues
* dealt with cocircularity situations (and related rounding errors)
* use mt instead of pt in the split-merge
pt lead to some IR unsafety for events with momentum conservation
* move all references to HEPForge
* Important note: some typos have been fixed. As a consequence, some
end-user members have been affected:
- The contents of the jets is accessed through 'Cjet::contents'
instead of 'Cjet::content'
- The function called to save the jet contents to disk is
'Csplit_merge::save_contents' instead of 'Csplit_merge::save_content'
Note that 'Csiscone::save_contents' is also valid.
SISCone version 1.0.0 (Jan 2007)
=====================
This is the first stable release of siscone.
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Dec 21, 6:17 PM (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4023765
Default Alt Text
(8 KB)
Attached To
rSISCONESVN sisconesvn
Event Timeline
Log In to Comment