@@ -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