ATLAS Offline Software
trainNN_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 #include <vector>
6 
7 using namespace std;
8 
9 #ifdef __MAKECINT__
10 #pragma link C++ class vector<vector<float> > ;
11 #pragma link C++ class vector<float> ;
12 #endif