THistSvc bugfix
The parallelfriendly THistSvc that I've introduced had a bug where a wrong and empty container is used in io_reinit()
and updateFiles()
. This resulted in failures during AthenaMP jobs. I fixed that by using the correct container (namely m_uids
instead of m_uidsX
) and introducing an additional loop over the internal vector to catch all possible clones of a given TObject.
Merge request reports
Activity
Filter activity
- [2018-04-10 13:18] Validation started with lhcb-gaudi-merge#478
- [2018-04-11 00:06] Validation started with lhcb-gaudi-head-py3#120
- [2018-04-11 00:06] Validation started with lhcb-tdr-test#116
- [2018-04-11 00:45] Validation started with lhcb-gaudi-head#1829
- [2018-04-11 01:34] Validation started with lhcb-gaudi-head-py3#120
- [2018-04-11 09:32] Validation started with lhcb-gaudi-head#1829
- [2018-04-12 00:04] Validation started with lhcb-gaudi-head-py3#121
- [2018-04-12 00:07] Validation started with lhcb-tdr-test#117
- [2018-04-12 00:10] Validation started with lhcb-gaudi-head#1830
- [2018-04-12 10:31] Validation started with lhcb-gaudi-head#1831
Edited by Software for LHCbassigned to @clemenci
changed milestone to %v30r3
mentioned in merge request atlas/Gaudi!177 (merged)
Please register or sign in to reply