File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1073,8 +1073,8 @@ struct QaEfficiency {
10731073 }
10741074 constexpr int histogramIndex = id + pdgSign * nSpecies;
10751075 LOG (debug) << " fillMCTrackHistograms for pdgSign '" << pdgSign << " ' and id '" << static_cast <int >(id) << " ' " << particleName (pdgSign, id) << " with index " << histogramIndex;
1076- const o2::aod::McParticles::iterator & mcParticle = track.mcParticle ();
1077- const Colls::iterator & collision = track.collision_as <Colls>();
1076+ auto const & mcParticle = track.mcParticle ();
1077+ auto const & collision = track.collision_as <Colls>();
10781078 float radius = std::sqrt (mcParticle.vx () * mcParticle.vx () + mcParticle.vy () * mcParticle.vy ());
10791079 if (numSameCollision) {
10801080 if (!collision.has_mcCollision ()) {
You can’t perform that action at this time.
0 commit comments