[back]
| Tuple |
This is so-called "ntuple" in PAW etc.
PAIDA can create nested tuple, chain any number of tuples
and project entries to a histogram with evaluation and filtering.
| AIDA(Java, C++) | PAIDA Interface | PAIDA(Python data type) |
| int | PTypes.Integer | int |
| short | PTypes.Short | |
| byte | PTypes.Byte | |
| long | PTypes.Long | long |
| double | PTypes.Double | float |
| float | PTypes.Float | |
| bool | PTypes.Boolean | bool |
| string | PTypes.String | str |
| char | PTypes.Character |
![]() |
[back]