TChain and MaxVirtualSize

Reid D Rivenburgh (reid@lanl.gov)
19 Aug 1998 22:43:34 -0600


Hi,

Is there any way to set the MaxVirtualSize for all TTrees contained in
a TChain? Would I just use TChain::GetNtrees() and iterate over the
TTrees (using TChain::LoadTree()), calling the
TTree::SetMaxVirtualSize() function on each? Or am I missing some
easier way to do it? (Calling chain.SetMaxVirtualSize() didn't seem
to work.)

Thanks,
Reid