Skip to content

Dictionary for the xAOD::EventFormat Typedef, main branch (2024.09.17.)

Added a dictionary for the xAOD::EventFormat typedef. As noticed by @nkrogh and @mads, currently ROOT doesn't understand what we mean with the xAOD::EventFormat type. (It only understands the concrete xAOD::EventFormat_v1 type.)

This fixes it, so that:

[bash][atspot01]:xaod > root -b
   ------------------------------------------------------------------
  | Welcome to ROOT 6.32.02                        https://root.cern |
  | (c) 1995-2024, The ROOT Team; conception: R. Brun, F. Rademakers |
  | Built for linuxx8664gcc on Jun 19 2024, 05:05:49                 |
  | From heads/master@tags/v6-32-02                                  |
  | With g++ (GCC) 13.1.0                                            |
  | Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q'  |
   ------------------------------------------------------------------

root [0] xAOD::EventFormat ef;
root [1]

Merge request reports