ReadEditing the Readout SkeletonClearMaxSize

MaxSize

The MaxSize function is no longer called, but is required for compatibility purposes. .The implementation of that function is shown below:

unsigned int
MyEventSegment::MaxSize()
{
  return 16*4+2;		// 16 phillips channels + packet hdr.
}

Report documentation errors to Ron Fox (fox@nscl.msu.edu)or NSCL's Bugzilla page

ReadEditing the Readout SkeletonClearMaxSize