@@ -726,7 +726,7 @@ struct FlowGfwTask {
726726 registry.fill (HIST (" hEventCount" ), kISGOODITSLAYERSALL );
727727 }
728728
729- float vtxz = -999 , zResmin= 0.25 , maxContrib= 20 ;
729+ float vtxz = -999 , zResmin = 0.25 , maxContrib = 20 ;
730730 if (collision.numContrib () > 1 ) {
731731 vtxz = collision.posZ ();
732732 float zRes = std::sqrt (collision.covZZ ());
@@ -752,7 +752,7 @@ struct FlowGfwTask {
752752 }
753753
754754 // V0A T0A 5 sigma cut
755- float five= 5 ;
755+ float five = 5 ;
756756 if (cfgV0AT0A5Sigma) {
757757 if (std::abs (collision.multFV0A () - fT0AV0AMean ->Eval (collision.multFT0A ())) > five * fT0AV0ASigma ->Eval (collision.multFT0A ()))
758758 return false ;
@@ -934,7 +934,7 @@ struct FlowGfwTask {
934934
935935 registry.fill (HIST (" ZNvsZEMcoll" ), aZEM1 + aZEM2, aZNA + aZNC);
936936
937- // Draft notation for centrality limits
937+ // Draft notation for centrality limits
938938 float zero = 0 , five = 5 , ten = 10 , twenty = 20 , thirty = 30 ;
939939 if (centrality >= zero && centrality <= five) {
940940 registry.fill (HIST (" ZNvsZEMcoll05" ), aZEM1 + aZEM2, aZNA + aZNC);
@@ -1121,7 +1121,6 @@ struct FlowGfwTask {
11211121 fillProfile (corrconfigs.at (6 ), bootstrapArray[sampleIndex][kc32Nchetagap], nch);
11221122 fillProfile (corrconfigs.at (7 ), bootstrapArray[sampleIndex][kc34Nch], nch);
11231123
1124-
11251124 if (centrality >= zero && centrality <= five) {
11261125 fillProfile (corrconfigs.at (0 ), bootstrapArray[sampleIndex][kc22Nch05], nch);
11271126 fillProfile (corrconfigs.at (1 ), bootstrapArray[sampleIndex][kc24Nch05], nch);
0 commit comments