vector<UShort_t>

Hello Rooters

With ROOT 5.26 on Fedora core11 32bits

root [0] vector toto
root [1] vector<Int_t> tito
root [2] vector tutu
root [3] vector<UShort_t> titu
Error: Symbol vector<UShort_t> titu is not defined in current scope (tmpfile):1:
*** Interpreter error recovered ***

why a error with vector<UShort_t> ?

Thanks for your help

L

This may help (post from this month):

root.cern.ch/phpBB2/viewtopic.ph … 7cf6af3d65

Hi,

You need to execute #include :root [] #include <vector> root [] vector<UShort_t> tt;

Cheers,
Philippe.