This repository contains the files that are necessary for setting up a genproducitons directory that can be used to produce EFT gridpacks
- First,
cdintomcgeneration - Next run
source setup_production.sh- This script will checkout
cms-sw/genproductions - Two of the files in
cms-sw/genproductionsare overwritten with the modified versions located inmcgeneration - Additional files from
mcgenerationare copied togenproductionsas well - The script will move you to the
genproductionsdirectory it just created
- This script will checkout
- To make gridpacks:
- From
genproductions,cdintobin/MadGraph5_aMCatNLO - Open
configure_gridpack.pyand 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 thegenproductionsdirectory in the same directory thatGridpackGenerationis located in - If you are running the script from
cmsconnect, it will create the directory in your/local-scratcharea - Files in
/local-scratchare 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
To correctly make gridpacks for Run 2 (based on slc7/cc7) you must enter singularity:
cmssw-cc7-condor-python27
This command should be executed from the base genproductions folder (not the MadGraph5 folder, otherwise the git repository won't be available).