12#ifndef ROOT_TSlaveLite
13#define ROOT_TSlaveLite
44 const char *workdir,
const char *msd,
Int_t = 1);
48 void DoError(
int level,
const char *location,
const char *fmt,
#define ClassDef(name, id)
Collectable string class.
This class controls a Parallel ROOT Facility, PROOF, cluster.
Version of TSlave for local worker servers.
Int_t SetupServ(Int_t stype, const char *conffile)
Init a PROOF slave object.
virtual ~TSlaveLite()
Destroy slave.
void Print(Option_t *option="") const
Printf info about slave.
void Close(Option_t *opt="")
Close slave socket.
void DoError(int level, const char *location, const char *fmt, va_list va) const
Interface to ErrorHandler (protected).
void Init()
Init a PROOF worker object. Called via the TSlaveLite ctor.
TSignalHandler * fIntHandler
Class describing a PROOF worker server.