From c700cbd3390a2643b1b0c4ea5664f11434381c8f Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Tue, 14 Nov 2023 14:33:09 +0100 Subject: [PATCH] Change EventHeader to EventHeaderName --- include/edm4hep/Constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/edm4hep/Constants.h b/include/edm4hep/Constants.h index 7734cdd8a..e82e7bee7 100644 --- a/include/edm4hep/Constants.h +++ b/include/edm4hep/Constants.h @@ -21,7 +21,7 @@ namespace edm4hep { static constexpr const char* CellIDEncoding = "CellIDEncoding"; -static constexpr const char* EventHeader = "EventHeader"; +static constexpr const char* EventHeaderName = "EventHeader"; } // namespace edm4hep #endif // EDM4HEP_CONSTANTS_H