Skip to content

PhysSelPython: few improvements for Selection framework

Vanya Belyaev requested to merge vanya-phys-2 into master
  • Wrappers.py
    1. add new PayloadSelection: "pseudo-selection" where some "extra" payload algorithm is embedded into the flow. (with possible ignoring of algorithm decision)
    2. reimplement MomentumScaling in terms of PayloadSelection
    3. add special treatment of "MCTools"/"MCToolList" keyword arguments for TupleSelection: these arguments are not delegated to DecayTreeTople, instead TupleToolMCTruth is added to DecayTreeTuple and these arguments are propagated to this tool

Merge request reports