Updates in MCTruthClassifier to avoid explicit barcode usage, attempt 4
Updates in MCTruthClassifier to avoid explicit barcode usage, attempt 4. This MR is a scaled-down version of !64749 (closed) Contains:
- Updates in MCTruthClassifier to avoid explicit barcode usage.
In practice there are two main changes a) the
info
object is filled with all relevant information and instead of themotherBarcode
themother
particle is passed to various functions. Those functions then use themother->barcode()
. b) changes very similar to a) done for thefind_matching
function.
Edited by Andrii Verbytskyi