Holds configuration options for proof and proof-lite.
This class will be expanded in the future to hold more specific configuration options for the tools in RooStats.
Access to TProof::Mgr for configuration is still possible as usual (e.g. to set Root Version to be used on workers). You can do:
See doc: http://root.cern.ch/drupal/content/changing-default-root-version
Definition at line 46 of file ProofConfig.h.
Public Member Functions | |
ProofConfig (RooWorkspace &w, Int_t nExperiments=0, const char *host="", Bool_t showGui=kFALSE) | |
virtual | ~ProofConfig () |
const char * | GetHost (void) const |
Int_t | GetNExperiments (void) const |
Bool_t | GetShowGui (void) const |
RooWorkspace & | GetWorkspace (void) const |
Bool_t | IsLite () const |
Static Public Member Functions | |
static void | CloseProof (Option_t *option="s") |
close all proof connections | |
Protected Attributes | |
TString | fHost |
Bool_t | fLite |
Int_t | fNExperiments |
Bool_t | fShowGui |
RooWorkspace & | fWorkspace |
#include <RooStats/ProofConfig.h>
|
inline |
Definition at line 53 of file ProofConfig.h.
|
inlinevirtual |
Definition at line 87 of file ProofConfig.h.
close all proof connections
Definition at line 92 of file ProofConfig.h.
|
inline |
Definition at line 97 of file ProofConfig.h.
Definition at line 99 of file ProofConfig.h.
Definition at line 101 of file ProofConfig.h.
|
inline |
Definition at line 95 of file ProofConfig.h.
|
inline |
Definition at line 103 of file ProofConfig.h.
|
protected |
Definition at line 108 of file ProofConfig.h.
|
protected |
Definition at line 110 of file ProofConfig.h.
|
protected |
Definition at line 107 of file ProofConfig.h.
|
protected |
Definition at line 109 of file ProofConfig.h.
|
protected |
Definition at line 106 of file ProofConfig.h.