|
||||
File indexing completed on 2025-01-18 09:15:00
0001 #ifndef UTILITYAPPS_SRC_LINKDEF_H 0002 #define UTILITYAPPS_SRC_LINKDEF_H 0003 0004 //========================================================================== 0005 // AIDA Detector description implementation 0006 //-------------------------------------------------------------------------- 0007 // Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN) 0008 // All rights reserved. 0009 // 0010 // For the licensing terms see $DD4hepINSTALL/LICENSE. 0011 // For the list of contributors see $DD4hepINSTALL/doc/CREDITS. 0012 // 0013 //========================================================================== 0014 #ifdef __CINT__ 0015 0016 #pragma link off all globals; 0017 #pragma link off all classes; 0018 #pragma link off all functions; 0019 0020 0021 0022 #pragma link C++ class EvNavHandler ; 0023 0024 #endif 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |