26 ClassImp(TProofQueryResult);
31 TProofQueryResult::TProofQueryResult(Int_t sn,
const char *opt, TList *inlist,
32 Long64_t ent, Long64_t fst, TDSet *dset,
33 const char *sel, TObject *elist)
34 : TQueryResult(sn, opt, inlist, ent, fst, sel)
40 if (fInputList && dset)
41 fInputList->Add(dset);
42 if (fInputList && elist)
43 fInputList->Add(elist);
49 void TProofQueryResult::SetRunning(Int_t startlog,
const char *par, Int_t nwrks)
51 Info(
"SetRunning",
"nwrks: %d", nwrks);
56 fEnd.Set(fStart.Convert()-1);
57 fParList = (par && (strlen(par) > 0)) ? par :
"-";
61 fLogFile->AddLine(
"+++");
62 fLogFile->AddLine(Form(
"+++ Start processing query # %d (log file offset: %d)",
64 fLogFile->AddLine(
"+++");