Skip to content

Commit

Permalink
Fixing clang-format error
Browse files Browse the repository at this point in the history
  • Loading branch information
prchakra authored Oct 24, 2024
1 parent 4a544cb commit d895430
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,7 @@ struct femtoUniverseProducerTask {
} else {
outputCollision(vtxZ, mult, multNtr, 2, mMagField);
}
}
else {
} else {
if (ConfDoSpher && (!ConfEvNoSameBunchPileup || col.selection_bit(aod::evsel::kNoSameBunchPileup)) && (!ConfEvIsGoodZvtxFT0vsPV || col.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV)) && (!ConfEvIsVertexITSTPC || col.selection_bit(aod::evsel::kIsVertexITSTPC))) {
outputCollision(vtxZ, mult, multNtr, colCuts.computeSphericity(col, tracks), mMagField);
} else {
Expand Down

0 comments on commit d895430

Please sign in to comment.