Skip to content

change a way how LoKi functors get the context

Vanya Belyaev requested to merge vanya-new-loki-context-phys-v0 into master

LoKi: Change a way how LoKi functors get the context. Depends on LHCb!1441 (merged)

  • move IDVAlgorthm to LHCb
  • fix LoKiPhys&LoKiArrayFunctors to a new way how LoKi gets a context
  • there are several backward incompatible changes: some BPV* symbols from now types and not instances. Actually from now there are no BPV* instances anymore - I've removed the last remaining instances. From now all BPV* symbols are types. Therefore for these symbols a small adaptation of code is needed, e.g. BPVDIRA --> BPVDIRA(), etc...
  • all "sources" and related functors are fixed. For each "bare-TES"-source, the corresponding DataHandle-based alternative is provided

@graven

Edited by Marco Cattaneo

Merge request reports