We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca30d1 commit f179d78Copy full SHA for f179d78
Common/TableProducer/multiplicityTable.cxx
@@ -438,11 +438,11 @@ struct MultiplicityTable {
438
// using FV0 row index from event selection task
439
if (collision.has_foundFV0()) {
440
const auto& fv0 = collision.foundFV0();
441
- for (size_t ii=0; ii<fv0.amplitude().size(); ii++) {
+ for (size_t ii = 0; ii < fv0.amplitude().size(); ii++) {
442
auto amplitude = fv0.amplitude()[ii];
443
auto channel = fv0.channel()[ii];
444
multFV0A += amplitude;
445
- if(channel>7){
+ if (channel > 7) {
446
multFV0AOuter += amplitude;
447
}
448
0 commit comments