Skip to content

Commit

Permalink
PWGEM/PhotonMeson: minor fix to nocut in DalitzEECut
Browse files Browse the repository at this point in the history
  • Loading branch information
dsekihat committed Mar 12, 2024
1 parent be5f6fe commit fe5b092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PWGEM/PhotonMeson/Core/CutsLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fe5b092

Please sign in to comment.