Skip to content

Commit a5dea90

Browse files
authored
Update header guards in EMPhoton.h
1 parent 03dc31f commit a5dea90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGEM/PhotonMeson/Utils/EMPhoton.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
/// \class to store minimal photon info
1313
/// \author daiki.sekihata@cern.ch
1414

15-
#ifndef PWGEM_DILEPTON_UTILS_EMPHOTON_H_
16-
#define PWGEM_DILEPTON_UTILS_EMPHOTON_H_
15+
#ifndef PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_
16+
#define PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_
1717

1818
#include <Math/Vector4D.h> // IWYU pragma: keep (do not replace with Math/Vector4Dfwd.h)
1919
#include <Math/Vector4Dfwd.h>
@@ -57,4 +57,4 @@ class EMPhoton
5757
};
5858

5959
} // namespace o2::aod::pwgem::photonmeson::utils
60-
#endif // PWGEM_DILEPTON_UTILS_EMPHOTON_H_
60+
#endif // PWGEM_PHOTONMESON_UTILS_EMPHOTON_H_

0 commit comments

Comments
 (0)