]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA8/pythia8130/xmldoc/PDFSelection.xml
using option '-treename HLTesdTree' for EsdCollector, adding default parameter for...
[u/mrichter/AliRoot.git] / PYTHIA8 / pythia8130 / xmldoc / PDFSelection.xml
CommitLineData
5ad4eb21 1<chapter name="PDF Selection">
2
3<h2>PDF Selection</h2>
4
5This page contains three subsections. The first deals with how to
6pick the parton distribution set for protons, including from LHAPDF,
7to be used for all proton and antiproton beams. The second is a special
8option that allows a separate PDF set to be used for the hard process
9only, while the first choice would still apply to everything else.
10The third gives the possibility to switch off the lepton
11"parton density".
12
13<h3>Parton densities for protons</h3>
14
15The selection of parton densities is made once and then is propagated
16through the program. It is essential to make an informed choice,
17for several reasons:
18<note>Warning 1:</note> the choice of PDF set affects a number of
19properties of events. A change of PDF therefore requires a complete
20retuning e.g. of the multiple-interactions model for minimum-bias and
21underlying events.
22<note>Warning 2:</note> People often underestimate the differences
23between different sets on the market. The sets for the same order are
24constructed to behave more or less similarly at large <ei>x</ei> and
25<ei>Q^2</ei>, while the multiple interactions are dominated by the
26behaviour in the region of small <ei>x</ei> and <ei>Q^2</ei>. A good
27PDF parametrization ought to be sensible down to <ei>x = 10^-6</ei>
28(<ei>x = 10^-7</ei>) and <ei>Q^2 = 1</ei> GeV^2 for Tevatron (LHC)
29applications. Unfortunately there are distributions on the market that
30completely derail in that region. The <code>main41.cc</code> and
31<code>main42.cc</code> programs in the <code>examples</code>
32subdirectory provide some examples of absolutely minimal sanity checks
33before a new PDF set is put in production.
34<note>Warning 3:</note> NLO and LO sets tend to have quite different
35behaviours, e.g. NLO ones have less gluons at small x, which then is
36compensated by positive corrections in the NLO matrix elements.
37Therefore do not blindly assume that an NLO tune has to be better than
38an LO one when combined with the LO matrix elements in PYTHIA. There are
39explicit examples where such thinking can lead you down the wrong alley.
40
41<p/>
42The simplest option is to pick one
43of the few distributions available internally:
44
45<modepick name="PDF:pSet" default="2" min="1" max="2">
46Parton densities to be used for proton beams (and, by implication,
47antiproton ones):
48<option value="1">GRV 94 L;</option>
49<option value="2">CTEQ 5 L.</option>
50</modepick>
51
52<p/>
53Obviously this choice is mainly intended to get going, and if you link to
54the <a href="http://projects.hepforge.org/lhapdf/" target="page">LHAPDF
55library</a> <ref>Wha05</ref> you get access to a much wider selection.
56<note>Warning:</note> owing to previous problems with the behaviour of PDF's
57beyond the <ei>x</ei> and <ei>Q^2</ei> boundaries of a set, you should
58only use LHAPDF <b>version 5.3.0 or later</b>.
59
60<flag name="PDF:useLHAPDF" default="off">
61If off then the choice of proton PDF is based on <code>pPDFset</code>
62above. If on then it is instead based on the choice of
63<code>LHAPDFset</code> and <code>LHAPDFmember</code> below.
64<note>Note:</note> in order for this option to work you must have
65compiled PYTHIA appropriately and have set the <code>LHAPATH</code>
66environment variable to provide the data-files directory of your local
67LHAPDF installation. See the README file in the <code>examples</code>
68directory for further instructions.
69</flag>
70
71<word name="PDF:LHAPDFset" default="MRST2004FF4lo.LHgrid">
72Name of proton PDF set from LHAPDF to be used. You have to choose
73from the
74<a href="http://projects.hepforge.org/lhapdf/pdfsets" target="page">
75list of available sets</a>. Examples of some recent ones would be
76cteq61.LHpdf, cteq61.LHgrid, cteq6l.LHpdf, cteq6ll.LHpdf,
77MRST2004nlo.LHpdf, MRST2004nlo.LHgrid, MRST2004nnlo.LHgrid and
78MRST2004FF3lo.LHgrid. If you pick a LHpdf set it will require some
79calculation the first time it is called.
80<note>Technical note:</note> if you provide a name beginning with a
81slash (/) it is assumed you want to provide the full file path and then
82<code>initPDFsetM(name)</code> is called, else the correct path is assumed
83already set and <code>initPDFsetByNameM(name)</code> is called.
84</word>
85
86<modeopen name="PDF:LHAPDFmember" default="0" min="0">
87Further choice of a specific member from the set picked above. Member 0
88should normally correspond to the central value, with higher values
89corresponding to different error PDF's somewhat off in different
90directions. You have to check from set to set which options are open.
91<note>Note:</note> you can only use one member in a run, so if you
92want to sweep over many members you either have to do many separate
93runs or, as a simplification, save the
94<aloc href="EventInformation">pdf weights</aloc> at the hard scattering
95and do an offline reweighting of events.
96</modeopen>
97
98<flag name="PDF:extrapolateLHAPDF" default="off">
99Parton densities have a guaranteed range of validity in <ei>x</ei>
100and <ei>Q^2</ei>, and what should be done beyond that range usually is
101not explained by the authors of PDF sets. Nevertheless these boundaries
102very often are exceeded, e.g. minimum-bias studies at LHC may sample
103<ei>x</ei> values down to <ei>10^-8</ei>, while many PDF sets stop
104already at <ei>10^-5</ei>. The default behaviour is then that the
105PDF's are frozen at the boundary, i.e. <ei>xf(x,Q^2)</ei> is fixed at
106its value at <ei>x_min</ei> for all values <ei>x &lt; x_min</ei>,
107and so on. This is a conservative approach. Alternatively, if you
108switch on extrapolation, then parametrizations will be extended beyond
109the boundaries, by some prescription. In some cases this will provide a
110more realistic answer, in others complete rubbish. Another problem is
111that some of the PDF-set codes will write a warning message anytime the
112limits are exceeded, thus swamping your output file. Therefore you should
113study a set seriously before you run it with this switch on.
114</flag>
115
116<p/>
117If you want to use PDF's not found in LHAPDF, or you want to interface
118LHAPDF another way, you have full freedom to use the more generic
119<aloc href="PartonDistributions">interface options</aloc>.
120
121<h3>Parton densities for protons in the hard process</h3>
122
123The above options provides a PDF set that will be used everywhere:
124for the hard process, the parton showers and the multiple interactions
125alike. As already mentioned, therefore a change of PDF should be
126accompanied by a <b>complete</b> retuning of the whole MI framework,
127and maybe more. There are cases where one may want to explore
128different PDF options for the hard process, but would not want to touch
129the rest. If several different sets are to be compared, a simple
130reweighting based on the <aloc href="EventInformation">originally
131used</aloc> flavour, <ei>x</ei>, <ei>Q^2</ei> and PDF values may offer the
132best route. The options in this section allow a choice of the PDF set
133for the hard process alone, while the choice made in the previous section
134would still be used for everything else. The hardest interaction
135of the minimum-bias process is part of the multiple-interactions
136framework and so does not count as a hard process here.
137
138<p/>
139Of course it is inconsistent to use different PDF's in different parts
140of an event, but if the <ei>x</ei> and <ei>Q^2</ei> ranges mainly accessed
141by the components are rather different then the contradiction would not be
142too glaring. Furthermore, since standard PDF's are one-particle-inclusive
143we anyway have to 'invent' our own PDF modifications to handle configurations
144where more than one parton is kicked out of the proton <ref>Sjo04</ref>.
145
146<p/>
147The PDF choices that can be made are the same as above, so we do not
148repeat the detailed discussion.
149
150<flag name="PDF:useHard" default="off">
151If on then select a separate PDF set for the hard process, using the
152variables below. If off then use the same PDF set for everything,
153as already chosen above.
154</flag>
155
156<modepick name="PDF:pHardSet" default="2" min="1" max="2">
157Parton densities to be used for proton beams (and, by implication,
158antiproton ones):
159<option value="1">GRV 94 L;</option>
160<option value="2">CTEQ 5 L.</option>
161</modepick>
162
163<flag name="PDF:useHardLHAPDF" default="off">
164If off then the choice of proton PDF is based on <code>hardpPDFset</code>
165above. If on then it is instead based on the choice of
166<code>hardLHAPDFset</code> and <code>hardLHAPDFmember</code> below.
167</flag>
168
169<word name="PDF:hardLHAPDFset" default="MRST2004FF4lo.LHgrid">
170Name of proton PDF set from LHAPDF to be used.
171</word>
172
173<modeopen name="PDF:hardLHAPDFmember" default="0" min="0">
174Further choice of a specific member from the set picked above.
175</modeopen>
176
177<p/>
178Note that there is no separate equivalent of the
179<code>PDF:extrapolateLHAPDF</code> flag specifically for the hard
180PDF. Since LHAPDF only has one global flag for extrapolation or not,
181the choice for the normal PDF's also applies to the hard ones.
182
183<h3>Parton densities for leptons</h3>
184
185For electrons/leptons there is no need to choose between different
186parametrizations, since only one implementation is available, and
187should be rather uncontroversial (apart from some technical details).
188However, insofar as e.g. <ei>e^+ e^-</ei> data often are corrected
189back to a world without any initial-state photon radiation, it is
190useful to have a corresponding option available here.
191
192<flag name="PDF:lepton" default="on">
193Use parton densities for lepton beams or not. If off the colliding
194leptons carry the full beam energy, if on part of the energy is
195radiated away by initial-state photons. In the latter case the
196initial-state showers will generate the angles and energies of the
197set of photons that go with the collision. In addition one collinear
198photon per beam carries any leftover amount of energy not described
199by shower emissions. If the initial-state showers are switched off
200these collinear photons will carry the full radiated energy.
201</flag>
202
203<h3>Incoming parton selection</h3>
204
205There is one useful degree of freedom to restrict the set of incoming
206quark flavours for hard processes. It does not change the PDF's as such,
207only which quarks are allowed to contribute to the hard-process cross
208sections. Note that separate but similarly named modes are available
209for multiple interactions and spacelike showers.
210
211<modeopen name="PDFinProcess:nQuarkIn" default="5" min="0" max="5">
212Number of allowed incoming quark flavours in the beams; a change
213to 4 would thus exclude <ei>b</ei> and <ei>bbar</ei> as incoming
214partons, etc.
215</modeopen>
216
217</chapter>
218
219<!-- Copyright (C) 2008 Torbjorn Sjostrand -->