#define ClassDef(name, id)
void Print(Option_t *option="") const
Print worker status.
Bool_t Suspend()
Suspend worker.
Bool_t Release()
Release worker.
Bool_t Resume()
Resume worker.
void Print(Option_t *option="") const
Print master status.
TList * Claim(Int_t n, const char *cmd)
Claim n virtual machines This function figures out the image and performance index before returning t...
TCondor(const char *pool="")
Create Condor interface object.
TCondorSlave * ClaimVM(const char *vm, const char *cmd)
Claim a VirtualMachine for PROOF usage.
virtual ~TCondor()
Cleanup Condor interface.
TString GetImage(const char *host) const
Get image of the worker.
Bool_t GetVmInfo(const char *vm, TString &image, Int_t &perfidx) const
Get info about worker status.
TList * GetVirtualMachines() const
Get the names of the virtual machines in the pool.
Bool_t SetState(EState state)
Set the state of workers.
Mother of all ROOT objects.