@@ -197,12 +197,12 @@ struct ThreeParticleCorrelations {
197197 rQARegistry.add (" hBetaKaon" , " hBetaKaon" , {HistType::kTH2D , {{56 , 0.2 , 3.0 }, {70 , 0.4 , 1.1 }}});
198198 rQARegistry.add (" hBetaProton" , " hBetaProton" , {HistType::kTH2D , {{56 , 0.2 , 3.0 }, {70 , 0.4 , 1.1 }}});
199199
200- rQARegistry.add (" hTPCPion" , " hTPCPion" , {HistType::kTH2D , {{trackPtAxis}, {241 , -6 , 6 }}});
201- rQARegistry.add (" hTPCKaon" , " hTPCKaon" , {HistType::kTH2D , {{trackPtAxis}, {241 , -6 , 6 }}});
202- rQARegistry.add (" hTPCProton" , " hTPCProton" , {HistType::kTH2D , {{trackPtAxis}, {241 , -6 , 6 }}});
203- rQARegistry.add (" hTOFPion" , " hTOFPion" , {HistType::kTH2D , {{trackPtAxis}, {1000 , -50 , 50 }}});
204- rQARegistry.add (" hTOFKaon" , " hTOFKaon" , {HistType::kTH2D , {{trackPtAxis}, {1000 , -50 , 50 }}});
205- rQARegistry.add (" hTOFProton" , " hTOFProton" , {HistType::kTH2D , {{trackPtAxis}, {1000 , -50 , 50 }}});
200+ rQARegistry.add (" hTPCPion" , " hTPCPion" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
201+ rQARegistry.add (" hTPCKaon" , " hTPCKaon" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
202+ rQARegistry.add (" hTPCProton" , " hTPCProton" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
203+ rQARegistry.add (" hTOFPion" , " hTOFPion" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
204+ rQARegistry.add (" hTOFKaon" , " hTOFKaon" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
205+ rQARegistry.add (" hTOFProton" , " hTOFProton" , {HistType::kTH2D , {{trackPtAxis}, {1001 , -50.05 , 50.05 }}});
206206
207207 rQARegistry.add (" hInvMassLambda" , " hInvMassLambda" , {HistType::kTH3D , {{lambdaInvMassAxis}, {v0PtAxis}, {centralityAxis}}});
208208 rQARegistry.add (" hInvMassAntiLambda" , " hInvMassAntiLambda" , {HistType::kTH3D , {{lambdaInvMassAxis}, {v0PtAxis}, {centralityAxis}}});
0 commit comments