We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e20dd7 commit a319b01Copy full SHA for a319b01
PWGEM/PhotonMeson/Core/EMPhotonEventCut.h
@@ -55,7 +55,7 @@ class EMPhotonEventCut : public TNamed
55
template <typename T>
56
bool IsSelected(T const& collision) const
57
{
58
- if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) {
+ if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) {
59
return false;
60
}
61
if (mRequireFT0AND && !IsSelected(collision, EMPhotonEventCuts::kFT0AND)) {
0 commit comments