Skip to content

Use splitProbability to adjust hit multiplicities saved

Spyros Argyropoulos requested to merge (removed):splitProb into r22

New flag use_splitProbability introduced (by default true) that uses splitProbability1 and splitProbability2 to determine if the cluster is coming from 2 or more than 2 particles.

  • if splitProbability2 > 0.45, 3 hits are added to the hit counting
  • if splitProbability2 < 0.45 && splitProbability1 > 0.55, 2 hits are added to the hit counting

This only affects the jet decorator since the hits dataset contains these probabilities for each hit, so they can be used individually in a DNN.

Tests

Screenshot_2022-04-11_at_18.34.33

Screenshot_2022-04-11_at_18.34.51

@dguest @svanstro @thuffman

#40

Edited by Spyros Argyropoulos

Merge request reports