Difference between revisions of "MCatNLO Step 1"
Line 7: | Line 7: | ||
</font> | </font> | ||
− | 1) Prepare your working directory | + | =1) Prepare your working directory= |
− | (this dir will be referred to as | + | (this dir will be referred to as /scratch/MyMCatNLO in future) |
<font color = red> | <font color = red> | ||
<pre> | <pre> | ||
Line 15: | Line 15: | ||
</font> | </font> | ||
− | 2)Download the package | + | =2)Download the package and the PDF libraries= |
+ | |||
+ | <b>Download the package</b> | ||
+ | |||
Go to the MCatNLO webpage and download the package (called Package231.tar.gz) | Go to the MCatNLO webpage and download the package (called Package231.tar.gz) | ||
<font color = red> | <font color = red> | ||
<pre> | <pre> | ||
− | cd MyMCatNLO | + | cd /scratch/MyMCatNLO |
mkdir MyMCatNLO_EXECUTABLE | mkdir MyMCatNLO_EXECUTABLE | ||
cd MyMCatNLO_EXECUTABLE | cd MyMCatNLO_EXECUTABLE | ||
Line 32: | Line 35: | ||
</font> | </font> | ||
− | + | <b>Download the PDF libraries</b> | |
Go to the MCatNLO webpage and download the package (called grid-files) | Go to the MCatNLO webpage and download the package (called grid-files) | ||
+ | |||
+ | <font color = red> | ||
+ | <pre> | ||
+ | mkdir PDF | ||
+ | cd PDF | ||
+ | </pre> | ||
+ | </font> | ||
+ | |||
+ | Now download the pdf libraries that come with MCatNLO(data.tar) and untar them. | ||
+ | |||
+ | <font color = red> | ||
+ | <pre> | ||
+ | tar -xvf data.tar | ||
+ | </pre> | ||
+ | </font> | ||
+ | |||
+ | Note: These libraries are simply ascii files and since MCatNLO is a NLO MC it requires NLO PDFs. For technical reasons we decided for the Rome production to use cteq5m1. |
Revision as of 09:23, 7 May 2005
We will produce MCatNLO events starting from scratch. In step 1 we will download the MCatNLO program, configure it to our needs and perform the integration step. Once that has been done, we will produce the executable that will be used later to generate events.
1) Prepare your working directory
(this dir will be referred to as /scratch/MyMCatNLO in future)
cd scratch mkdir MyMCatNLO
2)Download the package and the PDF libraries
Download the package
Go to the MCatNLO webpage and download the package (called Package231.tar.gz)
cd /scratch/MyMCatNLO mkdir MyMCatNLO_EXECUTABLE cd MyMCatNLO_EXECUTABLE
tar -xzvf Package231.tar.gz
Download the PDF libraries Go to the MCatNLO webpage and download the package (called grid-files)
mkdir PDF cd PDF
Now download the pdf libraries that come with MCatNLO(data.tar) and untar them.
tar -xvf data.tar
Note: These libraries are simply ascii files and since MCatNLO is a NLO MC it requires NLO PDFs. For technical reasons we decided for the Rome production to use cteq5m1.