Skip to content

Fix CutToolsOpts for Sim11

Michal Mazurek requested to merge mimazure-gog-fix-cut-tool-opts into Sim11v1

CutTool options for Sim11 were not generated in a correct way. GaussGeneration has a dedicated property CutToolOpts that should be used for this purpose and not SampleGenerationToolOpts. Example:

- GaussGeneration().SampleGenerationToolOpts.update({ "PythiaHiggsType" : LeptonPtMin }) = 4*SystemOfUnits.GeV
+ GaussGeneration().CutToolOpts["LeptonPtMin"] = 4*SystemOfUnits.GeV

@rpozzi this should fix problems you experienced with 42112002

Merge request reports