33 const
char *sel,
TObject *elist)
40 if (fInputList && dset)
41 fInputList->Add(dset);
42 if (fInputList && elist)
43 fInputList->Add(elist);
51 Info(
"SetRunning",
"nwrks: %d", nwrks);
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
void Set()
Set Date/Time to current time as reported by the system.
EQueryStatus fStatus
query status
This class implements a data set to be used for PROOF processing.
TDatime fEnd
time when processing ended
TMacro * fLogFile
file with log messages from the query
TDatime fStart
time when processing started
A container class for query results.
char * Form(const char *fmt,...)
void SetRunning(Int_t startlog, const char *par, Int_t nwrks)
Call when running starts.
Int_t fNumWrks
Number of workers at start.
Int_t fSeqNum
query unique sequential number
UInt_t Convert(Bool_t toGMT=kFALSE) const
Convert fDatime from TDatime format to the standard time_t format.
TQueryResult version adapted to PROOF neeeds.
Mother of all ROOT objects.
TString fParList
colon-separated list of PAR loaded at fStart
virtual TObjString * AddLine(const char *text)
Add line with text in the list of lines of this macro.