Fork me on GitHub

Ticket #1519: pythia8_card.dat

File pythia8_card.dat, 4.1 KB (added by Cristian Fernando Rodriguez, 3 years ago)

Pythia Card

Line 
1!
2! Pythia8 cmd card automatically generated by MadGraph5_aMC@NLO
3! For more information on the use of the MG5aMC / Pythia8 interface, visit
4! https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/LOPY8Merging
5!
6! ==================
7! General parameters
8! ==================
9!
10Main:numberOfEvents = -1
11!
12! -------------------------------------------------------------------
13! Specify the HEPMC output of the Pythia8 shower. You can set it to:
14! auto : MG5aMC will automatically place it the run_<i> directory
15! /dev/null : to turn off the HEPMC output.
16! <path> : to select where the HEPMC file must written. It will
17! therefore not be placed in the run_<i> directory. The
18! specified path, if not absolute, will be relative to
19! the Event/run_<i> directory of the process output.
20! fifo : to have MG5aMC setup the piping of the PY8 output to
21! analysis tools such as MadAnalysis5.
22! fifo@<fifo_path> :
23! Same as 'fifo', but selecting a custom path to create the
24! fifo pipe. (useful to select a mounted drive that supports
25! fifo). Note that the fifo file extension *must* be '.hepmc.fifo'.
26! -------------------------------------------------------------------
27!
28HEPMCoutput:file = autoremove
29!
30! --------------------------------------------------------------------
31! Parameters relevant only when performing MLM merging, which can be
32! turned on by setting ickkw to '1' in the run_card and chosing a
33! positive value for the parameter xqcut.
34! For details, see section 'Jet Matching' on the left-hand menu of
35! http://home.thep.lu.se/~torbjorn/pythia81html/Welcome.html
36! --------------------------------------------------------------------
37! If equal to -1.0, MadGraph5_aMC@NLO will set it automatically based
38! on the parameter 'xqcut' of the run_card.dat
39JetMatching:qCut = -1.0
40! Use default kt-MLM to match parton level jets to those produced by the
41! shower. But the other Shower-kt scheme is available too with this option.
42JetMatching:doShowerKt = off
43! A value of -1 means that it is automatically guessed by MadGraph.
44! It is however always safer to explicitly set it.
45JetMatching:nJetMax = -1
46!
47! --------------------------------------------------------------------
48! Parameters relevant only when performing CKKW-L merging, which can
49! be turned on by setting the parameter 'ptlund' *or* 'ktdurham' to
50! a positive value.
51! For details, see section 'CKKW-L Merging' on the left-hand menu of
52! http://home.thep.lu.se/~torbjorn/pythia81html/Welcome.html
53! --------------------------------------------------------------------
54! Central merging scale values you want to be used.
55! If equal to -1.0, then MadGraph5_aMC@NLO will set this automatically
56! based on the parameter 'ktdurham' of the run_card.dat
57Merging:TMS = -1.0
58! This must be set manually, according to Pythia8 directives.
59! An example of possible value is 'pp>LEPTONS,NEUTRINOS'
60! Alternatively, from Pythia v8.223 onwards, the value 'guess' can be
61! used to instruct Pythia to guess the hard process. The guess would mean
62! that all particles apart from light partons will be considered as a part
63! of the hard process. This guess is prone to errors if the desired hard
64! process is complicated (i.e. contains light partons). The user should
65! then be wary of suspicious error messages in the Pythia log file.
66Merging:Process = <set_by_user>
67! A value of -1 means that it is automatically guessed by MadGraph.
68! It is however always safer to explicitly set it.
69Merging:nJetMax = -1
70!
71! For all merging schemes, decide whehter you want the merging scale
72! variation computed for only the central weights or all other
73! PDF and scale variation weights as well
74SysCalc:fullCutVariation = off
75!
76! ==========================
77! User customized parameters
78! ==========================
79!
80! By default, Pythia8 generates multi-parton interaction events. This is
81! often irrelevant for phenomenology and very slow. You can turn this
82! feature off by uncommenting the line below if so desired.
83!partonlevel:mpi = off