From 6a8da6b03a5da8b873b293568d8a844a1d04c82e Mon Sep 17 00:00:00 2001 From: Jan Fiete Date: Fri, 22 Apr 2022 13:54:35 +0200 Subject: [PATCH] use default --- Detectors/AOD/src/AODProducerWorkflowSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/AOD/src/AODProducerWorkflowSpec.cxx b/Detectors/AOD/src/AODProducerWorkflowSpec.cxx index f448e305680f2..99a871b2bee94 100644 --- a/Detectors/AOD/src/AODProducerWorkflowSpec.cxx +++ b/Detectors/AOD/src/AODProducerWorkflowSpec.cxx @@ -1196,7 +1196,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc) auto bcCursor = bcBuilder.cursor(); auto cascadesCursor = cascadesBuilder.cursor(); auto collisionsCursor = collisionsBuilder.cursor(); - auto fddCursor = fddBuilder.cursor(); + auto fddCursor = fddBuilder.cursor(); auto ft0Cursor = ft0Builder.cursor(); auto fv0aCursor = fv0aBuilder.cursor(); auto fwdTracksCursor = fwdTracksBuilder.cursor();