Skip to content

CaloFutureEnergyForTrack: avoid copying CaloDigits

Gerhard Raven requested to merge avoid-copying-calodigits into master

do not copy CaloDigits if it can be avoided...

also, do not require that a lookup in the Calo digits container will return a pointer -- just something which has the semantics of a pointer. This will make it possible to return eg. a proxy or an optional instead

Edited by Gerhard Raven

Merge request reports