Skip to content

Commit 7e40190

Browse files
committed
Please consider the following formatting changes
1 parent c1faef8 commit 7e40190

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,8 @@ struct Pi0EtaToGammaGammaMC {
847847
}
848848
o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, veeg, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0, weight);
849849
}
850-
} // end of dielectron loop
851-
} // end of pcm loop
850+
} // end of dielectron loop
851+
} // end of pcm loop
852852
} else { // PCM-EMC, PCM-PHOS.
853853
// TODO: implement proper functionality if we ever want to run this in Pb-Pb
854854
auto photons1_per_collision = photons1.sliceByCached(TDetectorTag1::perCollision(), collision.globalIndex(), cache);
@@ -895,8 +895,8 @@ struct Pi0EtaToGammaGammaMC {
895895
// o2::aod::pwgem::photonmeson::utils::nmhistogram::fillTruePairInfo(&fRegistry, v12, etamc, mcparticles, mccollisions, f1fd_k0s_to_pi0, weight);
896896
// }
897897
} // end of pairing loop
898-
} // end of pairing in same event
899-
} // end of collision loop
898+
} // end of pairing in same event
899+
} // end of collision loop
900900
}
901901

902902
template <int par_id, typename TBinnedData>

0 commit comments

Comments
 (0)