{
  // The makers are executed
  // in order they are declared. It is possible for display.C not to
  // find any events that satisfy a cut - then it simply scrolls through
  // data untill reaches its' end.
  
  LegsRun *theRun = new LegsRun("subset",1);
  theRun->SetSkipMultipleTagHitsEvents(kTRUE);
  theRun->SetLoopOverMultipleTagHits(kFALSE);
  theRun->SetDefaultPart(1);
  
  LegsMakerSample    makerSample;
  
 
  theRun->Display();
}


ROOT page - Home page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.