Skip to content

Follow-up MR from Analysis!916 adding to exclusions

Abhijit Mathad requested to merge AM_DecayFinder into master

With the introduction of new run3 decay finder, all of the tests pass except these three:

  • DaVinciExamples.tupling.test_davinci_tupling_array_taggers (Failed)
  • DaVinciExamples.tupling.test_example-tupling-basic-run-mc (Failed)
  • DaVinciTests.davinci.test_davinci_funtuple_array (Failed)

The ROOT files are made correctly but the validator is now catching a new warning that is being thrown. The new warnings are:

WARNING: found factory loki_functor_3493811357, but of wrong type:  instead of LoKi::Functor<LHCb::ProtoParticle const*, bool>* (*)(LoKi::Context&&)
WARNING: found factory loki_functor_3361120277, but of wrong type:  instead of LoKi::Functor<LHCb::Event::v1::Track const*, bool>* (*)(LoKi::Context&&)

These warnings are just out of the blue since I am not even using LoKi. I am not really sure of their source. I have seen them sometimes building Moore, perhaps they are harmless?

This MR includes these warnings in DV exclusions.

To tested with: Rec!3091 (merged) and Analysis!916 (merged)

Edited by Eduardo Rodrigues

Merge request reports