Vector Problems

Pasha Murat (murat@cdfsga.fnal.gov)
Thu, 22 Jan 1998 19:41:04 GMT


TVector class does not have a consructor with the parameters
you supplied it with. YOu may want to use different constructor,
see $ROOTSYS/include/TVector.h for details.

Regards, Pasha.
--------------------------------------------------------------------------------
Andy Haas writes:
> I'm running Root version 1.03/09 on NT and the vector/matrix package
> doesn't seem to be working. For instance:
>
> TVector foo(1,3,"END");
>
> gives:
>
> Error: No symbol TVectorfoo(1,3,"END") in current scope.
>
> Also, the test programs failed to compile. It feels like the Matrix
> classes aren't there at all, but I checked in the "include" directory
> and they were there.
>
> Cheers, Andy.