Dictionary Generation

From: Otto Schaile (Otto.Schaile@Physik.uni-muenchen.de)
Date: Thu May 15 1997 - 13:49:12 MEST


Dear roots,
what is wrong with the following header file:

#include "TObject.h"
class TH1F;
class XX : public TObject {
private:
 TH1F *h1;
public:
  XX();
  XX( char*);
  ~XX();
  void Draw();
  ClassDef(XX,1)
};

I get the following from rootcint and c++ (on Linux):

schaileo@bizet> rootcint XXdict.C -c XX.h
Note: operator new() masked c
Note: operator delete() masked c

schaileo@bizet> c++ -c -I$ROOTSYS/include XXdict.C
XXdict.C: In method `void XX::Streamer(class TBuffer &)':
XXdict.C:382: no match for `operator >>(class TBuffer, class TH1F *)'

cheers,

----------------------------------------------------------------------------
Otto Schaile                    Sektion Physik der LMU Muenchen
Phone: (+49 89)289 14070        Am Coulombwall 1, D-85748 Garching, Germany
FAX:   (+49 89)289 14072        EMail: Otto.Schaile@Physik.Uni-Muenchen.DE



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:18 MET