Skip to content

Commit

Permalink
Use unique bits for different types
Browse files Browse the repository at this point in the history
Co-authored-by: Leonhard Reichenbach <[email protected]>
  • Loading branch information
tmadlener and Zehvogel authored Jun 26, 2024
1 parent 0a4e537 commit bde29d0
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 @@ -571,7 +571,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 bde29d0

Please sign in to comment.