Changes between Version 1 and Version 2 of PythiaInterface
- Timestamp:
- Apr 6, 2012, 4:33:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythiaInterface
v1 v2 6 6 If the Pythia package is downloaded and compiled and the file Cards/pythia_card.dat exists, Pythia will automatically be run by the generate_events script. To avoid this, just remove the file Cards/pythia_card.dat. 7 7 8 The easiest way to run Pythia on an existing generation is to go to the Events directory and run <br /> 9 ../bin/run_pythia path_to_pythia 0 prefix_of_run<br /> 10 The second argument is 0 for serial and 1 for cluster running, path_to_pythia is the path to the {{{pythia}}} executable (usually =../../pythia-pgs/src=) and prefix_of_run is the name of the run, i.e. what comes before "''unweighted''events.lhe.gz". 8 The easiest way to run Pythia on an existing generation is to go to the Events directory and run [[br]] 9 ../bin/run_pythia path_to_pythia 0 prefix_of_run[[br]] 10 The second argument is 0 for serial and 1 for cluster running, path_to_pythia is the path to the {{{ 11 pythia 12 }}} executable (usually =../../pythia-pgs/src=) and prefix_of_run is the name of the run, i.e. what comes before "''unweighted''events.lhe.gz". 11 13 12 14 The Pythia package includes the following files and packages: … … 27 29 * Gives the default Pythia mass to massless final state particles from MadEvent, such as muons, electrons and quarks. 28 30 * Adjusts the cross section to account for closed decay channels for final-state particles from MadEvent which are decayed by Pythia 29 * If matching is turned on in MadEvent (using ickkw=1 in the run_card.dat), the type of matching is automatically specified and performed. See [ :Matching:the matching section] for instructions on how to use the matching implemented in MadEvent and Pythia.31 * If matching is turned on in MadEvent (using ickkw=1 in the run_card.dat), the type of matching is automatically specified and performed. See [wiki:Matching the matching section] for instructions on how to use the matching implemented in MadEvent and Pythia. 30 32 31 33 … … 63 65 64 66 -- Main.JohanAlwall - 21 Feb 2008 67