Index: web/trunk/version.dat =================================================================== --- web/trunk/version.dat (revision 1968) +++ web/trunk/version.dat (revision 1969) @@ -1 +1 @@ -0.0.21 +0.0.23 Index: web/trunk/applversions.ihtml =================================================================== --- web/trunk/applversions.ihtml (revision 1968) +++ web/trunk/applversions.ihtml (revision 1969) @@ -1,20 +1,20 @@ // #define APPLVER 1.4.70 -#define APPLVER 1.6.13 +#define APPLVER 1.6.23 #define HOPPETVER 1.2.0 -# + #define MCFMVERSIXZERO 0.0.8 #define MCFMVER 0.0.8 #define MCFMBRIDGEVER 0.0.35 #define AMCBRIDGEVER 0.0.8 #define NLOVER 0.0.2 #define NLHVER 0.0.2 #define JMODVER 0.0.2 #define EXAMVER 0.0.1 -#define CONVVER 0.1.2 +#define CONVVER 0.1.6 Index: web/trunk/applsidebar.ihtml =================================================================== --- web/trunk/applsidebar.ihtml (revision 1968) +++ web/trunk/applsidebar.ihtml (revision 1969) @@ -1,177 +1,182 @@ #include "applcolours.ihtml" #include "applversions.ihtml"
Convolution Code Download
+

Current version applgrid-APPLVER
Basic example code here
-Standalone convolution utility +A standalone convolution utility is here
+
The hoppet code version HOPPETVER for QCD evolution from Gavin Salam and Juan Rojo.


Calculation Code
+

MCFM: (use standard mcfm 6.8 code)
mcfm-patch (mcfm applgrid patch MCFMVER)
mcfm-bridge (version MCFMBRIDGEVER - for mcfm-6.8)
NLOjet++:
nlojet++ 4.0.1 (applgrid version NLOVER)
nlojet++ lhapdf wrapper 1.0.0 (applgrid version NLHVER)
nlojet++ user module (applgrid version JMODVER)

Grid Download
-Grids should now be downloaded using the - ploughshare project. -
-
- -Some grids are available on the - - Downloads page: +

+Please note, that grids should now be downloaded using the + ploughshare website. +from the + grid download page + +
+
Quick Start Guide
+

how to run the APPLgrid code

Citation
-Please cite the APPLgrid as
+

+Please cite APPLgrid as
Eur Phys J C 66 (2010) 503


Index: web/trunk/downloads.ihtml =================================================================== --- web/trunk/downloads.ihtml (revision 1968) +++ web/trunk/downloads.ihtml (revision 1969) @@ -1,155 +1,163 @@ #include "applpre.ihtml" #include "applversions.ihtml" - - + - + +
+
+ + +

-Grid Downloads +Downloads Archive
- -Here you can download grids for APPLgrid version APPLVER for fast cross section evaluation. +

+The full download directory can be found + + HERE +This contains the most up to date development versions, with an archive +of older versions. + +
+
+ +The most recent versions can be found in that page. The most recent suggested +versions can always be found directly from the links in the sidebar. + +
+
-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. -
-
-These grids are here for historical purposes, now grids are distributed from the - ploughshare project. -
-
-#include "grids.ihtml" -

+Grid Downloads +
+ +

+Please note that grids should now be downloaded from the ploughshare website +from the grid download page. +

+However, should you really, really want to download the older, unsupported version of the +grid files, you can access the old downloads page. +
+
+ + + Code Download
+

Various code for download is available:

  • You can download the latest version (APPLVER) of the standard APPLgrid convolution code -here +here .
  • If you wish to use arbitrary factorisation scale variation, you will need to have hoppet installed first, which you can download from -here +here .
  • There are some simple examples which you can download from -here . +here . These examples requires that you have LHAPDF installed which you can find -here +here .
  • In addition, APPLgrid uses root files for storage, although not internally, so you should also install root which you can find -here +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 - -here - (Warning, not for the faint of heart) -

#include "applpost.ihtml" Index: web/trunk/news.dat =================================================================== --- web/trunk/news.dat (revision 1968) +++ web/trunk/news.dat (revision 1969) @@ -1,98 +1,114 @@ +date: 2022-03-07: +New release versions of applgrid, +applgrid-1.6.23 +appl-conv-0.1.7 +Fixes an issue with the hoppet initiualisation for some grids with very +large internal scales + +date: 2021-04-24: +New release versions of applgrid and appl-conv standalone convolution code ... +applgrid-1.6.19 +appl-conv-0.1.6 +Simplifies configuration of applgrid without root ... +- adds a configure option --without-root + to disable root support + + date: 2021-03-21: New release versions of applgrid and appl-conv standalone convolution code ... -applgrid-1.6.13 -appl-conv-0.1.2 +applgrid-1.6.17 +appl-conv-0.1.5 Adds a new applgrid native indexed file format to replace the root storage - allows applgrid to be compiled and used completely free from root - adds a new applgrid-convert utility to convert bewteen the root and new native appl formats - builds with root by default if root is installed, in which case can read and write root or native appl formats interchangeably, compiles without root if root is not found date: 2019-05-16: New release versions of applgrid and apl-conv standalone convolution code ... applgrid-1.5.34 New version of applgrid capable of running NNLO grids with full NNLO factorisation and renormalisation scale variation date: 2015-02-17: New release versions of applgrid and the mcfm interface ... mcfm-bridge 0.0.28 mcfm-patch 0.0.8 applgrid-1.4.70 Adds minor new internal features and fixes for some newer processes date: 2014-05-12: Fix fresh compilation failure in mcfm-bridge, new tag ... mcfm-bridge 0.0.28 date: 2014-05-11: New versions of mcfm bridge code, and applgrid code with enhanced features for combining bins, and reducing the number of sub processes. applgrid-1.4.56 mcfm-bridge 0.0.27 New atlas inclusive dijet (2011) grids released including nonperturbativer and Electroweak corrections. NB: require applgrid-1.4.56 or higher. date: 2014-04-16: New version of mcfm bridge code for use with default mcfm version 6.7 (support for custom applgrid version of mcfm will be dropped) mcfm-bridge 0.0.25 New package, mcfm-patch version 0.0.0, required to patch mcfm version 6.7 - just untar in the mcfm base directory and run "make" date: 2014-04-16: New applgrid intermediate version of applgrid released 1.4.50 released Enhanced interface for combination of bins date: 2013-10-29: New version of the mcfm bridge code for mcfm 6.6. mcfm-bridge 0.0.15 mcfm-6.6 0.0.8 The new default supported mcfm version is updated to mcfm 6.6 (mcfm 6.0 code is now frozen and will no longer be developed) date: 2013-10-28: New version applgrid 1.4.36, adds additional runtime access to applgrid version, extends fortran interface, and fixes bug in the application of corrections for older grids for backwards compatability date: 2013-10-26: New version applgrid 1.4.33, allows easier setting and getting of the ckm matrix, and caching of pdf calls for faster convolution New version mcfm-bridge 0.0.13 - uses new ckm setting routines date: 2013-09-08: Bugfix version applgrid 1.4.28, adds missing config file for "basic" pdf. New version mcfm-bridge 0.0.12 New version mcfm-6.6 0.0.8 date: 2013-09-01: Automatically encode ckm matrix in grids for mcfm-bridge for the mcfm-6.6 development version mcfm-bridge 0.0.9 date: 2013-09-01: Automatically encode ckm matrix in grids for mcfm-bridge for the mcfm-6.6 development version mcfm-bridge 0.0.9 date: 2013-09-01: Add tarballs for development version of mcfm 6.6 and new mcfm bridge to download archive - not yet linked by default packages to use need to download mcfm-6.6 0.0.5 mcfm-bridge 0.0.8 date: 2013-08-05: Automatically store ckm matrix from mcfm in the grids, update applgrid and mcfm versions: applgrid 1.4.27 mcfm-6.0 0.0.8 date: 2013-08-01: New applgrid 1.4.25 released, allows different parton distribution for each target hadron Index: web/trunk/date.txt =================================================================== --- web/trunk/date.txt (revision 1968) +++ web/trunk/date.txt (revision 1969) @@ -1 +1 @@ -Sun 21 Mar 2021 17:42:31 GMT +Tue 8 Mar 2022 09:40:20 GMT