ATR-28667 - Implementation of L1Topo ZeroBias Algorithm
Draft MR tracking the development of the ZeroBias Topo algorithm.
As of Jan 15, the MR only contains a skeleton C++ ZeroBiasAlg class that does nothing beyond initialisation and definition of the relevant parameters. The class was defined inheriting from CountingAlg, based on the eEmMultiplicity example.
An alternative pathway would have been to define the ZeroBiasAlg class in the python configuration inheriting from MultiplicityAlgo, following the examples in TopoAlgos.py. If this alternative solution is in fact preferable I can easily switch.
Assuming the C++ path is correct, should the algorithm be instantiated and the parameters initialised in TopoAlgoDefMultiplicity.py?