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 de994c0 commit cae76d2Copy full SHA for cae76d2
PWGEM/Dilepton/Tasks/matchingMFT.cxx
@@ -723,7 +723,7 @@ struct matchingMFT {
723
float dr = std::sqrt(deta * deta + dphi * dphi);
724
725
// auto mcParticle_MFTMCHMID = muon_tmp.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MCHMID
726
- auto mcParticle_MCHMID = mchtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MFTMCHMID
+ auto mcParticle_MCHMID = mchtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MFTMCHMID
727
auto mcParticle_MFT = mfttrack.template mcParticle_as<aod::McParticles>();
728
// float chi2ndf = muon_tmp.chi2() / (2.f * (mchtrack.nClusters() + mfttrack.nClusters()) - 5.f);
729
0 commit comments