ATLAS Offline Software
MooVecVecFloat.h
Go to the documentation of this file.
1 // Solution by Wim Lavrijsen to handle matrices in ROOT
2 // see https://hypernews.cern.ch/HyperNews/Atlas/get/Prelimbugs/731/2.html
3 //
4 #include <vector>
5 
6 #ifdef __MAKECINT__
7 #pragma link C++ class std::vector< std::vector< float > >;
8 #endif
9 
10 template class vector< vector< float > >;
11 
vector
Definition: MultiHisto.h:13