Skip to content

Commit cae76d2

Browse files
committed
Please consider the following formatting changes
1 parent de994c0 commit cae76d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/matchingMFT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ struct matchingMFT {
723723
float dr = std::sqrt(deta * deta + dphi * dphi);
724724

725725
// 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
726+
auto mcParticle_MCHMID = mchtrack.template mcParticle_as<aod::McParticles>(); // this is identical to mcParticle_MFTMCHMID
727727
auto mcParticle_MFT = mfttrack.template mcParticle_as<aod::McParticles>();
728728
// float chi2ndf = muon_tmp.chi2() / (2.f * (mchtrack.nClusters() + mfttrack.nClusters()) - 5.f);
729729

0 commit comments

Comments
 (0)