Reduce the use of #ifdef in PrVeloUT
- instead, use templates and
if constexpr - replace explicit
DataObjectReadhandlewith extraTransformerargument - use std::optional instead of boost::optional
Edited by Marco Cattaneo
if constexpr
DataObjectReadhandle with extra Transformer argument