Re: very basic question from newbie
Rene Brun (Rene.Brun@cern.ch)
Wed, 18 Feb 1998 14:29:24 +0100
rene Scholte wrote:
>
> hello,
>
> i have a very basic question, please bear with me, because i'm new to this
> mailinglist.
>
> What headerfile(s) do i have to include to be able to use the types root
> uses ?
> (So i want to use int_t, ULong_t etc.)
>
> thanx in advance,
>
> Rene Scholte
As soon as you use one of the Root classes (TObject, TH1, TCanvas, etc)
these types are automatically defined.
If you want teh definition of the Root types only
#include <Rtypes.h>
Rene Brun