Skip to content

fix counter for empty jobs

Ziyi Wang requested to merge ziyi_fix_counter into master
  • Wildcard character will lead to problems when there are similar counters like
fromPrSeedingTracksV1Tracks            INFO Number of counters : 1
 |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
 | "Nb of converted Tracks"                        |       907 |      88004 |     97.028 |
fromPrSeedingTracksV1Tracks#1          INFO Number of counters : 1
 |    Counter                                      |     #     |    sum     | mean/eff^* | rms/err^*  |     min     |     max     |
 | "Nb of converted Tracks"                        |       907 |      37568 |     41.420 |

Fix it with other methods.

  • The Fastest withUT jobs do not have CaloClusterEff_ET3000 in CaloClusterEff.

    Solved this problem by setting a default value -1 when the counter is empty.

Edited by Ziyi Wang

Merge request reports