We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dc31f commit a5dea90Copy full SHA for a5dea90
PWGEM/PhotonMeson/Utils/EMPhoton.h
@@ -12,8 +12,8 @@
12
/// \class to store minimal photon info
13
/// \author daiki.sekihata@cern.ch
14
15
-#ifndef PWGEM_DILEPTON_UTILS_EMPHOTON_H_
16
-#define PWGEM_DILEPTON_UTILS_EMPHOTON_H_
+#ifndef PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_
+#define PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_
17
18
#include <Math/Vector4D.h> // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h)
19
#include <Math/Vector4Dfwd.h>
@@ -57,4 +57,4 @@ class EMPhoton
57
};
58
59
} // namespace o2::aod::pwgem::photonmeson::utils
60
-#endif // PWGEM_DILEPTON_UTILS_EMPHOTON_H_
+#endif // PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_
0 commit comments