Using types from MeasurementDefs consistently
@evarnes made me realise that there was an inconsistency between the DetectorIdentType
in MeasurementDefs.h
(and used in the definition of xAOD::UncalibratedMeasurement
identifier property) and the type of the parameters in the derived class (e.g. the StripClusterAuxContainer
).
xAODInDetMeasurement
aux containers are now updated using consistently the types from the MeasurementDefs.h
. Tests are also updated to access the Identifier
for xAOD::PixelCluster
and xAOD::StripCluster
.