1#define RooProofDriverSelector_cxx
48 while((obj=iter.
Next())) {
56 cout <<
"RooProofDriverSelector::SlaveBegin() no RooStudyPackage found, aborting process" << endl ;
59 cout <<
"workspace contents = " << endl ;
71 cout <<
"RooProofDriverSelector::Process(" << entry <<
")" << endl ;
Bool_t Process(Long64_t entry) override
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
void SlaveTerminate() override
TTree * fChain
!pointer to the analyzed TTree or TChain
Bool_t Notify() override
This method must be overridden to handle object notification.
void Init(TTree *tree) override
void SlaveBegin(TTree *tree) override
RooStudyPackage is a utility class to manage studies that consist of repeated applications of generat...
Int_t initRandom()
Choose random seed for this process in case pass a definite seed to have it deterministic use also wo...
void finalize()
Finalize all studies.
void initialize()
Make iterator over copy of studies attached to workspace.
void exportData(TList *olist, Int_t seqno)
void Print(Option_t *opts=0) const override
Print contents of the workspace.
TIterator * MakeIterator(Bool_t dir=kIterForward) const override
Return a list iterator.
Mother of all ROOT objects.
TList * fInput
List of objects available during processing.
TSelectorList * fOutput
! List of objects created during processing
Long64_t fStatus
Selector status.
A TTree represents a columnar dataset.
virtual Int_t SetBranchAddress(const char *bname, void *add, TBranch **ptr=0)
Change branch address, dealing with clone trees properly.
virtual void SetMakeClass(Int_t make)
Set all the branches in this TTree to be in decomposed object mode (also known as MakeClass mode).
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...