Skip to content

v02-19-01

Compare
Choose a tag to compare
@tmadlener tmadlener released this 10 Feb 09:36
· 62 commits to master since this release

v02-19-01

  • 2023-02-06 Bohdan Dudar (PR#163)

    • getRelatedTo(From)MaxWeightObject() and getRelatedTo(From)MaxWeight() now accept generic decode function of float(float) signature as a second argument, which specifies how to decode the weight. Default option is identity function (just compares weights as they are).
    • Helper functions to decode and encode "track"/"cluster" specific weights from PFO-MCParticle LCRelation collection are added to MarlinUtil in MarlinUtil#36.
  • 2023-02-03 jmcarcell (PR#160)

    • Fix a compiler warning about strncpy usage