File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
PWGCF/TwoParticleCorrelations/TableProducer Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -213,13 +213,13 @@ struct LongrangeMaker {
213213 tpcNsigmaCut = tpcNsigmaPidCut;
214214 }
215215
216- Produces<aod::CollLRTable > collisionLRTable;
217- Produces<aod::TrkLRTable > tracksLRTable;
218- Produces<aod::Ft0aLRTable > ft0aLRTable;
219- Produces<aod::Ft0cLRTable > ft0cLRTable;
220- Produces<aod::MftTrkLRTable > mftLRTable;
221- Produces<aod::MftBestTrkLRTable > mftbestLRTable;
222- Produces<aod::V0TrkLRTable > v0LRTable;
216+ Produces<aod::CollLRTables > collisionLRTable;
217+ Produces<aod::TrkLRTables > tracksLRTable;
218+ Produces<aod::Ft0aLRTables > ft0aLRTable;
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);
You can’t perform that action at this time.
0 commit comments