Skip to content

ATR-28667 - Implementation of L1Topo ZeroBias Algorithm

Marco Montella requested to merge mmontell/athena:Menu_L1ZeroBias into main

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?


Tagging @astruebi @lidiaz @rgugel @jajimene (and @mark)

Merge request reports