Tools to run a private MC production
Central HNL LO cards:
- pre-UL https://github.com/cms-sw/genproductions/tree/e3bf0a9b8180b78938a34e4d06036d5dd096d8ef/bin/MadGraph5_aMCatNLO/cards/production/2017/13TeV/exo_heavyNeutrino_LO
- UL https://github.com/cms-sw/genproductions/tree/master/bin/MadGraph5_aMCatNLO/cards/production/13TeV/HeavyNeutrino_trilepton_V-0p01_tau_NLO
Update yaml config with relevant setup (output paths, couplings, masses, number of events etc.) and then run RunProd task.
source env.sh
law run RunProd --setup config/mc_prod_setups/Run2_mu.yamlIf you want to run only the generator step:
- set
last_step: LHEGENin the config - after
RunProdis finished, to create nanoAOD with onlyGenPartcontent run:python MCProd/mk_genTuple.py --input INPUT_FILE --output OUTPUT_FILE