34 if (!player || !*player) {
35 ::Error(
"TVirtualProofPlayer::Create",
"player name missing");
39 if ((h =
gROOT->GetPluginManager()->FindHandler(
"TVirtualProofPlayer", player))) {
42 if (!strcmp(player,
"slave"))
Int_t LoadPlugin()
Load the plugin library for this handler.
static TVirtualProofPlayer * Create(const char *player, TProof *p, TSocket *s=0)
Create a PROOF player.
Long_t ExecPlugin(int nargs, const T &... params)
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
This class controls a Parallel ROOT Facility, PROOF, cluster.
Abstract interface for the PROOF player.