Skip to content

Commit d450f22

Browse files
authored
Refactor mcParticle assignments in skimmerPrimaryMuon
Commented out redundant mcParticle assignments for clarity.
1 parent 37c6942 commit d450f22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,8 @@ struct skimmerPrimaryMuon {
356356
return false;
357357
}
358358
// 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>();
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>();
361361
}
362362

363363
nClustersMFT = mfttrack.nClusters();

0 commit comments

Comments
 (0)