From 1f7af8e39777858ee99c10ef86be12a94a099b93 Mon Sep 17 00:00:00 2001 From: Victor Gonzalez Date: Fri, 15 Oct 2021 15:11:31 +0200 Subject: [PATCH] Keep the Timestamps table required Requires the timestamp-task being included in the workflow --- Common/TableProducer/eventSelection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/TableProducer/eventSelection.cxx b/Common/TableProducer/eventSelection.cxx index d3c2449cd8a..d5e173b1665 100644 --- a/Common/TableProducer/eventSelection.cxx +++ b/Common/TableProducer/eventSelection.cxx @@ -89,7 +89,7 @@ struct EvSelParameters { }; using BCsWithRun2InfosTimestampsAndMatches = soa::Join; -using BCsWithRun3Matchings = soa::Join; +using BCsWithRun3Matchings = soa::Join; using BCsWithBcSels = soa::Join; struct BcSelectionTask {