Skip to content

Adding actual type of object in data store to error

This changes this error:

ForwardFastFitt...  ERROR The type expected for /Event/Rec/Track/ForwardFastFitted is AnyDataWrapper<std::vector<LHCb::Track,std::allocator<LHCb::Track> > > and is different from the one of the object in the store.

to this more helpful one:

ForwardFastFitt...  ERROR The type expected for /Event/Rec/Track/ForwardFastFitted is AnyDataWrapper<std::vector<LHCb::Track,std::allocator<LHCb::Track> > > and is different from the one of the object in the store which is KeyedContainer<LHCb::Track,Containers::KeyedObjectManager<Containers::hashmap> >.

Merge request reports