ATLAS Offline Software
InnerDetector/InDetValidation/InDetTruthVertexValidation/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 
5 #ifndef INDETRUTHVERTEXVALIDATION_LINKDEF_H
6 #define INDETRUTHVERTEXVALIDATION_LINKDEF_H
7 
10 
11 #ifdef __CINT__
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 InDetVertexTruthMatchTool;
19 #pragma link C++ class InDetVertexTruthMatchUtils;
20 
21 #endif
22 
23 #endif
InDetVertexTruthMatchUtils.h
InDetVertexTruthMatchTool.h