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 Feb 16, 2024
1 parent 25d49e6 commit d268854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGUD/TableProducer/SGCandProducer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ struct SGCandProducer {
// mapGlobalBcWithZdc[bc.globalBC()] = zdc.globalIndex();
mapGlobalBcWithZdc[globalBC] = zdc.globalIndex();
// mapGlobalBcWithZdc[bc] = zdc.globalIndex();
}
}
auto nZdcs = mapGlobalBcWithZdc.size();
if (nZdcs > 0) {
// auto itZDC = mapGlobalBcWithZdc.find(bc.globalBC());
Expand All @@ -234,7 +234,7 @@ struct SGCandProducer {
float eComZNC = zdc.energyCommonZNC();
udZdcsReduced(outputCollisions.lastIndex(), timeZNA, timeZNC, eComZNA, eComZNC);
}
}
}
// produce TPC signal histograms for 2-track events
LOGF(debug, "SG candidate: number of PV tracks %d", collision.numContrib());
if (collision.numContrib() == 2) {
Expand Down

0 comments on commit d268854

Please sign in to comment.