EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
datamodel_select_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
6// Note that the JANA version components are defined by the build system,
7// since they are not available for use in preprocessor directives when included
8// from JANA/JVersion.h.
9
10// Use modern implementation for JANA2 >= 2.4.3
11#if (JANA_VERSION_MAJOR > 2) || (JANA_VERSION_MAJOR == 2 && JANA_VERSION_MINOR > 4) || \
12 (JANA_VERSION_MAJOR == 2 && JANA_VERSION_MINOR == 4 && JANA_VERSION_PATCH >= 3)
13#define USE_MODERN_PODIO_GLUE 1
14#endif