Closed ajgilbert closed 4 years ago
Current workflow (will be updated):
1) Make the gridpack adding a flag to also save the reweighting module separately:
./scripts/make_gridpack.sh [PROC] 1
2) Create the set of param_cards, one for each reweighting point:
python scripts/make_standalone_cards.py -p [PROC] -o rw_config_[PROC] -c config_HEL_STXS.json
3) Run on LHE input:
python scripts/standalone_reweight.py --module rw_module_[PROC].tar.gz --cards rw_config_[PROC] --config config_HEL_STXS.json -i input.lhe -o output.lhe --helicity 1
Current workflow (will be updated):
1) Make the gridpack adding a flag to also save the reweighting module separately:
2) Create the set of param_cards, one for each reweighting point:
3) Run on LHE input: