Skip to content

Commit c3cdcf4

Browse files
authored
Fix table definition
1 parent 86de22a commit c3cdcf4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGCF/TwoParticleCorrelations/TableProducer/longrangeMaker.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ struct LongrangeMaker {
213213
tpcNsigmaCut = tpcNsigmaPidCut;
214214
}
215215

216-
Produces<aod::CollLRTable> collisionLRTable;
217-
Produces<aod::TrkLRTable> tracksLRTable;
216+
Produces<aod::CollLRTables> collisionLRTable;
217+
Produces<aod::TrkLRTables> tracksLRTable;
218218
Produces<aod::Ft0aLRTable> ft0aLRTable;
219-
Produces<aod::Ft0cLRTable> ft0cLRTable;
220-
Produces<aod::MftTrkLRTable> mftLRTable;
221-
Produces<aod::MftBestTrkLRTable> mftbestLRTable;
222-
Produces<aod::V0TrkLRTable> v0LRTable;
219+
Produces<aod::Ft0cLRTables> ft0cLRTable;
220+
Produces<aod::MftTrkLRTables> mftLRTable;
221+
Produces<aod::MftBestTrkLRTables> mftbestLRTable;
222+
Produces<aod::V0TrkLRTables> v0LRTable;
223223

224224
Filter fTracksEta = nabs(aod::track::eta) < cfgtrksel.cfgEtaCut;
225225
Filter fTracksPt = (aod::track::pt > cfgtrksel.cfgPtCutMin) && (aod::track::pt < cfgtrksel.cfgPtCutMax);

0 commit comments

Comments
 (0)