This repository contains the files that are necessary for setting up a genproducitons
directory that can be used to produce EFT gridpacks
- First,
cd
intomcgeneration
- Next run
source setup_production.sh
- This script will checkout
cms-sw/genproductions
- Two of the files in
cms-sw/genproductions
are overwritten with the modified versions located inmcgeneration
- Additional files from
mcgeneration
are copied togenproductions
as well - The script will move you to the
genproductions
directory it just created
- This script will checkout
- To make gridpacks:
- From
genproductions
,cd
intobin/MadGraph5_aMCatNLO
- Open
configure_gridpack.py
and modify according to the type of gridpack or gridpacks you would like to produce - Run
configure_gridpack.py
- From
- If you are running the script from anywhere besides
cmsconnect
, the script will create thegenproductions
directory in the same directory thatGridpackGeneration
is located in - If you are running the script from
cmsconnect
, it will create the directory in your/local-scratch
area - Files in
/local-scratch
are deleted 30 days after their last modification, so if you would like to keep your gridpacks, be sure to move them to a permanent location after they are completed