Skip to content

Commit

Permalink
Make existing weight a double as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener authored Feb 13, 2024
1 parent dd0cb22 commit 07af81d
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 @@ -152,7 +152,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 07af81d

Please sign in to comment.