[PWGLF] Apply missing cuts before filling dE/dx vs momentum histograms#16848
Conversation
|
Error while checking build/O2Physics/code-check for b2d848f at 2026-07-02 14:12: Full log here. |
|
Error while checking build/O2Physics/code-check for 2a04ed9 at 2026-07-03 22:25: Full log here. |
|
Error while checking build/O2Physics/staging for c71eeb1 at 2026-07-04 00:14: Full log here. |
|
Error while checking build/O2Physics/o2 for c71eeb1 at 2026-07-04 00:15: Full log here. |
|
Error while checking build/O2Physics/code-check for c71eeb1 at 2026-07-04 00:17: Full log here. |
|
Error while checking build/O2Physics/code-check for 0d40c51 at 2026-07-04 06:42: Full log here. |
|
Error while checking build/O2Physics/code-check for be80958 at 2026-07-04 07:24: Full log here. |
|
Error while checking build/O2Physics/staging for 80215e9 at 2026-07-04 07:27: Full log here. |
|
Error while checking build/O2Physics/code-check for 80215e9 at 2026-07-04 07:35: Full log here. |
|
Error while checking build/O2Physics/code-check for a4aae33 at 2026-07-04 08:22: Full log here. |
-multiplicityPt.cxx:
The dE/dx vs. momentum histograms were being filled before the required track selection cuts. The filling order has been corrected so that only tracks passing all cuts contribute to the histograms. As well as, the unused CentClasses member was deleted.
-dedxPidAnalysis.cxx:
The fphiCutLow/fphiCutHigh arguments from passedPhiCutPri and passedPhiCutSecondaries were removed and struct members were used directly instead.