#ifndef ROOT_TProofCondor
#define ROOT_TProofCondor
#ifndef ROOT_TProof
#include "TProof.h"
#endif
#ifndef ROOT_TString
#include "TString.h"
#endif
class TCondor;
class TTimer;
class TProofCondor : public TProof {
friend class TCondor;
private:
TCondor *fCondor;
TTimer *fTimer;
protected:
Bool_t StartSlaves(Bool_t parallel, Bool_t);
TString GetJobAd();
public:
TProofCondor(const char *masterurl, const char *conffile = kPROOF_ConfFile,
const char *confdir = kPROOF_ConfDir, Int_t loglevel = 0,
const char *alias = 0, TProofMgr *mgr = 0);
virtual ~TProofCondor();
virtual void SetActive() { TProof::SetActive(); }
virtual void SetActive(Bool_t active);
ClassDef(TProofCondor,0)
};
#endif
Last change: Wed Jun 25 08:51:05 2008
Last generated: 2008-06-25 08:51
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.