We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b870e commit e7044bfCopy full SHA for e7044bf
PWGEM/PhotonMeson/Utils/PairUtilities.h
@@ -18,13 +18,12 @@
18
#include <TVector2.h>
19
#include <cmath>
20
21
-
22
namespace o2::aod::pwgem::photonmeson::utils::pairutil
23
{
24
enum class PhotonPrefilterBitDerived : int {
25
kPhotonFromPi0Default = 0, // photon from pi0, default
26
- kPhotonFromPi0Loose = 1, // photon from pi0, loose
27
- kPhotonFromPi0Tight = 2, // photon from pi0, tight
+ kPhotonFromPi0Loose = 1, // photon from pi0, loose
+ kPhotonFromPi0Tight = 2, // photon from pi0, tight
28
};
29
} // namespace o2::aod::pwgem::photonmeson::utils::pairutil
30
namespace o2::aod::pwgem::photonmeson::photonpair
0 commit comments