From 5ec71180fc5d129f575a59cd66e4682faa5d604e Mon Sep 17 00:00:00 2001 From: ddobrigk Date: Fri, 20 Dec 2024 13:01:28 +0100 Subject: [PATCH] Common: change default tracksExtra converter to 001 to 002 (#9079) --- Common/TableProducer/Converters/tracksExtraV002Converter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/Converters/tracksExtraV002Converter.cxx b/Common/TableProducer/Converters/tracksExtraV002Converter.cxx index 51d06085809..7765daa9e5e 100644 --- a/Common/TableProducer/Converters/tracksExtraV002Converter.cxx +++ b/Common/TableProducer/Converters/tracksExtraV002Converter.cxx @@ -88,7 +88,7 @@ struct TracksExtraV002Converter { track1.trackTimeRes()); } } - PROCESS_SWITCH(TracksExtraV002Converter, processV001ToV002, "process v001-to-v002 conversion", false); + PROCESS_SWITCH(TracksExtraV002Converter, processV001ToV002, "process v001-to-v002 conversion", true); }; /// Spawn the extended table for TracksExtra002 to avoid the call to the internal spawner and a consequent circular dependency