Skip to content

Commit 8022a66

Browse files
committed
Please consider the following formatting changes
1 parent 8bd033a commit 8022a66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx

+3-4
Original file line numberDiff line numberDiff line change
@@ -770,18 +770,17 @@ struct femtoUniverseProducerTask {
770770
// in case of skimming run - don't store such collisions
771771
// in case of trigger run - store such collisions but don't store any
772772
// particle candidates for such collisions
773-
if (!colCuts.isSelected(col)) {
773+
if (!colCuts.isSelected(col)) {
774774
return;
775775
}
776-
776+
777777
if (!ConfIsUsePileUp) {
778778
if (ConfDoSpher) {
779779
outputCollision(vtxZ, mult, multNtr, colCuts.computeSphericity(col, tracks), mMagField);
780780
} else {
781781
outputCollision(vtxZ, mult, multNtr, 2, mMagField);
782782
}
783-
}
784-
else {
783+
} else {
785784
if (ConfDoSpher && (!ConfEvNoSameBunchPileup || col.selection_bit(aod::evsel::kNoSameBunchPileup)) && (!ConfEvIsGoodZvtxFT0vsPV || col.selection_bit(aod::evsel::kIsGoodZvtxFT0vsPV)) && (!ConfEvIsVertexITSTPC || col.selection_bit(aod::evsel::kIsVertexITSTPC))) {
786785
outputCollision(vtxZ, mult, multNtr, colCuts.computeSphericity(col, tracks), mMagField);
787786
} else {

0 commit comments

Comments
 (0)