diff --git a/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h b/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h index 7af580d610c..1121a6fd922 100644 --- a/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h +++ b/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h @@ -55,7 +55,7 @@ class EMPhotonEventCut : public TNamed template bool IsSelected(T const& collision) const { - if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) { + if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) { return false; } if (mRequireFT0AND && !IsSelected(collision, EMPhotonEventCuts::kFT0AND)) {