Skip to content

also exclude non thread safe GaudiHisto algs from hlt_pp_thor test

Christoph Hasse requested to merge chasse_fix into master

Algorithms inheriting from GaudiHistos aren't thread safe, so we also exclude lines that use algorithms which inherit from that base from the hlt_pp_thor throughput test.
An example class which has this problem is e.g. the ParticleMassMonitor

should fix the occasional segfault in the throughput test (cc @rmatev)

This only results in 2 additional lines being excluded from this test.

cc @mvesteri @poluekt

Edited by Christoph Hasse

Merge request reports

Loading