Index: web/trunk/makefile =================================================================== --- web/trunk/makefile (revision 1734) +++ web/trunk/makefile (revision 1735) @@ -1,75 +1,75 @@ VPATH += $(SRCDIR) VPATH += $(OBJDIR) .SUFFIXES: .ihtml .html SRCDIR = . OBJDIR = ../public_html SITE = $(OBJDIR)/index.htm $(OBJDIR)/documentation.htm $(OBJDIR)/downloads.htm \ $(OBJDIR)/links.htm $(OBJDIR)/developerguide.htm $(OBJDIR)/news.htm \ $(OBJDIR)/nightlies.htm HEADERS = $(SRCDIR)/applcolours.ihtml $(SRCDIR)/applpre.ihtml $(SRCDIR)/applpost.ihtml \ $(SRCDIR)/applsidebar.ihtml $(SRCDIR)/applbar.ihtml $(SRCDIR)/appllogo.ihtml \ $(SRCDIR)/grids.ihtml all: date $(SITE) $(OBJDIR)/.d figs style appltest nightlies %/.d: mkdir -p $(@D) touch $@ $(SRCDIR)/grids.ihtml : $(SRCDIR)/gprint $(SRCDIR)/gprint > $@ $(SRCDIR)/news.ihtml : $(SRCDIR)/gnews $(SRCDIR)/news.dat $(SRCDIR)/gnews > $@ $(OBJDIR)/%.htm : $(SRCDIR)/%.ihtml $(HEADERS) $(OBJDIR)/.d cpp -I. $< > /tmp/_%.html cat /tmp/_%.html | grep -v "\# " | grep -v "\#define" | sed 's|[[:space:]].tgz|.tgz|g' > $@ figs: $(OBJDIR)/.d $(OBJDIR)/figs/.d $(SRCDIR)/figs/*.jpg $(SRCDIR)/figs/*.png $(SRCDIR)/figs/*.ico cp $(SRCDIR)/figs/* $(OBJDIR)/figs appltest: $(SRCDIR)/appltest/* cp -r $(SRCDIR)/appltest $(OBJDIR)/ nightlies: $(SRCDIR)/nightlies/* cp -r $(SRCDIR)/nightlies $(OBJDIR)/ style : $(SRCDIR)/style.css cp $(SRCDIR)/style.css $(OBJDIR)/style.css archive: tar -czf appldoc.tgz makefile *.ihtml figs style.css clean: rm -rf $(OBJDIR)/*.html $(OBJDIR)/*.{htm,css} ./*~ date: date > $(SRCDIR)/date.txt $(SRCDIR)/gprint : $(SRCDIR)/gprint.cxx $(SRCDIR)/grids.h g++ $(SRCDIR)/gprint.cxx -o $@ $(SRCDIR)/gnews : $(SRCDIR)/gnews.cxx g++ $(SRCDIR)/gnews.cxx -o $@ install: all - scp -r ../public_html/*.htm date.txt appltest nightlies login.hepforge.org:applgrid/public_html - scp ../public_html/figs/applicon.{png,ico} login.hepforge.org:applgrid/public_html/figs + scp -P 222 -r ../public_html/*.htm date.txt appltest nightlies login.hepforge.org:applgrid/public_html + scp -P 222 ../public_html/figs/applicon.{png,ico} login.hepforge.org:applgrid/public_html/figs Index: web/trunk/date.txt =================================================================== --- web/trunk/date.txt (revision 1734) +++ web/trunk/date.txt (revision 1735) @@ -1 +1 @@ -Tue 13 Feb 2018 20:49:32 CET +Tue 23 Oct 2018 13:25:34 CEST Index: web/trunk/version.dat =================================================================== --- web/trunk/version.dat (revision 1734) +++ web/trunk/version.dat (revision 1735) @@ -1 +1 @@ -0.0.17 +0.0.18 Index: web/trunk/downloads.ihtml =================================================================== --- web/trunk/downloads.ihtml (revision 1734) +++ web/trunk/downloads.ihtml (revision 1735) @@ -1,149 +1,154 @@ #include "applpre.ihtml" #include "applversions.ihtml"
Grid Downloads
Here you can download grids for APPLgrid version APPLVER for fast cross section evaluation. + These grids are fully differential and should require no additional scaling. Each should include the non-perturbative (and any additional) bin-by-bin corrections or K-factors, the application of which is discussed in the relevant papers - see the Documentation page for more information.

Please note that these grids should be based on the grids that were used for the relevant papers, and were not necessarily created by the the applgrid authors.

+In the future, it is hoped that grids will be distributed using the ploughshare project. +
+
#include "grids.ihtml"
Code Download
Various code for download is available:
  • You can download the latest version (APPLVER) of the standard APPLgrid convolution code here .
  • If you wish to use arbitrary factorisation scale variation, you will need to have hoppet installed first, which you can download from here .
  • There are some simple examples which you can download from here . These examples requires that you have LHAPDF installed which you can find here .
  • In addition, APPLgrid uses root files for storage, although not internally, so you should also install root which you can find here .

Calculation Code
If you wish to generate your own grids, we currently have NLOjet++ available for jet production at NLO and MCFM for most other processes.

  • For NLOjet++ we have our own custom version 4.0.1 which can be downloaded from here .
    This requires the nlojet pdf module that you can download from here .
    The user module can be downloaded from here

  • For MCFM, you should download the standard version of MCFM (6.7 or later). To link with applgrid, before installing MCFM, you should download and install the mcfm-bridge code, which you install with the usual ./configure ; make ; make install etc.

    After running this you will need to patch the standard installation using the patch file which you should untar in the MCFM base directory and then remove the file
        src/User/gridwrap.f 
     
    then just build using make. To link with applgrid, before running make, you should set the LDFLAGS enviroment variable to the output from
        mcfm-bridge --ldflags
     
    NB: you should not use the standard install script that comes with MCFM.
Other interfaces are being developed and will be released when available.


Downloads Archive
-The old downloads directory can be found +The old downloads directory can be found + here (Warning, not for the faint of heart)

#include "applpost.ihtml"