CPAlgorithms: remove kwargs from JetAnalysisConfig
These **kwargs
don't actually do anything, and if a user attempts to pass them the code will crash. There are no such **kwargs
anywhere else in common CP config blocks, and we should anyway prefer to use setOptionValue
.