ROOT
6.06/08
Reference Guide
core
metautils
src
valarrayLinkdef.h
Go to the documentation of this file.
1
#include <valarray>
2
#ifndef __hpux
3
using namespace
std
;
4
#endif
5
6
#pragma create TClass valarray<int>;
7
#pragma create TClass valarray<long>;
8
#pragma create TClass valarray<float>;
9
#pragma create TClass valarray<double>;
std
STL namespace.