Skip to content

Commit e7044bf

Browse files
committed
Please consider the following formatting changes
1 parent 82b870e commit e7044bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

PWGEM/PhotonMeson/Utils/PairUtilities.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,12 @@
1818
#include <TVector2.h>
1919
#include <cmath>
2020

21-
2221
namespace o2::aod::pwgem::photonmeson::utils::pairutil
2322
{
2423
enum class PhotonPrefilterBitDerived : int {
2524
kPhotonFromPi0Default = 0, // photon from pi0, default
26-
kPhotonFromPi0Loose = 1, // photon from pi0, loose
27-
kPhotonFromPi0Tight = 2, // photon from pi0, tight
25+
kPhotonFromPi0Loose = 1, // photon from pi0, loose
26+
kPhotonFromPi0Tight = 2, // photon from pi0, tight
2827
};
2928
} // namespace o2::aod::pwgem::photonmeson::utils::pairutil
3029
namespace o2::aod::pwgem::photonmeson::photonpair

0 commit comments

Comments
 (0)