From fe5b092657dde84d30f8cb4f1a1035963d003f22 Mon Sep 17 00:00:00 2001 From: Daiki Sekihata Date: Tue, 12 Mar 2024 15:10:15 +0900 Subject: [PATCH] PWGEM/PhotonMeson: minor fix to nocut in DalitzEECut --- PWGEM/PhotonMeson/Core/CutsLibrary.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PWGEM/PhotonMeson/Core/CutsLibrary.cxx b/PWGEM/PhotonMeson/Core/CutsLibrary.cxx index 23fcac39cc9..0dc0f588cc1 100644 --- a/PWGEM/PhotonMeson/Core/CutsLibrary.cxx +++ b/PWGEM/PhotonMeson/Core/CutsLibrary.cxx @@ -414,6 +414,8 @@ DalitzEECut* o2::aod::pwgem::photon::dalitzeecuts::GetCut(const char* cutName) // for pair cut->SetMeeRange(0, 1e+10); cut->SetMaxPhivPairMeeDep([](float mee) { return (mee - -0.028) / 0.0185; }); + cut->ApplyPhiV(false); + cut->ApplyPrefilter(false); // for track cuts cut->SetMinNCrossedRowsTPC(100);