Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 10:19:16

0001 //==========================================================================
0002 //  AIDA Detector description implementation 
0003 //--------------------------------------------------------------------------
0004 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
0005 // All rights reserved.
0006 //
0007 // For the licensing terms see $DD4hepINSTALL/LICENSE.
0008 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
0009 //
0010 // Author     : M.Frank
0011 //
0012 //==========================================================================
0013 #ifndef JSON_TAGS_H
0014 #define JSON_TAGS_H
0015 
0016 #define DECLARE_UNICODE_TAG(x)  
0017 
0018 // Framework include files
0019 #include <JSON/Elements.h>
0020 
0021 // Helpers to access tags and attributes quickly without specifying explicitly namespaces
0022 #define _dd4hep_Unicode_Item(a) #a
0023 #define _U(a) #a
0024 #define _Unicode(a) #a
0025 
0026 #endif // JSON_TAGS_H