12 #ifndef ROOT_TProofBenchDataSet
13 #define ROOT_TProofBenchDataSet
27 class TProofBenchDataSet:
public TObject {
34 Int_t Handle(
const char *dset, TObject *type);
38 TProofBenchDataSet(TProof *proof = 0);
39 virtual ~TProofBenchDataSet() { }
41 Bool_t IsProof(TProof *p) {
return (p == fProof) ? kTRUE : kFALSE; }
43 Int_t CopyFiles(
const char *dset,
const char *destdir);
44 Int_t ReleaseCache(
const char *dset);
45 Int_t RemoveFiles(
const char *dset);
47 ClassDef(TProofBenchDataSet,0)