Skip to content

Commit

Permalink
Add EventHeader constant (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel authored Nov 14, 2023
1 parent c28f1b9 commit 153eabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/edm4hep/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

namespace edm4hep {
static constexpr const char* CellIDEncoding = "CellIDEncoding";
}
static constexpr const char* EventHeader = "EventHeader";
} // namespace edm4hep

#endif // EDM4HEP_CONSTANTS_H

0 comments on commit 153eabf

Please sign in to comment.