Skip to content

Commit 3749e06

Browse files
committed
Please consider the following formatting changes
1 parent 8b513bd commit 3749e06

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

PWGCF/MultiparticleCorrelations/Tasks/multiparticleCumulants.cxx

Lines changed: 3 additions & 5 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
}
@@ -1383,4 +1381,4 @@ struct MultiparticleCumulants { // this name is used in lower-case format to nam
13831381
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
13841382
{
13851383
return WorkflowSpec{adaptAnalysisTask<MultiparticleCumulants>(cfgc)};
1386-
} // WorkflowSpec...
1384+
} // WorkflowSpec...

0 commit comments

Comments
 (0)