Inheritance diagram for ProofTest:

Public Member Functions | |
| ProofTest (const char *n, Int_t seq, ProofTestFun_t f, void *a=0, const char *d="", const char *sel="") | |
| virtual | ~ProofTest () |
| void | Disable () |
| void | Enable () |
| Bool_t | IsEnabled () const |
| Int_t | NextDep (Bool_t reset=kFALSE) |
| Int_t | NextSel (TString &sel, Bool_t reset=kFALSE) |
| Int_t | Num () const |
| Int_t | Run () |
Private Attributes | |
| Int_t | fSeq |
| ProofTestFun_t | fFun |
| void * | fArgs |
| TString | fDeps |
| TString | fSels |
| Int_t | fDepFrom |
| Int_t | fSelFrom |
| Bool_t | fEnabled |
Definition at line 346 of file stressProof.cxx.
| ProofTest::ProofTest | ( | const char * | n, | |
| Int_t | seq, | |||
| ProofTestFun_t | f, | |||
| void * | a = 0, |
|||
| const char * | d = "", |
|||
| const char * | sel = "" | |||
| ) | [inline] |
Definition at line 358 of file stressProof.cxx.
| virtual ProofTest::~ProofTest | ( | ) | [inline, virtual] |
Definition at line 361 of file stressProof.cxx.
| void ProofTest::Disable | ( | ) | [inline] |
| void ProofTest::Enable | ( | ) | [inline] |
| Bool_t ProofTest::IsEnabled | ( | ) | const [inline] |
Definition at line 399 of file stressProof.cxx.
References TString::Atoi(), fDepFrom, fDeps, TString::IsDigit(), and TString::Tokenize().
Definition at line 414 of file stressProof.cxx.
References fSelFrom, fSels, sel, and TString::Tokenize().
| Int_t ProofTest::Num | ( | void | ) | const [inline] |
| Int_t ProofTest::Run | ( | ) |
Definition at line 428 of file stressProof.cxx.
References fArgs, fSeq, TNamed::GetName(), glogfile, gpoints, gRH, gSystem, PutPoint(), TSystem::RedirectOutput(), TSystem::ShowOutput(), and totpoints.
Int_t ProofTest::fSeq [private] |
ProofTestFun_t ProofTest::fFun [private] |
Definition at line 349 of file stressProof.cxx.
void* ProofTest::fArgs [private] |
TString ProofTest::fDeps [private] |
TString ProofTest::fSels [private] |
Int_t ProofTest::fDepFrom [private] |
Int_t ProofTest::fSelFrom [private] |
Bool_t ProofTest::fEnabled [private] |
1.5.1