Fix RICH lumi counters
Compare changes
@@ -39,8 +39,12 @@ public:
@@ -50,7 +54,6 @@ public:
@@ -60,33 +63,38 @@ public:
Follow !3472 (merged). A Rich Counter is defined as follows:
This merge request addresses a bug. The number of hits in the modules of side 2 was consistently reported as 0 for both RICH1 and RICH2. This number was added to the number of hits in the same module on side 1 instead, resulting in an incorrect hits count on both sides.
Hits are now managed using a map that includes the counter name and the corresponding number of hits.
@fferrari @elniel @rsadek @gcavalle
Should go to master and also cherry picked for the processing of 2023 VdM data.