We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3f894f + 5c4d5fd commit ec02d28Copy full SHA for ec02d28
Detectors/AOD/src/AODProducerWorkflowSpec.cxx
@@ -1988,7 +1988,7 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
1988
o2::framework::Produces<o2::aod::FT0sExtra> ft0ExtraCursor;
1989
o2::framework::Produces<o2::aod::FDDsExtra> fddExtraCursor;
1990
o2::framework::Produces<o2::aod::FV0AsExtra> fv0aExtraCursor;
1991
-
+
1992
if (mEnableFITextra) {
1993
ft0ExtraCursor = createTableCursor<o2::aod::FT0sExtra>(pc);
1994
fddExtraCursor = createTableCursor<o2::aod::FDDsExtra>(pc);
0 commit comments