krknlo is hosted by Hepforge, IPPP Durham

Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
May 5, 2017, 4:36:03 PM (7 years ago)
Author:
graeme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 1.0.9 =
     1= KrkNLO
    22
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress.
     3The KrkNLO method provides NLO QCD corrections to hard processes using LO parton-shower Monte Carlo events. It does so by making use of dedicated Monte Carlo (MC) scheme Parton Distribution Functions (PDFs) combined with a simple, postitive-definite, per-event kinematic weight.
    54
    6 All aspects of Trac have been designed with the single goal to
    7 '''help developers write great software''' while '''staying out of the way'''
    8 and imposing as little as possible on a team's established process and
    9 culture.
     5== Supported Processes
    106
    11 As all Wiki pages, this page is editable, this means that you can
    12 modify the contents of this page simply by using your
    13 web-browser. Simply click on the "Edit this page" link at the bottom
    14 of the page. WikiFormatting will give you a detailed description of
    15 available Wiki formatting commands.
     7 === Drell-Yan
     8The process `pp -> Z` is supported, and can be used together with the [wiki:MCDY MCDY], or [wiki:MC MC] PDFs.
    169
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created
    18 a new Trac environment, containing a default set of wiki pages and some sample
    19 data. This newly created environment also contains
    20 [wiki:TracGuide documentation] to help you get started with your project.
     10This mode is selected by choosing `p p -> e+ e-` as your process in Herwig, and setting
     11{{{
     12set KrkNLO:Mode Z
     13}}}
    2114
    22 You can use [wiki:TracAdmin trac-admin] to configure
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in
    24 regard to ''components'', ''versions'' and ''milestones''.
     15=== Higgs production via Gluon Fusion
     16The process `g g -> H` is supported and can used together with the [wiki:MC MC] PDFs. This is performed in the large top-mass limit.
     17
     18This mode is selected by choosing `p p -> H` as your process in Herwig, and setting
     19{{{
     20set KrkNLO:Mode H
     21}}}
     22as well as `read Matchbox/HiggsEffective.in`
     23
     24  Note::
     25    the qq-initiated tree-level diagram must be added manually
    2526
    2627
    27 TracGuide is a good place to start.
     28== Options
     29=== Scale Settings
     30There are options that set the argument of AlphaS for the real emission correction, `KrkNLO:AS_R`, and the virtual+soft correction, `KrkNLO:AS_V`. The possible options are:
     31  AS_R::
     32     `Q2`, `M2`, `Freeze`
     33  AS_V::
     34    `Q2`,`M2`
    2835
    29 Enjoy! [[BR]]
    30 ''The Trac Team''
     36The options correspond to:
     37* `Q2` is the scale used in the shower (i.e. pT)
     38* `M2` is the nominal mass of the boson (H/Z)
     39* `Freeze` is Q2 below the mass M2, and fixed at M2 above
    3140
    32 == Starting Points ==
     41=== PDF Type
     42TO BE DOCUMENTED
    3343
    34  * TracGuide --  Built-in Documentation
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions
    37  * TracSupport --  Trac Support
    3844
    39 For a complete list of local wiki pages, see TitleIndex.
     45== Using Monte Carlo scheme PDFs
     46
     47The MC-scheme PDFs are available in [https://krknlo.hepforge.org/hg/mc-pdf this repository], and are stored as  [https://lhapdf.hepforge.org LHAPDF] `.LHgrid` files.
     48
     49The repository contains MC-scheme PDF, which are converted from their correspondingly named MSbar PDF, and are prefixed with either `MCDY_`,  or `MC_`, with the former denoting the ''Drell-Yan'' only variant  and the latter denoting the ''full'' conversion.
     50
     51To download the MC-scheme PDFs run
     52{{{
     53hg clone https://krknlo.hepforge.org/hg/mc-pdf
     54}}}
     55and add the PDFs location to your LHAPDF environment path `LHAPATH` or `LHAPDF_DATA_PATH`. For example:
     56{{{
     57export LHAPATH=/path/to/mc-pdf:$LHAPATH
     58}}}