Skip to content

Commit

Permalink
Make sure that bit numbers are different for tertiary vertices
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 23, 2024
1 parent 22e85d7 commit 3088e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ datatypes:
// Reserved bits for the type flagword\n
static constexpr int BITPrimaryVertex = 1;\n
static constexpr int BITSecondaryVertex = 2;\n
static constexpr int BITTertiaryVertex = 2;\n
static constexpr int BITTertiaryVertex = 3;\n
/// Check if this is a primary vertex\n
bool isPrimary() const { return utils::checkBit(getType(), BITPrimaryVertex); }\n
Expand Down

0 comments on commit 3088e4e

Please sign in to comment.