Skip to content

Add TrackCompatibility to rename map, fixing retagging in mc20

Without adding this line, I get the following exceptions when running ca-dump-retag on mc20 samples:

antikt4empflow_jetfitter_secvtxfinding              FATAL  Standard std::exception is caught 
antikt4empflow_jetfitter_secvtxfinding              ERROR SG::ExcStoreLocked: Attempted to modify auxiliary data in a locked store: `::JetFitter_TrackCompatibility_antikt4empflow' (370)
AthAlgSeq                                           FATAL  Standard std::exception is caught 
AthAlgSeq                                           ERROR SG::ExcStoreLocked: Attempted to modify auxiliary data in a locked store: `::JetFitter_TrackCompatibility_antikt4empflow' (370)
AthMasterSeq                                        FATAL  Standard std::exception is caught 
AthMasterSeq                                        ERROR SG::ExcStoreLocked: Attempted to modify auxiliary data in a locked store: `::JetFitter_TrackCompatibility_antikt4empflow' (370)

This line allows the code to terminate successfully both on mc16 and mc20 samples.

Edited by Dan Guest

Merge request reports