Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-03-28 08:19:08

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2025 Wouter Deconinck
0003 
0004 #pragma once
0005 
0006 // Note that the JANA version components are defined by the build system,
0007 // since they are not available for use in preprocessor directives when included
0008 // from JANA/JVersion.h.
0009 
0010 // Use modern implementation for JANA2 >= 2.4.3
0011 #if (JANA_VERSION_MAJOR > 2) || (JANA_VERSION_MAJOR == 2 && JANA_VERSION_MINOR > 4) ||             \
0012     (JANA_VERSION_MAJOR == 2 && JANA_VERSION_MINOR == 4 && JANA_VERSION_PATCH >= 3)
0013 #define USE_MODERN_PODIO_GLUE 1
0014 #endif