Skip to content

Commit

Permalink
Make nominal weight a double as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Jan 23, 2024
1 parent 25a27b4 commit 45c9403
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 @@ -149,7 +149,7 @@ datatypes:
- int32_t eventNumber //event number
- int32_t runNumber //run number
- uint64_t timeStamp //time stamp
- float weight // event weight
- double weight // event weight
VectorMembers:
- double weights // event weights in case there are multiple. **NOTE that weights[0] might not be the same as weight!** Event weight names should be stored using the edm4hep::EventWeights name in the file level metadata.

Expand Down

0 comments on commit 45c9403

Please sign in to comment.