From 994ac2647461a890d9c4c018a4a4b71e96e43ca3 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko <34742917+kjvbrt@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:14:12 -0700 Subject: [PATCH] Adding metadata name for event filter statistics (#283) --- include/edm4hep/Constants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/edm4hep/Constants.h b/include/edm4hep/Constants.h index d75959942..48020809c 100644 --- a/include/edm4hep/Constants.h +++ b/include/edm4hep/Constants.h @@ -26,6 +26,7 @@ static constexpr const char* CellIDEncoding = "CellIDEncoding"; static constexpr const char* EventHeaderName = "EventHeader"; static constexpr const char* EventWeights = "EventWeightNames"; static constexpr const char* shapeParameterNames = "shapeParameterNames"; +static constexpr const char* EventFilterStats = "EventFilterStats"; // Use 16 bits to encode the dimension // Could go to 8 bits, but would need a fix in podio first