1 #define RooProofDriverSelector_cxx 52 TIterator* iter = fInput->MakeIterator() ;
54 while((obj=iter->
Next())) {
62 cout <<
"RooProofDriverSelector::SlaveBegin() no RooStudyPackage found, aborting process" << endl ;
63 fStatus = kAbortProcess ;
65 cout <<
"workspace contents = " << endl ;
69 seed = _pkg->initRandom() ;
77 cout <<
"RooProofDriverSelector::Process(" << entry <<
")" << endl ;
86 _pkg->exportData(fOutput,seed) ;
97 fChain->SetBranchAddress(
"i", &i, &b_i);
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
virtual Bool_t Notify()
This method must be overridden to handle object notification.
virtual Bool_t Process(Long64_t entry)
virtual void SlaveBegin(TTree *tree)
Iterator abstract base class.
virtual void SlaveTerminate()
virtual void Init(TTree *tree)
virtual void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode)...
Mother of all ROOT objects.
void Print(Option_t *opts=0) const
Print contents of the workspace.
virtual TObject * Next()=0
A TTree object has a header with a name and a title.