|
|
|||
File indexing completed on 2026-03-28 07:48:28
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2025 Wouter Deconinck 0003 // 0004 // Datamodel includes compatibility header 0005 // For podio >= 1.3, use umbrella headers. For older versions, this includes 0006 // the Python-generated file. 0007 0008 #pragma once 0009 0010 #include "services/io/podio/datamodel_select_compat.h" 0011 0012 #ifdef USE_MODERN_PODIO_GLUE 0013 // Use umbrella headers for modern podio 0014 #include "services/io/podio/datamodel_includes.h" // IWYU pragma: export 0015 #else 0016 // Legacy Python-generated includes 0017 #include "services/io/podio/datamodel_includes_legacy.h" // IWYU pragma: export 0018 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|