each STNTUPLE data block has ::Print(..) function which could be called from the compiled code as well as interactively. One can process an event and print is data directly from the ROOT prompt. Here is an example of how to print a track block:
root[10] g.x->Continue(1);
root[11] m_ele->fTrackBlock->Print()