File tree Expand file tree Collapse file tree
PWGCF/MultiparticleCorrelations/Tasks Expand file tree Collapse file tree Original file line number Diff line number Diff 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
13831381WorkflowSpec defineDataProcessing (ConfigContext const & cfgc)
13841382{
13851383 return WorkflowSpec{adaptAnalysisTask<MultiparticleCumulants>(cfgc)};
1386- } // WorkflowSpec...
1384+ } // WorkflowSpec...
You can’t perform that action at this time.
0 commit comments