Skip to content

Commit 015a390

Browse files
authored
Merge pull request #206 from alibuild/alibot-cleanup-17291
Please consider the following formatting changes to #17291
2 parents 98f380a + ca1d708 commit 015a390

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

PWGCF/JCorran/Tasks/jEPFlowAnalysis.cxx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct JEPFlowAnalysis {
155155
Configurable<bool> cfgSelEvtTwoHP{"cfgSelEvtTwoHP", false, "event selection with two high pT"};
156156
Configurable<float> cfgHighPtSel{"cfgHighPtSel", 5.0, "pT threshold with cfgSelEvtTwoHP"};
157157
Configurable<float> cfgTwoLPAngle{"cfgTwoLPAngle", 0.5, "azimuthal difference between two LP"};
158-
Configurable<float> cfgEtaBalancing{"cfgEtaBalancing", 0.5, "pseudorapidity difference between two LP"};
158+
Configurable<float> cfgEtaBalancing{"cfgEtaBalancing", 0.5, "pseudorapidity difference between two LP"};
159159

160160
Configurable<std::string> cfgDetName{"cfgDetName", "FT0C", "The name of detector to be analyzed"};
161161
Configurable<std::string> cfgRefAName{"cfgRefAName", "TPCPos", "The name of detector for reference A"};
@@ -431,7 +431,6 @@ struct JEPFlowAnalysis {
431431
q2selLow = q2Map->GetBinContent(q2Map->GetXaxis()->FindBin(i + 2), q2Map->GetYaxis()->FindBin(cent), q2Map->GetZaxis()->FindBin(1. - cfgQ2SelFrac));
432432
}
433433

434-
435434
if (cfgSelEvtTwoHP && i == 0) {
436435
leadingPt = 0.0;
437436
leadingPhi = 0.0;
@@ -460,8 +459,8 @@ struct JEPFlowAnalysis {
460459
subleadingEta = track.eta();
461460
}
462461

463-
if (track.pt() > cfgHighPtSel)
464-
nHighPt++;
462+
if (track.pt() > cfgHighPtSel)
463+
nHighPt++;
465464
}
466465
}
467466

0 commit comments

Comments
 (0)