1#define RooProofDriverSelector_cxx
39using std::cout, std::endl;
53 cout <<
"RooProofDriverSelector::SlaveBegin() no RooStudyPackage found, aborting process" << endl ;
56 cout <<
"workspace contents = " << endl ;
57 _pkg->wspace().Print() ;
68 cout <<
"RooProofDriverSelector::Process(" << entry <<
")" << endl ;
ROOT::RRangeCast< T, true, Range_t > dynamic_range_cast(Range_t &&coll)
void SlaveTerminate() override
TTree * fChain
!pointer to the analyzed TTree or TChain
void Init(TTree *tree) override
void SlaveBegin(TTree *tree) override
bool Process(Long64_t entry) override
The Process() function is called for each entry in the tree (or possibly keyed object in the case of ...
bool Notify() override
This method must be overridden to handle object notification (the base implementation is no-op).
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.
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...