We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c6942 commit d450f22Copy full SHA for d450f22
1 file changed
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx
@@ -356,8 +356,8 @@ struct skimmerPrimaryMuon {
356
return false;
357
}
358
// auto mcParticle_MFTMCHMID = fwdtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MCHMID
359
- auto mcParticle_MCHMID = mchtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MFTMCHMID
360
- auto mcParticle_MFT = mfttrack.template mcParticle_as<aod::McParticles>();
+ // auto mcParticle_MCHMID = mchtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MFTMCHMID
+ // auto mcParticle_MFT = mfttrack.template mcParticle_as<aod::McParticles>();
361
362
363
nClustersMFT = mfttrack.nClusters();
0 commit comments