MakeClass and std::

hi,
If i use TTree::MakeClass(), how can i tell ROOT to explicitely set the std:: namespace, given that my TTree contains std::vector, etc… variables?
i can of course edit the .h and .C generated files and type using namespace std;
thanks for your help, nabil.

Hi Nabil,

This currently the only way (if you will compile those file).

Cheers,
Philippe.

hello,

although it’s 12 years ago but I’m wondering if it’s changed?