#ifndef ROOT_TProofSuperMaster
#define ROOT_TProofSuperMaster
#ifndef ROOT_TProof
#include "TProof.h"
#endif
#ifndef ROOT_TString
#include "TString.h"
#endif
class TProofPlayer;
class TDSet;
class TProofSuperMaster : public TProof {
friend class TProofPlayerSuperMaster;
protected:
Bool_t StartSlaves(Bool_t, Bool_t);
Long64_t Process(TDSet *set, const char *selector,
Option_t *option = "", Long64_t nentries = -1,
Long64_t firstentry = 0, TEventList *evl = 0);
void ValidateDSet(TDSet *dset);
virtual TProofPlayer *MakePlayer();
public:
TProofSuperMaster(const char *masterurl, const char *conffile = kPROOF_ConfFile,
const char *confdir = kPROOF_ConfDir, Int_t loglevel = 0);
virtual ~TProofSuperMaster() { }
ClassDef(TProofSuperMaster,0)
};
#endif
ROOT page - Class index - Class Hierarchy - Top of the page
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.