ROOT 6.08/07 Reference Guide |
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:
TProof::Mgr("my.server.url")->ShowROOTVersions()
TProof::Mgr("my.server.url")->SetROOTVersion("v5-27-06_dbg")
See doc: http://root.cern.ch/drupal/content/changing-default-root-version
Definition at line 49 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 More... | |
Protected Attributes | |
TString | fHost |
Bool_t | fLite |
Int_t | fNExperiments |
Bool_t | fShowGui |
RooWorkspace & | fWorkspace |
#include <RooStats/ProofConfig.h>
|
inline |
Definition at line 56 of file ProofConfig.h.
|
inlinevirtual |
Definition at line 90 of file ProofConfig.h.
close all proof connections
Definition at line 95 of file ProofConfig.h.
|
inline |
Definition at line 100 of file ProofConfig.h.
Definition at line 102 of file ProofConfig.h.
Definition at line 104 of file ProofConfig.h.
|
inline |
Definition at line 98 of file ProofConfig.h.
|
inline |
Definition at line 106 of file ProofConfig.h.
|
protected |
Definition at line 111 of file ProofConfig.h.
|
protected |
Definition at line 113 of file ProofConfig.h.
|
protected |
Definition at line 110 of file ProofConfig.h.
|
protected |
Definition at line 112 of file ProofConfig.h.
|
protected |
Definition at line 109 of file ProofConfig.h.