fix counter for empty jobs
- 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 haveCaloClusterEff_ET3000
inCaloClusterEff
.Solved this problem by setting a default value
-1
when the counter is empty.
Edited by Ziyi Wang