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,
void Close(Option_t *opt="")
Close slave socket.
Collectable string class.
Int_t SetupServ(Int_t stype, const char *conffile)
Init a PROOF slave object.
Version of TSlave for local worker servers.
#define ClassDef(name, id)
void DoError(int level, const char *location, const char *fmt, va_list va) const
Interface to ErrorHandler (protected).
virtual ~TSlaveLite()
Destroy slave.
This class controls a Parallel ROOT Facility, PROOF, cluster.
TSignalHandler * fIntHandler
void Init()
Init a PROOF worker object. Called via the TSlaveLite ctor.
void Print(Option_t *option="") const
Printf info about slave.
Class describing a PROOF worker server.
TSlaveLite(const char *ord, Int_t perf, const char *image, TProof *proof, Int_t stype, const char *workdir, const char *msd, Int_t=1)
Create a PROOF slave object. Called via the TProof ctor.