Re: [ROOT] Pure C++ into root.

From: Patrick Murray (pjmurray@ucdavis.edu)
Date: Wed Apr 23 2003 - 00:23:32 MEST


Hello Rooter,

Will something like this work? I tried it and my tree did not get filled
with the inherited data members.

Cheers,
Pat

On Mon, 21 Apr 2003, Patrick Murray wrote:

> If I have a class made of a hierarchy of classes in pure C++ (ie no
> ClassDef stuff) and I want to put this class into a root tree without
> changing the orginal class, can it be done the with inheritance into a
> root class (ie with ClassDef). Something like:
>
> #include "TObject.h"
> #include <vector>
> #include "MyC++Class.h"
>
> class RootClass : public MyC++Class
> {
>  public:
>  RootClas();
>  virtual ~RootClass();
>  ClassDef(RootClass,1)
> };
>



This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:11 MET