Skip to content

InDetPrepRawData: Fix alignment of eigen objects for cling,

cling erroneously aligns eigen objects to 8 bytes rather than 16 bytes. This causes failures when accessing EDM objects via python/ROOT. Add a couple alignment attributes to force cling to do the right thing.

Merge request reports