Skip to content

Commit

Permalink
Add possibility of using components to user data doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 5, 2023
1 parent a2b361e commit 290d949
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/userdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ fundamental types
- fixed width integers: `intN_t` and `uintN_t`, with `N={8, 16, 32, 64}`
- `float` and `double`

Additionally, any `component` that is part of a podio generated EDM can be
stored in a `UserDataCollection`.

Trying to store different types in a `UserDataCollection` will lead to a
compilation error. Note that the usual integer types might be the same as the
fixed width version on some platforms. However, the equivalences of different
Expand Down

0 comments on commit 290d949

Please sign in to comment.