ATLAS Offline Software
PhysicsAnalysis/TopPhys/xAOD/TopEventSelectionTools/Root/LinkDef.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3  */
4 
7 
8 #ifdef __CINT__
9 
10 #pragma extra_include "TopEventSelectionTools/ToolLoaderBase.h";
11 #pragma extra_include "TopEventSelectionTools/TopEventSelectionToolsLoader.h";
12 
13 #pragma link off all globals;
14 #pragma link off all classes;
15 #pragma link off all functions;
16 #pragma link C++ nestedclass;
17 
18 #pragma link C++ class top::ToolLoaderBase+;
19 #pragma link C++ class top::TopEventSelectionToolsLoader+;
20 
21 #endif
TopEventSelectionToolsLoader.h
ToolLoaderBase.h