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 Dec 23, 2024
1 parent 5ca30d1 commit 444598b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/TableProducer/multiplicityTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -438,11 +438,11 @@ struct MultiplicityTable {
// using FV0 row index from event selection task
if (collision.has_foundFV0()) {
const auto& fv0 = collision.foundFV0();
for (size_t ii=0; ii<fv0.amplitude().size(); ii++) {
for (size_t ii = 0; ii < fv0.amplitude().size(); ii++) {
auto amplitude = fv0.amplitude()[ii];
auto channel = fv0.channel()[ii];
multFV0A += amplitude;
if(channel>7){
if (channel > 7) {
multFV0AOuter += amplitude;
}
}
Expand Down

0 comments on commit 444598b

Please sign in to comment.