Skip to content

Commit 7064e8f

Browse files
committed
[PWGDQ] added missing subscription to McParticles table
1 parent 69e59e1 commit 7064e8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGDQ/Tasks/qaMatching.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,8 @@ struct qaMatching {
18021802
aod::BCsWithTimestamps const& bcs,
18031803
MyMuonsMC const& muonTracks,
18041804
MyMFTsMC const& mftTracks,
1805-
MyMFTCovariances const& mftCovs)
1805+
MyMFTCovariances const& mftCovs,
1806+
aod::McParticles const& /*mcParticles*/)
18061807
{
18071808
auto bc = bcs.begin();
18081809
initCCDB(bc);

0 commit comments

Comments
 (0)