NLO polarized jet code installation guide
Updated on Thu, 2016-12-15 16:09. Originally created by veprbl on 2015-11-16 20:53.
This page contains instructions for the "old" version. You might want to check this.
To use lhapdf backend you will need to use pdfset=50, then you will be asked for a PDF set name and a pdf member to use.
To get sources:
git clone /star/u/veprbl/public/poljet/pol-jet-code-new.git cd pol-jet-code-new git checkout release2
To compile:
gfortran -O2 -fno-automatic -o r.e prog_top.f pdf.f poljetcrs.f poljetdiff.f user.f DSSV_GLUON_UPDATE.f `/star/u/veprbl/public/poljet/lhapdf/6.1.6/bin/lhapdf-config --libs` -Wl,-rpath=/star/u/veprbl/public/poljet/lhapdf/6.1.6/lib/
To run:
./r.eThe parameters are described in manual.txt
To use lhapdf backend you will need to use pdfset=50, then you will be asked for a PDF set name and a pdf member to use.
Example invocation steering card:
run '' 200 1 14 -1 -1 -1 0 5 1 1 ! pp 50 CT10nlo 0 0 ! all channels 0 ! all initial states -10 -10 ! LO and NLO iterations 1 1 ! run flag -1 -1
Some useful old PDF grids (that are not included in distribution)
Some builtin PDF's will require additional files to be downloaded (optionally):wget http://durpdg.dur.ac.uk/pdflib/mrs/mrs2002/mrst2002nlo.dat wget http://hepdata.cedar.ac.uk//hepdata/pdflib/dvcs/cteq6m.tbl
»
- veprbl's blog
- Login or register to post comments