Skip to content

Commit

Permalink
Make the event number 64 bits and unsigned
Browse files Browse the repository at this point in the history
Likely to run into issues with the range of 32 bit integers and the
exepected event numbers. LHC is going beyond 32 bit range already in
long runs.
  • Loading branch information
tmadlener committed Jan 7, 2025
1 parent 285a6f0 commit 459ff94
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 @@ -243,7 +243,7 @@ datatypes:
Description: "Event Header. Additional parameters are assumed to go into the metadata tree."
Author: "EDM4hep authors"
Members:
- int32_t eventNumber // event number
- uint64_t eventNumber // event number
- int32_t runNumber // run number
- uint64_t timeStamp // time stamp
- double weight // event weight
Expand Down

0 comments on commit 459ff94

Please sign in to comment.