ATLAS Offline Software
PhysicsAnalysis/D3PDTools/EventLoopGrid/Root/LinkDef.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifdef __CINT__
6 
7 #pragma link off all globals;
8 #pragma link off all classes;
9 #pragma link off all functions;
10 #pragma link C++ nestedclass;
11 
12 #pragma link C++ namespace EL;
13 
14 #pragma link C++ class EL::PrunDriver+;
15 #pragma link C++ function EL::getRootCoreConfig ();
16 
17 #endif