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.
1 parent 47a07e7 commit 3c22da5Copy full SHA for 3c22da5
Detectors/AOD/src/AODProducerWorkflowSpec.cxx
@@ -1987,10 +1987,6 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
1987
auto cpvClustersCursor = createTableCursor<o2::aod::CPVClusters>(pc);
1988
auto originCursor = createTableCursor<o2::aod::Origins>(pc);
1989
1990
- /// Extra tables
1991
- o2::framework::Produces<o2::aod::FT0sExtra> ft0ExtraCursor;
1992
- o2::framework::Produces<o2::aod::FDDsExtra> fddExtraCursor;
1993
- o2::framework::Produces<o2::aod::FV0AsExtra> fv0aExtraCursor;
1994
if (mEnableFITextra) {
1995
ft0ExtraCursor = createTableCursor<o2::aod::FT0sExtra>(pc);
1996
fddExtraCursor = createTableCursor<o2::aod::FDDsExtra>(pc);
0 commit comments