Skip to content

Commit c248889

Browse files
authored
Merge pull request #192 from alibuild/alibot-cleanup-16428
Please consider the following formatting changes to #16428
2 parents 934fe7f + c7e8618 commit c248889

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
#include <Framework/OutputObjHeader.h>
4343
#include <Framework/runDataProcessing.h>
4444

45+
#include <TComplex.h>
4546
#include <THn.h>
4647
#include <TPDGCode.h>
4748
#include <TProfile3D.h>
48-
#include <TComplex.h>
4949

5050
#include <RtypesCore.h>
5151

@@ -252,11 +252,11 @@ struct JEPFlowAnalysis {
252252

253253
if (!coll.has_foundFT0()) {
254254
return false;
255-
}
256-
257-
auto ft0 = coll.foundFT0();
258-
TComplex qVecFT0C(0., 0.);
259-
255+
}
256+
257+
auto ft0 = coll.foundFT0();
258+
TComplex qVecFT0C(0., 0.);
259+
260260
for (std::size_t iChC = 0; iChC < ft0.channelC().size(); ++iChC) {
261261
int ft0CChId = ft0.channelC()[iChC] + 96;
262262
float ampl = ft0.amplitudeC()[iChC] / (cfgGainEq ? ft0RelGainConst[ft0CChId] : 1.);
@@ -413,7 +413,7 @@ struct JEPFlowAnalysis {
413413
}
414414
}
415415
if (i == 0) { // second harmonic only
416-
auto qOvecM = calcFT0CRawQVecMag(coll, i +2);
416+
auto qOvecM = calcFT0CRawQVecMag(coll, i + 2);
417417

418418
epFlowHistograms.fill(HIST("hQoverM"), cent, highestPt, qOvecM);
419419
epFlowHistograms.fill(HIST("hQoverM2M"), cent, coll.qvecAmp()[detId], qOvecM);

0 commit comments

Comments
 (0)