TFile ("output.stuff");
TBranch *b = T.GetBranch("event");
B *event = new B; <<< Left out last time
b->SetAddress(&event);
b->GetEvent(1);
event.Dump(); // What we read!
return 0;
Sorry. That was a bug I fixed early on in the game; this still fails in the
way indicated in the previous email (infact, the behavior for this test
case does not change!).
Cheers,
Gordon.