#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);
   virtual ~TProofCondor();
   virtual void SetActive() { TProof::SetActive(); }
   virtual void SetActive(Bool_t active);
   ClassDef(TProofCondor,0) 
};
#endif
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.