DD4hep  1.28.0
Detector Description Toolkit for High Energy Physics
ConditionTypes.h
Go to the documentation of this file.
1 #ifndef DD4HEP_CONDITIONTYPES_H
2 #define DD4HEP_CONDITIONTYPES_H
3 
4 //==========================================================================
5 // AIDA Detector description implementation
6 //--------------------------------------------------------------------------
7 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
8 // All rights reserved.
9 //
10 // For the licensing terms see $DD4hepINSTALL/LICENSE.
11 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS.
12 //
13 // Author : M.Frank
14 //
15 //==========================================================================
16 
17 #define DD4HEP_INSTANTIATE_GRAMMAR_TYPE(x) \
18 namespace dd4hep {template<> const BasicGrammar& BasicGrammar::instance<x>() { static Grammar<x> s; return s;}}
19 
20 #endif