51 Info(
"SetRunning",
"nwrks: %d", nwrks);
57 fParList = (par && (strlen(par) > 0)) ? par :
"-";
62 fLogFile->AddLine(
Form(
"+++ Start processing query # %d (log file offset: %d)",
if(isa< VarDecl >(D)||isa< FieldDecl >(D)||isa< EnumConstantDecl >(D))
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t sel
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
This class implements a data set to be used for PROOF processing.
TObject()
TObject constructor.
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
TQueryResult version adapted to PROOF neeeds.
void SetRunning(Int_t startlog, const char *par, Int_t nwrks)
Call when running starts.
TDatime fStart
time when processing started
TDatime fEnd
time when processing ended
TList * fInputList
input list; contains also data sets, entry list, ...
TQueryResult(Int_t seqnum, const char *opt, TList *inlist, Long64_t entries, Long64_t first, const char *selec)
Main constructor.
TString fParList
colon-separated list of PAR loaded at fStart
EQueryStatus fStatus
query status
Int_t fSeqNum
query unique sequential number
TMacro * fLogFile
file with log messages from the query
Int_t fNumWrks
Number of workers at start.