Skip to content

Change WaveformHit variable names

Eric Torrence requested to merge torrence/calypso:mdc_reco into master

Changed the names of status and id in xAOD::WaveformHit class to avoid clashing with variables of the same name (but different type) in xAOD:TruthVertex and xAOD::TruthParticle classes.

This enables the creation of xAOD truth objects during the MDC reco step.

Merge request reports