DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
Tags.h
Go to the documentation of this file.
1 //==========================================================================
2 // AIDA Detector description implementation
3 //--------------------------------------------------------------------------
4 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
5 // All rights reserved.
6 //
7 // For the licensing terms see $DD4hepINSTALL/LICENSE.
8 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
9 //
10 // Author : M.Frank
11 //
12 //==========================================================================
13 #ifndef JSON_TAGS_H
14 #define JSON_TAGS_H
15 
16 #define DECLARE_UNICODE_TAG(x)
17 
18 // Framework include files
19 #include <JSON/Elements.h>
20 
21 // Helpers to access tags and attributes quickly without specifying explicitly namespaces
22 #define _dd4hep_Unicode_Item(a) #a
23 #define _U(a) #a
24 #define _Unicode(a) #a
25 
26 #endif // JSON_TAGS_H
Elements.h