DD4hep  1.30.0
Detector Description Toolkit for High Energy Physics
LinkDef.h
Go to the documentation of this file.
1 #ifndef UTILITYAPPS_SRC_LINKDEF_H
2 #define UTILITYAPPS_SRC_LINKDEF_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 //==========================================================================
14 #ifdef __CINT__
15 
16 #pragma link off all globals;
17 #pragma link off all classes;
18 #pragma link off all functions;
19 
20 
21 
22 #pragma link C++ class EvNavHandler ;
23 
24 #endif
25 
26 #endif