Skip to content

Commit

Permalink
ParticleTypes should use their PDG values
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Feb 10, 2024
1 parent 2853714 commit a7d107c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace LI {
namespace dataclasses {

enum class ParticleType : int32_t {
#define X(a, b) a,
#define X(a, b) a = b,
#include "LeptonInjector/dataclasses/ParticleTypes.def"
#undef X
};
Expand Down

0 comments on commit a7d107c

Please sign in to comment.