#include <RooStudyPackage.h>
Inheritance diagram for RooStudyPackage:

Definition at line 31 of file RooStudyPackage.h.
| RooStudyPackage::RooStudyPackage | ( | ) |
Definition at line 51 of file RooStudyPackage.cxx.
| RooStudyPackage::RooStudyPackage | ( | RooWorkspace & | w | ) |
Definition at line 58 of file RooStudyPackage.cxx.
| RooStudyPackage::RooStudyPackage | ( | const RooStudyPackage & | ) | [protected] |
| RooStudyPackage::RooStudyPackage | ( | ) |
| RooStudyPackage::RooStudyPackage | ( | RooWorkspace & | w | ) |
| RooStudyPackage::RooStudyPackage | ( | const RooStudyPackage & | ) | [protected] |
| void RooStudyPackage::addStudy | ( | RooAbsStudy & | study | ) |
Definition at line 65 of file RooStudyPackage.cxx.
References _studies.
Referenced by RooStudyManager::addStudy(), and RooStudyManager::RooStudyManager().
| RooWorkspace& RooStudyPackage::wspace | ( | ) | [inline] |
Definition at line 38 of file RooStudyPackage.h.
References _ws.
Referenced by RooProofDriverSelector::SlaveBegin(), and RooStudyManager::wspace().
| std::list<RooAbsStudy*>& RooStudyPackage::studies | ( | ) | [inline] |
Definition at line 39 of file RooStudyPackage.h.
References _studies.
Referenced by RooStudyManager::aggregateData(), and RooStudyManager::studies().
| void RooStudyPackage::driver | ( | Int_t | nExperiments | ) |
Definition at line 74 of file RooStudyPackage.cxx.
References finalize(), initialize(), and run().
Referenced by RooStudyManager::run().
| Int_t RooStudyPackage::initRandom | ( | ) |
Definition at line 169 of file RooStudyPackage.cxx.
References gRandom, TRandom::Integer(), RooRandom::randomGenerator(), seed, and TRandom::SetSeed().
Referenced by RooProofDriverSelector::SlaveBegin().
| void RooStudyPackage::initialize | ( | ) |
Definition at line 84 of file RooStudyPackage.cxx.
Referenced by driver(), and RooProofDriverSelector::SlaveBegin().
| void RooStudyPackage::runOne | ( | ) |
Definition at line 112 of file RooStudyPackage.cxx.
References _studies.
Referenced by RooProofDriverSelector::Process(), and run().
| void RooStudyPackage::run | ( | Int_t | nExperiments | ) |
Definition at line 96 of file RooStudyPackage.cxx.
References coutP, RooFit::Generation, TNamed::GetName(), i, and runOne().
Referenced by driver().
| void RooStudyPackage::finalize | ( | ) |
Definition at line 123 of file RooStudyPackage.cxx.
References _studies.
Referenced by driver(), and RooProofDriverSelector::SlaveTerminate().
Definition at line 135 of file RooStudyPackage.cxx.
References _studies, TList::Add(), Form(), RooLinkedList::GetName(), TNamed::GetName(), RooLinkedList::GetSize(), RooLinkedList::MakeIterator(), TIterator::Next(), RooAbsData::Print(), RooDataSet::SetName(), TNamed::SetName(), and RooLinkedList::SetName().
Referenced by RooProofDriverSelector::SlaveTerminate().
| void RooStudyPackage::processFile | ( | const char * | infile, | |
| Int_t | nexp | |||
| ) | [static] |
Definition at line 183 of file RooStudyPackage.cxx.
References TFile::Close(), and Form().
Referenced by G__G__RooFitCore3_835_0_13(), and G__setup_memfuncRooStudyPackage().
| void RooStudyPackage::addStudy | ( | RooAbsStudy & | study | ) |
| RooWorkspace& RooStudyPackage::wspace | ( | ) | [inline] |
| std::list<RooAbsStudy*>& RooStudyPackage::studies | ( | ) | [inline] |
| void RooStudyPackage::driver | ( | Int_t | nExperiments | ) |
| Int_t RooStudyPackage::initRandom | ( | ) |
| void RooStudyPackage::initialize | ( | ) |
| void RooStudyPackage::runOne | ( | ) |
| void RooStudyPackage::run | ( | Int_t | nExperiments | ) |
| void RooStudyPackage::finalize | ( | ) |
| static void RooStudyPackage::processFile | ( | const char * | infile, | |
| Int_t | nexp | |||
| ) | [static] |
RooWorkspace* RooStudyPackage::_ws [protected] |
std::list<RooAbsStudy*> RooStudyPackage::_studies [protected] |
Definition at line 56 of file RooStudyPackage.h.
Referenced by addStudy(), exportData(), finalize(), initialize(), runOne(), and studies().
RooWorkspace* RooStudyPackage::_ws [protected] |
Definition at line 55 of file RooStudyPackage.h.
std::list<RooAbsStudy*> RooStudyPackage::_studies [protected] |
Definition at line 56 of file RooStudyPackage.h.
1.5.1