Skip to content

Commit d9d05ef

Browse files
Update tableMaker_withAssoc.cxx
Update tableMaker_withAssoc.cxx
1 parent 16a59b0 commit d9d05ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,8 @@ struct TableMaker {
13621362
}
13631363

13641364
void processPPMuonMFTWithMultsExtra(MyEventsWithMultsExtra const& collisions, BCsWithTimestamps const& bcs,
1365-
MyMuonsWithCov const& muons, MFTTracks const& mftTracks,
1366-
FwdTrackAssoc const& fwdTrackAssocs, MFTTrackAssoc const& mftAssocs)
1365+
MyMuonsWithCov const& muons, MFTTracks const& mftTracks,
1366+
FwdTrackAssoc const& fwdTrackAssocs, MFTTrackAssoc const& mftAssocs)
13671367
{
13681368
fullSkimming<gkEventFillMapWithMultsExtra, 0u, gkMuonFillMapWithCov, gkMFTFillMap>(collisions, bcs, nullptr, nullptr, muons, mftTracks, nullptr, fwdTrackAssocs, mftAssocs);
13691369
}

0 commit comments

Comments
 (0)