Skip to content

MdtCondDbData - Use mixed conditions

Johannes Junggeburth requested to merge jojungge/athena:MdtCondDb_Mixed into 22.0

Hi,

I observed in the reconstruction of the recent frictions, I observed a ton of these warnings

14:56:02 WriteCondHandle                                    21102     1   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:03 WriteCondHandle                                    21103     4   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:03 WriteCondHandle                                    21104     2   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:03 WriteCondHandle                                    21105     7   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:04 WriteCondHandle                                    21107     0   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:04 WriteCondHandle                                    21111     2   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:05 WriteCondHandle                                    21115     6   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21117     5   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21118     1   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21119     2   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21120     0   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21121     7   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )
14:56:06 WriteCondHandle                                    21122     4   ERROR Adding a run-lumi dependency on a timestamp-indexed CondCont. Consider a mixed ConditionsContainer for type  ( 'MdtCondDbData' , 'ConditionStore+MdtCondDbData' )

I guess changing the class to CondContMixed will solve the issue. But let me tag @wlampl here for confirmation

Merge request reports