EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
datamodel_glue_compat.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2025 Wouter Deconinck
3
4#pragma once
5
7
8#ifdef USE_MODERN_PODIO_GLUE
9// Use modern C++ implementation with TypeLists
10#include "services/io/podio/datamodel_glue.h" // IWYU pragma: export
11#else
12// Use legacy Python-generated implementation
13// This file is generated by make_datamodel_glue.py at build time
14#include "services/io/podio/datamodel_glue_legacy.h" // IWYU pragma: export
15#endif