Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 876 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 876 Bytes

HNLProd

Tools to run a private MC production

How to run MC production

Central HNL LO cards:

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.yaml

If you want to run only the generator step:

  • set last_step: LHEGEN in the config
  • after RunProd is finished, to create nanoAOD with only GenPart content run:
    python MCProd/mk_genTuple.py --input INPUT_FILE --output OUTPUT_FILE