Skip to content

Commit

Permalink
Make the run number unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jan 29, 2025
1 parent 216b4d8 commit ce7a657
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 @@ -223,7 +223,7 @@ datatypes:
Author: "EDM4hep authors"
Members:
- uint64_t eventNumber // event number
- int32_t runNumber // run number
- uint32_t runNumber // run number
- uint64_t timeStamp // time stamp
- double weight // event weight
VectorMembers:
Expand Down

0 comments on commit ce7a657

Please sign in to comment.