change a way how LoKi functors get the context
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 howLoKi
gets a context - there are several backward incompatible changes: some
BPV*
symbols from now types and not instances. Actually from now there are noBPV*
instances anymore - I've removed the last remaining instances. From now allBPV*
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
Edited by Marco Cattaneo