@@ -341,10 +341,24 @@ struct FlowCumulantsUpc {
341341 fGFW ->AddRegion (" refP" , 0.4 , maxEta, 1 , 1 );
342342 fGFW ->AddRegion (" refM" , -0.4 , 0.4 , 1 , 1 );
343343 fGFW ->AddRegion (" poiN" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 2 );
344+ fGFW ->AddRegion (" poiN00" , minEta, 0 ., 1 + fPtAxis ->GetNbins (), 2 );
345+ fGFW ->AddRegion (" poiN02" , minEta, -0.1 , 1 + fPtAxis ->GetNbins (), 2 );
346+ fGFW ->AddRegion (" poiN04" , minEta, -0.2 , 1 + fPtAxis ->GetNbins (), 2 );
347+ fGFW ->AddRegion (" poiN06" , minEta, -0.3 , 1 + fPtAxis ->GetNbins (), 2 );
348+ fGFW ->AddRegion (" poiN08" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 2 );
344349 fGFW ->AddRegion (" poiN10" , minEta, -0.5 , 1 + fPtAxis ->GetNbins (), 2 );
350+ fGFW ->AddRegion (" poiN12" , minEta, -0.6 , 1 + fPtAxis ->GetNbins (), 2 );
351+ fGFW ->AddRegion (" poiN14" , minEta, -0.7 , 1 + fPtAxis ->GetNbins (), 2 );
345352 fGFW ->AddRegion (" poifull" , minEta, maxEta, 1 + fPtAxis ->GetNbins (), 2 );
346353 fGFW ->AddRegion (" olN" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 4 );
354+ fGFW ->AddRegion (" olN00" , minEta, 0 ., 1 + fPtAxis ->GetNbins (), 4 );
355+ fGFW ->AddRegion (" olN02" , minEta, -0.1 , 1 + fPtAxis ->GetNbins (), 4 );
356+ fGFW ->AddRegion (" olN04" , minEta, -0.2 , 1 + fPtAxis ->GetNbins (), 4 );
357+ fGFW ->AddRegion (" olN06" , minEta, -0.3 , 1 + fPtAxis ->GetNbins (), 4 );
358+ fGFW ->AddRegion (" olN08" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 4 );
347359 fGFW ->AddRegion (" olN10" , minEta, -0.5 , 1 + fPtAxis ->GetNbins (), 4 );
360+ fGFW ->AddRegion (" olN12" , minEta, -0.6 , 1 + fPtAxis ->GetNbins (), 4 );
361+ fGFW ->AddRegion (" olN14" , minEta, -0.7 , 1 + fPtAxis ->GetNbins (), 4 );
348362 fGFW ->AddRegion (" olfull" , minEta, maxEta, 1 + fPtAxis ->GetNbins (), 4 );
349363
350364 // eta region for MC, can be different from data to study the effect of acceptance
@@ -369,10 +383,24 @@ struct FlowCumulantsUpc {
369383 fGFWMC ->AddRegion (" refP" , 0.4 , maxEta, 1 , 1 );
370384 fGFWMC ->AddRegion (" refM" , -0.4 , 0.4 , 1 , 1 );
371385 fGFWMC ->AddRegion (" poiN" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 2 );
386+ fGFWMC ->AddRegion (" poiN00" , minEta, 0 ., 1 + fPtAxis ->GetNbins (), 2 );
387+ fGFWMC ->AddRegion (" poiN02" , minEta, -0.1 , 1 + fPtAxis ->GetNbins (), 2 );
388+ fGFWMC ->AddRegion (" poiN04" , minEta, -0.2 , 1 + fPtAxis ->GetNbins (), 2 );
389+ fGFWMC ->AddRegion (" poiN06" , minEta, -0.3 , 1 + fPtAxis ->GetNbins (), 2 );
390+ fGFWMC ->AddRegion (" poiN08" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 2 );
372391 fGFWMC ->AddRegion (" poiN10" , minEta, -0.5 , 1 + fPtAxis ->GetNbins (), 2 );
392+ fGFWMC ->AddRegion (" poiN12" , minEta, -0.6 , 1 + fPtAxis ->GetNbins (), 2 );
393+ fGFWMC ->AddRegion (" poiN14" , minEta, -0.7 , 1 + fPtAxis ->GetNbins (), 2 );
373394 fGFWMC ->AddRegion (" poifull" , minEta, maxEta, 1 + fPtAxis ->GetNbins (), 2 );
374395 fGFWMC ->AddRegion (" olN" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 4 );
396+ fGFWMC ->AddRegion (" olN00" , minEta, 0 ., 1 + fPtAxis ->GetNbins (), 4 );
397+ fGFWMC ->AddRegion (" olN02" , minEta, -0.1 , 1 + fPtAxis ->GetNbins (), 4 );
398+ fGFWMC ->AddRegion (" olN04" , minEta, -0.2 , 1 + fPtAxis ->GetNbins (), 4 );
399+ fGFWMC ->AddRegion (" olN06" , minEta, -0.3 , 1 + fPtAxis ->GetNbins (), 4 );
400+ fGFWMC ->AddRegion (" olN08" , minEta, -0.4 , 1 + fPtAxis ->GetNbins (), 4 );
375401 fGFWMC ->AddRegion (" olN10" , minEta, -0.5 , 1 + fPtAxis ->GetNbins (), 4 );
402+ fGFWMC ->AddRegion (" olN12" , minEta, -0.6 , 1 + fPtAxis ->GetNbins (), 4 );
403+ fGFWMC ->AddRegion (" olN14" , minEta, -0.7 , 1 + fPtAxis ->GetNbins (), 4 );
376404 fGFWMC ->AddRegion (" olfull" , minEta, maxEta, 1 + fPtAxis ->GetNbins (), 4 );
377405
378406 corrconfigs.push_back (fGFW ->GetCorrelatorConfig (" full {2 -2}" , " ChFull22" , kFALSE ));
0 commit comments