Use DataHandle in LoKi functors
Implemented functor SIZE which does almost the same as CONTAINS but uses new wrapper class LoKi::TES::DataHandle to declare data dependency.
There are some differences:
-
SIZEcan also get the size of every object on the TES implementingsize(). -
SIZEneeds to be associated to aGaudiAlgorithm. -
RootInTEScannot be specified explicitly, this is taken from the associated algorithm.
The test requires gaudi/Gaudi!673 (merged) .
Edited by Marco Cattaneo