ATLAS Offline Software
Loading...
Searching...
No Matches
errors/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
7using namespace std;
8
9#ifdef __MAKECINT__
10#pragma link C++ class vector<vector<float> > ;
11#pragma link C++ class vector<float> ;
12#endif
STL namespace.