Null-Pointers in TTree

Christoph Borgmeier (borg@mail.desy.de)
Wed, 5 Nov 1997 14:02:04 +0100 (MET)


Hi,

how does TBranchObject store NULL pointers? It seems to me, that they are
simply ignored when reading a file, since the pointer like `event->fH'
remains always constant while the contents of the object it points to are
exchanged.

Can I store NULL pointers or do I need a workaround for them?

kind regards
Christoph