Skip to content

Commit 7dfbce8

Browse files
committed
Please consider the following formatting changes
1 parent e860a73 commit 7dfbce8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

PWGCF/Flow/Tasks/pidFlowPtCorr.cxx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ struct PidFlowPtCorr {
432432
if (dnx == 0)
433433
return;
434434
val = fGFW->Calculate(corrconf, 0, kFALSE).real() / dnx;
435-
435+
436436
if (std::fabs(val) < 1)
437437
registry.fill(tarName, cent, ptSum / nch, val, dnx);
438438
return;
@@ -619,7 +619,7 @@ struct PidFlowPtCorr {
619619
registry.fill(HIST("hEtaPhiVtxzREF"), track.phi(), track.eta(), vtxz, wacc);
620620
registry.fill(HIST("hPt"), track.pt());
621621
// int ptbin = fPtAxis->FindBin(track.pt()) - 1;
622-
if (!((track.pt() > trkQualityOpts.cfgCutPtMin.value) && (track.pt() < trkQualityOpts.cfgCutPtMax.value)))
622+
if (!((track.pt() > trkQualityOpts.cfgCutPtMin.value) && (track.pt() < trkQualityOpts.cfgCutPtMax.value)))
623623
continue;
624624
fGFW->Fill(track.eta(), 0, track.phi(), wacc * weff, 1); //(eta, ptbin, phi, wacc*weff, bitmask)
625625
if (track.tpcNSigmaPi() < cfgNSigma[0])
@@ -647,7 +647,7 @@ struct PidFlowPtCorr {
647647
}
648648
}
649649

650-
if (nch > 0){
650+
if (nch > 0) {
651651
int centbin = 0;
652652
centbin = fMultAxis->FindBin(cent);
653653

@@ -677,14 +677,14 @@ struct PidFlowPtCorr {
677677
fillProfile(corrconfigs.at(20), HIST("ka/c32"), cent);
678678
fillProfile(corrconfigs.at(21), HIST("pr/c32"), cent);
679679
fillProfile(corrconfigs.at(22), HIST("pr/c32"), cent);
680-
680+
681681
fillProfile(corrconfigs.at(23), HIST("pi/c34"), cent);
682682
fillProfile(corrconfigs.at(24), HIST("pi/c34"), cent);
683683
fillProfile(corrconfigs.at(25), HIST("ka/c34"), cent);
684684
fillProfile(corrconfigs.at(26), HIST("ka/c34"), cent);
685685
fillProfile(corrconfigs.at(27), HIST("pr/c34"), cent);
686686
fillProfile(corrconfigs.at(28), HIST("pr/c34"), cent);
687-
687+
688688
fillProfilevnpt(corrconfigs.at(0), HIST("covV2Pt"), cent, ptSum, nch, 0);
689689
fillProfilevnpt(corrconfigs.at(0), HIST("covV2Pt_diffpt"), cent, ptSum, nch, cfgMeanPt[centbin]);
690690
fillProfilevnpt(corrconfigs.at(29), HIST("pi/covV2Pt"), cent, ptSum, nch, 0);
@@ -713,7 +713,6 @@ struct PidFlowPtCorr {
713713
nchDiff);
714714
}
715715
}
716-
717716
}
718717
PROCESS_SWITCH(PidFlowPtCorr, processData, "", true);
719718
};

0 commit comments

Comments
 (0)