12 #ifndef ROOT_TProofBenchRun
13 #define ROOT_TProofBenchRun
26 #ifndef ROOT_TProofBenchTypes
51 virtual void SetSelName(
const char *sel) { fSelName = sel; }
52 virtual void SetParList(
const char *pars) { fParList = pars; }
58 virtual void Run(
const char *dset,
Int_t start = -1,
Int_t stop = -1,
virtual void SetSelOption(const char *opt)
TProofBenchRun(TProof *proof=0, const char *sel=0)
virtual void Print(Option_t *option="") const =0
This method must be overridden when a class wants to print itself.
virtual void SetParList(const char *pars)
virtual const char * GetParList()
#define ClassDef(name, id)
virtual const char * GetSelName()
virtual ~TProofBenchRun()
destructor
virtual void Run(Long64_t nevents, Int_t start=-1, Int_t stop=-1, Int_t step=-1, Int_t ntries=-1, Int_t debug=-1, Int_t draw=-1)=0
Mother of all ROOT objects.
const char Int_t const char TProof * proof
virtual void SetSelName(const char *sel)