Skip to content

Commit

Permalink
Please consider the following formatting changes (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Apr 17, 2024
1 parent b1652c0 commit 28286ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/PWGLF/Resonance/resonances_step0.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct resonances_tutorial {

// Fill histograms (main function)
template <bool IsMC, bool IsMix, typename CollisionType, typename TracksType>
void fillHistograms(const CollisionType& /*collision*/, const TracksType& dTracks1, const TracksType& /*dTracks2*/)
void fillHistograms(const CollisionType& /*collision*/, const TracksType& dTracks1, const TracksType& /*dTracks2*/)
{
for (auto track1 : dTracks1) { // loop over all dTracks1
if (!trackCut(track1))
Expand Down

0 comments on commit 28286ad

Please sign in to comment.