Skip to content

Commit a6fa6b0

Browse files
authored
Merge pull request #81 from alibuild/alibot-cleanup-15108
Please consider the following formatting changes to #15108
2 parents 4e20dd7 + a319b01 commit a6fa6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Core/EMPhotonEventCut.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class EMPhotonEventCut : public TNamed
5555
template <typename T>
5656
bool IsSelected(T const& collision) const
5757
{
58-
if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) {
58+
if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) {
5959
return false;
6060
}
6161
if (mRequireFT0AND && !IsSelected(collision, EMPhotonEventCuts::kFT0AND)) {

0 commit comments

Comments
 (0)