Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-05 08:58:09

0001 
0002 #pragma once
0003 #include <JANA/Geometry/JGeometryManager.h>
0004 
0005 namespace jana::compatibility::jgeometrymanager {
0006 [[deprecated("Use JANA/Geometry/JGeometryManager.h instead")]]
0007 constexpr static int header_is_deprecated = 0;
0008 constexpr static int warn_about_header_deprecation = header_is_deprecated;
0009 }
0010 
0011