library: libProof
#include "TProofCondor.h"

TProofCondor


class description - header file - source file - inheritance tree (.pdf)

class TProofCondor : public TProof

Inheritance Chart:
TObject
<-
TNamed
TQObject
<-
TVirtualProof
<-
TProof
<-
TProofCondor

    protected:
TString GetJobAd() virtual Bool_t StartSlaves(Bool_t parallel, Bool_t) public:
TProofCondor(const char* masterurl, const char* conffile = "kPROOF_ConfFile", const char* confdir = "kPROOF_ConfDir", Int_t loglevel = 0) virtual ~TProofCondor() static TClass* Class() virtual TClass* IsA() const virtual void SetActive() virtual void SetActive(Bool_t active) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TCondor* fCondor proxy for our Condor pool TTimer* fTimer timer for delayed Condor COD suspend

Class Description

                                                                      
 TProof                                                               
                                                                      
 This class controls a Parallel ROOT Facility, PROOF, cluster.        
 It fires the slave servers, it keeps track of how many slaves are    
 running, it keeps track of the slaves running status, it broadcasts  
 messages to all slaves, it collects results, etc.                    
                                                                      

TProofCondor(const char *masterurl, const char *conffile, const char *confdir, Int_t loglevel)
 Start proof using condor
~TProofCondor()
 Clean up Condor PROOF environment.
Bool_t StartSlaves(Bool_t parallel, Bool_t)
 non static config
void SetActive(Bool_t active)
 Suspend or resume PROOF via Condor.
TString GetJobAd()
 Get job Ad
void SetActive()

Author: Fons Rademakers 13/02/97
Last update: root/proof:$Name: $:$Id: TProofCondor.cxx,v 1.8 2006/05/15 09:45:03 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.