Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jul 30, 2024
1 parent 74186ce commit 16110e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,8 +646,8 @@ struct Pi0EtaToGammaGamma {
used_dileptonIds.emplace_back(tuple_tmp_id2);
}
ndiphoton++;
} // end of dielectron loop
} // end of g1 loop
} // end of dielectron loop
} // end of g1 loop
} else { // PCM-EMC, PCM-PHOS. Nightmare. don't run these pairs.
auto photons1_per_collision = photons1.sliceBy(perCollision1, collision.globalIndex());
auto photons2_per_collision = photons2.sliceBy(perCollision2, collision.globalIndex());
Expand Down Expand Up @@ -678,7 +678,7 @@ struct Pi0EtaToGammaGamma {
}
ndiphoton++;
} // end of pairing loop
} // end of pairing in same event
} // end of pairing in same event

// event mixing
if (!cfgDoMix || !(ndiphoton > 0)) {
Expand Down

0 comments on commit 16110e1

Please sign in to comment.