ATLAS Offline Software
InnerDetector/InDetRecTools/InDetSecVtxTruthMatchTool/Root/LinkDef.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef INDETRUTHSECVTXTRUTHMATCHTOOL_LINKDEF_H
6 #define INDETRUTHSECVTXTRUTHMATCHTOOL_LINKDEF_H
7 
9 
10 #ifdef __CINT__
11 
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 #pragma link C++ nestedclass;
16 
17 #pragma link C++ class InDetSecVtxTruthMatchTool;
18 
19 #endif
20 
21 #endif
InDetSecVtxTruthMatchTool.h