Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:14:31

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 //==========================================================================
0011 #ifndef PARSERS_SPIRIT_USEDPARSER_H
0012 #define PARSERS_SPIRIT_USEDPARSER_H
0013 
0014 #include "Parsers/config.h"
0015 
0016 #if defined(DD4HEP_PARSER_HEADER)
0017 // This is the case, if the parsers are externalized
0018 // and the DD4hep namespace is renamed!
0019 #include DD4HEP_PARSER_HEADER
0020 
0021 #else
0022 
0023 // Standard DD4hep parser handling
0024 #include "Parsers/Parsers.h"
0025 
0026 #endif
0027 
0028 #endif // PARSERS_SPIRIT_USEDPARSER_H