Skip to content

Commit 3c22da5

Browse files
Update AODProducerWorkflowSpec.cxx
I have now removed ft0ExtraCursor, fddExtraCursor, and fv0aExtraCursor. This should, in principle, resolve the issue of re-definition.
1 parent 47a07e7 commit 3c22da5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,10 +1987,6 @@ void AODProducerWorkflowDPL::run(ProcessingContext& pc)
19871987
auto cpvClustersCursor = createTableCursor<o2::aod::CPVClusters>(pc);
19881988
auto originCursor = createTableCursor<o2::aod::Origins>(pc);
19891989

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;
19941990
if (mEnableFITextra) {
19951991
ft0ExtraCursor = createTableCursor<o2::aod::FT0sExtra>(pc);
19961992
fddExtraCursor = createTableCursor<o2::aod::FDDsExtra>(pc);

0 commit comments

Comments
 (0)