EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
datamodel_includes_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// Datamodel includes compatibility header
5// For podio >= 1.3, use umbrella headers. For older versions, this includes
6// the Python-generated file.
7
8#pragma once
9
11
12#ifdef USE_MODERN_PODIO_GLUE
13// Use umbrella headers for modern podio
14#include "services/io/podio/datamodel_includes.h" // IWYU pragma: export
15#else
16// Legacy Python-generated includes
17#include "services/io/podio/datamodel_includes_legacy.h" // IWYU pragma: export
18#endif