siscone-2.0.6.orig/ 0000755 0001750 0001750 00000000000 12132014035 012304 5 ustar sun sun siscone-2.0.6.orig/makefile.static 0000644 0001750 0001750 00000002043 11536435500 015304 0 ustar sun sun SUBDIRS = siscone examples DISTFILES = AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO Doxyfile \ makefile.static siscone/makefile.static examples/makefile.static \ configure.ac Makefile.am siscone/Makefile.am examples/Makefile.am \ config.h.in siscone/*.cpp siscone/*.h \ examples/events/*.dat examples/mem_check examples/*.h examples/*.cpp VERSION = `head -1 configure.ac | sed -e"s/AC_INIT(\[SISCone\], \[//;s/\])//"` TARDIR = siscone-$(VERSION) all: config $(SUBDIRS) .PHONY: clean $(SUBDIRS) clean: $(SUBDIRS) rm *~ depend: $(SUBDIRS) config: @echo "Creating the configuration file" sed -e "s/#undef PACKAGE_NAME/#define PACKAGE_NAME \"SISCone\"/;s/#undef VERSION/#define VERSION \"$(VERSION)\"/" config.h.in > siscone/config.h siscone: @cd siscone && $(MAKE) -f makefile.static $(MAKECMDGOALS) examples: @cd examples && $(MAKE) -f makefile.static $(MAKECMDGOALS) dist: mkdir $(TARDIR) cp -R -t $(TARDIR) --parents $(DISTFILES) tar -czf $(TARDIR)_noautoconf.tar.gz $(TARDIR) # chmod a-w $(TARDIR).tar.gz rm -Rf $(TARDIR) siscone-2.0.6.orig/doc/ 0000755 0001750 0001750 00000000000 12132014066 013055 5 ustar sun sun siscone-2.0.6.orig/doc/html/ 0000755 0001750 0001750 00000000000 12132014066 014021 5 ustar sun sun siscone-2.0.6.orig/doc/html/index.html 0000644 0001750 0001750 00000004620 12132014066 016020 0 ustar sun sun
SISCone is a Seedless Infrared Safe Cone jet algorithm.
It was developped by Gavin Salam and Gregory Soyez. It is available as a library, as a standalone program or as a FastJet (>= 2.1) plugin.
News (April 9th 2013): We have released a new version of SISCone (v2.0.6). 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). |
News (March 16th 2009): We have released a new version of SISCone (v2.0.0). The main improvement is that SISCone now includes an implementation in spherical coordinates allowing one to cluster e+e- events. This version is available with FastJet(>=2.4.0). |
The algorithm is described in the publication JHEP 05 (2007) 086 [arXiv:0704.0292 [hep-ph]]. See the links below for more detailed information.
Useful links