Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:13:26

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 DDCAD_SRC_CADDICTIONARY_H
0014 #define DDCAD_SRC_CADDICTIONARY_H
0015 
0016 // Framework include files
0017 #include "DDCAD/InputReader.h"
0018 
0019 
0020 namespace { class CADDictionary {};   }
0021 
0022 // -------------------------------------------------------------------------
0023 // Regular dd4hep dictionaries
0024 // -------------------------------------------------------------------------
0025 #if defined(__CINT__) || defined(__MAKECINT__) || defined(__CLING__) || defined(__ROOTCLING__)
0026 #pragma link off all globals;
0027 #pragma link off all classes;
0028 #pragma link off all functions;
0029 
0030 #pragma link C++ namespace dd4hep;
0031 #pragma link C++ namespace dd4hep::cad;
0032 
0033 using namespace dd4hep;
0034 using namespace dd4hep::cad;
0035 
0036 #pragma link C++ class InputReader+;
0037 
0038 
0039 #endif
0040 
0041 #endif // DDCAD_SRC_CADDICTIONARY_H