Skip to content

Commit 73b9d46

Browse files
author
Pei-Ying Kuan
committed
fix format
1 parent 8b513bd commit 73b9d46

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,15 +488,13 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
488488
if (eba == eBefore) {
489489
if (n >= 0) {
490490
return mcc.fQvectorBefore[n][p];
491-
}
492-
else {
491+
} else {
493492
return TComplex::Conjugate(mcc.fQvectorBefore[-n][p]);
494493
}
495494
} else {
496495
if (n >= 0) {
497496
return mcc.fQvectorAfter[n][p];
498-
}
499-
else {
497+
} else {
500498
return TComplex::Conjugate(mcc.fQvectorAfter[-n][p]);
501499
}
502500
}

0 commit comments

Comments
 (0)