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 2, 2024
1 parent 9e45111 commit 99f9736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Common/TableProducer/multiplicityExtraTable.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct MultiplicityExtraTable {
for (auto amplitude : ft0.amplitudeC()) {
multFT0C += amplitude;
}
}else{
} else {
multFT0A = -999.0f;
multFT0C = -999.0f;
}
Expand All @@ -110,11 +110,11 @@ struct MultiplicityExtraTable {
multFV0A += amplitude;
}
isFV0OrA = fV0Triggers[o2::fit::Triggers::bitA];
}else{
} else {
multFV0A = -999.0f;
}

if( bc.has_fdd()){
if (bc.has_fdd()) {
auto fdd = bc.fdd();
std::bitset<8> fFDDTriggers = fdd.triggerMask();
multFDDTriggerBits = static_cast<uint8_t>(fFDDTriggers.to_ulong());
Expand All @@ -125,7 +125,7 @@ struct MultiplicityExtraTable {
for (auto amplitude : fdd.chargeC()) {
multFDDC += amplitude;
}
}else{
} else {
multFDDA = -999.0f;
multFDDC = -999.0f;
}
Expand Down

0 comments on commit 99f9736

Please sign in to comment.