# Systematics v4 (0705: change in mult bin def: nChargedParticleHP) ## beam - Onres: | $\rm N_{\rm trk}^{\rm Offline}$ | $\Delta\phi$ bin width | B00 extrapolation | Long range scaling | Tracking efficiency | Event selection | MC reweight | Mix corr | p.p. sel | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [0,6) | 0.0605 | 0.0208 | 0.0198 | 0.3512 | 0.8799 | -0.0160 | 0.0000 | -0.6700 | | [6,10) | 0.0238 | 0.0077 | 0.0097 | 0.3512 | 0.2536 | -0.0224 | 0.0000 | -0.2536 | | [10,12) | 0.0049 | 0.0181 | 0.0300 | 0.3511 | -0.0012 | -0.0048 | 0.0000 | -0.0187 | | [12,14) | 0.0252 | 0.0077 | 0.0140 | 0.3512 | 0.0000 | 0.0389 | 0.0000 | 0.0417 | | [14,16) | 0.0236 | 0.0241 | 0.0461 | 0.3529 | 0.0000 | 0.0823 | 0.0000 | 0.9903 | | [14,999) | 0.0223 | 0.0235 | 0.0449 | 0.3530 | 0.0000 | 0.0832 | 0.0000 | 1.0160 | | [12,999) | 0.0249 | 0.0073 | 0.0134 | 0.3514 | 0.0000 | 0.0425 | 0.0000 | 0.1097 | ```cpp double binWidthPhiUncertBeamOnres[nMultBins] = { 0.0605 , 0.0238 , 0.0049 , 0.0252 , 0.0236 , 0.0223 , 0.0249 }; double b00UncertBeamOnres[nMultBins] = { 0.0208 , 0.0077 , 0.0181 , 0.0077 , 0.0241 , 0.0235 , 0.0073 }; double LongRangeUncertBeamOnres[nMultBins] = { 0.0198 , 0.0097 , 0.0300 , 0.0140 , 0.0461 , 0.0449 , 0.0134 }; double trkUncertBeamOnres[nMultBins] = { 0.3512 , 0.3512 , 0.3511 , 0.3512 , 0.3529 , 0.3530 , 0.3514 }; double evtSelUncertBeamOnres[nMultBins] = { 0.8799 , 0.2536 , 0.0012 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double mcReweightUncertBeamOnres[nMultBins] = { 0.0160 , 0.0224 , 0.0048 , 0.0389 , 0.0823 , 0.0832 , 0.0425 }; double mixCorrUncertBeamOnres[nMultBins] = { 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double ppSelUncertBeamOnres[nMultBins] = { 0.6700 , 0.2536 , 0.0187 , 0.0417 , 0.9903 , 1.0160 , 0.1097 }; ``` - Conti: | $\rm N_{\rm trk}^{\rm Offline}$ | $\Delta\phi$ bin width | B00 extrapolation | Long range scaling | Tracking efficiency | Event selection | MC reweight | Mix corr | p.p. sel | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [0,6) | 0.0010 | 0.0243 | 0.0213 | 0.3512 | 1.0671 | 0.0226 | 0.0000 | -0.6158 | | [6,10) | 0.0073 | 0.0096 | 0.0114 | 0.3512 | 0.3830 | 0.0141 | 0.0000 | -0.4238 | | [10,12) | 0.0041 | 0.0254 | 0.0432 | 0.3512 | 0.0005 | 0.0338 | 0.0000 | -0.3036 | | [12,14) | 0.0186 | 0.0391 | 0.0752 | 0.3522 | 0.0000 | 0.0428 | 0.0000 | 0.3888 | | [14,16) | -0.0231 | 0.1405 | 0.3132 | 0.3485 | 0.0000 | -0.2195 | 0.0000 | 5.3645 | | [14,999) | -0.0178 | 0.1378 | 0.3046 | 0.3491 | 0.0000 | -0.1967 | 0.0000 | 6.2657 | | [12,999) | 0.0204 | 0.0376 | 0.0729 | 0.3521 | 0.0000 | 0.0284 | 0.0000 | 0.6837 | ```cpp double binWidthPhiUncertBeamConti[nMultBins] = { 0.0010 , 0.0073 , 0.0041 , 0.0186 , 0.0231 , 0.0178 , 0.0204 }; double b00UncertBeamConti[nMultBins] = { 0.0243 , 0.0096 , 0.0254 , 0.0391 , 0.1405 , 0.1378 , 0.0376 }; double LongRangeUncertBeamConti[nMultBins] = { 0.0213 , 0.0114 , 0.0432 , 0.0752 , 0.3132 , 0.3046 , 0.0729 }; double trkUncertBeamConti[nMultBins] = { 0.3512 , 0.3512 , 0.3512 , 0.3522 , 0.3485 , 0.3491 , 0.3521 }; double evtSelUncertBeamConti[nMultBins] = { 1.0671 , 0.3830 , 0.0005 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double mcReweightUncertBeamConti[nMultBins] = { 0.0226 , 0.0141 , 0.0338 , 0.0428 , 0.2195 , 0.1967 , 0.0284 }; double mixCorrUncertBeamConti[nMultBins] = { 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double ppSelUncertBeamConti[nMultBins] = { 0.6158 , 0.4238 , 0.3036 , 0.3888 , 5.3645 , 6.2657 , 0.6837 }; ``` ## thrust - Onres: | $\rm N_{\rm trk}^{\rm Offline}$ | $\Delta\phi$ bin width | B00 extrapolation | Long range scaling | Tracking efficiency | Event selection | MC reweight | Mix corr | p.p. sel | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [0,6) | -0.0074 | 0.0338 | 0.0000 | 0.3512 | -0.0591 | -0.0347 | -0.1286 | -0.1750 | | [6,10) | 0.0379 | 0.0124 | 0.0000 | 0.3512 | 0.0674 | -0.0310 | -0.0024 | 0.0332 | | [10,12) | 0.0469 | 0.0260 | 0.0000 | 0.3512 | -0.0615 | -0.0117 | 0.0430 | 0.2676 | | [12,14) | 0.0213 | 0.0104 | 0.0000 | 0.3512 | 0.0210 | 0.0347 | 0.0206 | 0.4680 | | [14,16) | 0.0095 | 0.0317 | 0.0000 | 0.3512 | -1.3825 | 0.0581 | 0.3574 | -0.1619 | | [14,999) | 0.0108 | 0.0309 | 0.0000 | 0.3512 | -1.1323 | 0.0582 | 0.4457 | 0.1195 | | [12,999) | 0.0205 | 0.0099 | 0.0000 | 0.3512 | -0.0663 | 0.0367 | 0.0525 | 0.4506 | ```cpp double binWidthPhiUncertThrustOnres[nMultBins] = { 0.0074 , 0.0379 , 0.0469 , 0.0213 , 0.0095 , 0.0108 , 0.0205 }; double b00UncertThrustOnres[nMultBins] = { 0.0338 , 0.0124 , 0.0260 , 0.0104 , 0.0317 , 0.0309 , 0.0099 }; double LongRangeUncertThrustOnres[nMultBins] = { 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double trkUncertThrustOnres[nMultBins] = { 0.3512 , 0.3512 , 0.3512 , 0.3512 , 0.3512 , 0.3512 , 0.3512 }; double evtSelUncertThrustOnres[nMultBins] = { 0.0591 , 0.0674 , 0.0615 , 0.0210 , 1.3825 , 1.1323 , 0.0663 }; double mcReweightUncertThrustOnres[nMultBins] = { 0.0347 , 0.0310 , 0.0117 , 0.0347 , 0.0581 , 0.0582 , 0.0367 }; double mixCorrUncertThrustOnres[nMultBins] = { 0.1286 , 0.0024 , 0.0430 , 0.0206 , 0.3574 , 0.4457 , 0.0525 }; double ppSelUncertThrustOnres[nMultBins] = { 0.1750 , 0.0332 , 0.2676 , 0.4680 , 0.1619 , 0.1195 , 0.4506 }; ``` - Conti: | $\rm N_{\rm trk}^{\rm Offline}$ | $\Delta\phi$ bin width | B00 extrapolation | Long range scaling | Tracking efficiency | Event selection | MC reweight | Mix corr | p.p. sel | | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | | [0,6) | 0.0708 | 0.0432 | 0.0000 | 0.3512 | -0.0515 | 0.0065 | -0.2578 | -0.0951 | | [6,10) | 0.0476 | 0.0176 | 0.0000 | 0.3512 | 0.0444 | 0.0044 | -0.1562 | -0.1483 | | [10,12) | 0.0611 | 0.0435 | 0.0000 | 0.3512 | -0.2588 | 0.0160 | -0.0294 | 0.0062 | | [12,14) | -0.0286 | 0.0629 | 0.0000 | 0.3511 | -1.3218 | 0.0247 | 0.0940 | -0.7100 | | [14,16) | -0.1626 | 0.2150 | 0.0000 | 0.3497 | 0.1040 | -0.1092 | 0.5523 | 3.6786 | | [14,999) | -0.2262 | 0.2122 | 0.0000 | 0.3497 | -0.1494 | -0.1203 | 0.2457 | 3.8147 | | [12,999) | -0.0422 | 0.0603 | 0.0000 | 0.3510 | -1.2393 | 0.0144 | 0.1004 | -0.3991 | ```cpp double binWidthPhiUncertThrustConti[nMultBins] = { 0.0708 , 0.0476 , 0.0611 , 0.0286 , 0.1626 , 0.2262 , 0.0422 }; double b00UncertThrustConti[nMultBins] = { 0.0432 , 0.0176 , 0.0435 , 0.0629 , 0.2150 , 0.2122 , 0.0603 }; double LongRangeUncertThrustConti[nMultBins] = { 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 , 0.0000 }; double trkUncertThrustConti[nMultBins] = { 0.3512 , 0.3512 , 0.3512 , 0.3511 , 0.3497 , 0.3497 , 0.3510 }; double evtSelUncertThrustConti[nMultBins] = { 0.0515 , 0.0444 , 0.2588 , 1.3218 , 0.1040 , 0.1494 , 1.2393 }; double mcReweightUncertThrustConti[nMultBins] = { 0.0065 , 0.0044 , 0.0160 , 0.0247 , 0.1092 , 0.1203 , 0.0144 }; double mixCorrUncertThrustConti[nMultBins] = { 0.2578 , 0.1562 , 0.0294 , 0.0940 , 0.5523 , 0.2457 , 0.1004 }; double ppSelUncertThrustConti[nMultBins] = { 0.0951 , 0.1483 , 0.0062 , 0.7100 , 3.6786 , 3.8147 , 0.3991 }; ```