We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e20dd7 + a319b01 commit a6fa6b0Copy full SHA for a6fa6b0
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