|
- Timestamp:
-
May 5, 2017, 4:36:03 PM (8 years ago)
- Author:
-
graeme
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
1 | | = Welcome to Trac 1.0.9 = |
| 1 | = KrkNLO |
2 | 2 | |
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. |
| 3 | The 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. |
5 | 4 | |
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 |
10 | 6 | |
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 |
| 8 | The process `pp -> Z` is supported, and can be used together with the [wiki:MCDY MCDY], or [wiki:MC MC] PDFs. |
16 | 9 | |
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. |
| 10 | This mode is selected by choosing `p p -> e+ e-` as your process in Herwig, and setting |
| 11 | {{{ |
| 12 | set KrkNLO:Mode Z |
| 13 | }}} |
21 | 14 | |
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 |
| 16 | The 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 | |
| 18 | This mode is selected by choosing `p p -> H` as your process in Herwig, and setting |
| 19 | {{{ |
| 20 | set KrkNLO:Mode H |
| 21 | }}} |
| 22 | as well as `read Matchbox/HiggsEffective.in` |
| 23 | |
| 24 | Note:: |
| 25 | the qq-initiated tree-level diagram must be added manually |
25 | 26 | |
26 | 27 | |
27 | | TracGuide is a good place to start. |
| 28 | == Options |
| 29 | === Scale Settings |
| 30 | There 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` |
28 | 35 | |
29 | | Enjoy! [[BR]] |
30 | | ''The Trac Team'' |
| 36 | The 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 |
31 | 40 | |
32 | | == Starting Points == |
| 41 | === PDF Type |
| 42 | TO BE DOCUMENTED |
33 | 43 | |
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 |
38 | 44 | |
39 | | For a complete list of local wiki pages, see TitleIndex. |
| 45 | == Using Monte Carlo scheme PDFs |
| 46 | |
| 47 | The 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 | |
| 49 | The 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 | |
| 51 | To download the MC-scheme PDFs run |
| 52 | {{{ |
| 53 | hg clone https://krknlo.hepforge.org/hg/mc-pdf |
| 54 | }}} |
| 55 | and add the PDFs location to your LHAPDF environment path `LHAPATH` or `LHAPDF_DATA_PATH`. For example: |
| 56 | {{{ |
| 57 | export LHAPATH=/path/to/mc-pdf:$LHAPATH |
| 58 | }}} |
|