Draft: added object type to iovelement
Compare changes
+ 1
− 0
@@ -93,6 +93,7 @@ namespace LHCb::Detector {
This just adds
using object_type = ObjectType ;
to DeIOVElement
such that the concrete handle type (e.g. DeVeloSensor) knows for which payload type (e.g. DeVPSensorObject) it is a handle.
To be used for Alignment!293 (closed).