ATLAS Offline Software
InnerDetector/InDetCalibAlgs/PixelCalibAlgs/NNClusteringCalibration_RunI/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 
11 #pragma link C++ class TNeuralDataSet;
12 #pragma link C++ class TJetNet;
13 #pragma link C++ class TTrainedNetwork;
14 
15 #endif