From bde29d0071846e2ce7433715958968dde4b56bd6 Mon Sep 17 00:00:00 2001 From: Thomas Madlener Date: Wed, 26 Jun 2024 17:30:23 +0200 Subject: [PATCH] Use unique bits for different types Co-authored-by: Leonhard Reichenbach --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index ada0f79ca..c303b41b6 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -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