ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
TQueryResult Class Reference

A container class for query results.

Definition at line 44 of file TQueryResult.h.

Public Types

enum  EQueryStatus {
  kAborted = 0, kSubmitted, kRunning, kStopped,
  kCompleted
}
 
- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 

Public Member Functions

 TQueryResult ()
 
virtual ~TQueryResult ()
 Destructor. More...
 
void Browse (TBrowser *b=0)
 To support browsing of the results. More...
 
Int_t GetSeqNum () const
 
EQueryStatus GetStatus () const
 
TDatime GetStartTime () const
 
TDatime GetEndTime () const
 
const char * GetOptions () const
 
TListGetInputList ()
 
TObjectGetInputObject (const char *classname) const
 Return first instance of class 'classname' in the input list. More...
 
Long64_t GetEntries () const
 
Long64_t GetFirst () const
 
Long64_t GetBytes () const
 
Float_t GetUsedCPU () const
 
TMacroGetLogFile () const
 
TMacroGetSelecHdr () const
 
TMacroGetSelecImp () const
 
const char * GetLibList () const
 
const char * GetParList () const
 
TListGetOutputList ()
 
const char * GetResultFile () const
 
Float_t GetPrepTime () const
 
Float_t GetInitTime () const
 
Float_t GetProcTime () const
 
Float_t GetMergeTime () const
 
Float_t GetRecvTime () const
 
Float_t GetTermTime () const
 
Int_t GetNumWrks () const
 
Int_t GetNumMergers () const
 
Bool_t IsArchived () const
 
virtual Bool_t IsDone () const
 
Bool_t IsDraw () const
 
Bool_t IsFinalized () const
 
Bool_t Matches (const char *ref)
 Return TRUE if reference ref matches. More...
 
void Print (Option_t *opt="") const
 Print query content. Use opt = "F" for a full listing. More...
 
- Public Member Functions inherited from TNamed
 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TString &name, const TString &title)
 
 TNamed (const TNamed &named)
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual ~TNamed ()
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare two TNamed objects. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t IsSortable () const
 
virtual void SetName (const char *name)
 Change (i.e. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Change (i.e. set) all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Change (i.e. set) the title of the TNamed. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 

Protected Member Functions

 TQueryResult (Int_t seqnum, const char *opt, TList *inlist, Long64_t entries, Long64_t first, const char *selec)
 
void AddInput (TObject *obj)
 Add obj to the input list. More...
 
void AddLogLine (const char *logline)
 Fill log file. More...
 
TQueryResultCloneInfo ()
 Return an instance of TQueryResult containing only the local info fields, i.e. More...
 
virtual void RecordEnd (EQueryStatus status, TList *outlist=0)
 End of query settings. More...
 
void SaveSelector (const char *selec)
 Save the selector header and implementation into the dedicated TMacro instances. More...
 
void SetArchived (const char *archfile)
 Set (or update) query in archived state. More...
 
virtual void SetFinalized ()
 
virtual void SetInputList (TList *in, Bool_t adopt=kTRUE)
 Set / change the input list. More...
 
virtual void SetOutputList (TList *out, Bool_t adopt=kTRUE)
 Set / change the output list. More...
 
virtual void SetProcessInfo (Long64_t ent, Float_t cpu=0., Long64_t siz=-1, Float_t inittime=0., Float_t proctime=0.)
 Set processing info. More...
 
void SetPrepTime (Float_t preptime)
 
void SetMergeTime (Float_t mergetime)
 
void SetRecvTime (Float_t recvtime)
 
void SetTermTime (Float_t termtime)
 
void SetNumMergers (Int_t nmergers)
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 

Protected Attributes

Int_t fSeqNum
 
Bool_t fDraw
 
EQueryStatus fStatus
 
TDatime fStart
 
TDatime fEnd
 
Float_t fUsedCPU
 
TString fOptions
 
TListfInputList
 
Long64_t fEntries
 
Long64_t fFirst
 
Long64_t fBytes
 
TMacrofLogFile
 
TMacrofSelecHdr
 
TMacrofSelecImp
 
TString fLibList
 
TString fParList
 
TListfOutputList
 
Bool_t fFinalized
 
Bool_t fArchived
 
TString fResultFile
 
Float_t fPrepTime
 
Float_t fInitTime
 
Float_t fProcTime
 
Float_t fMergeTime
 
Float_t fRecvTime
 
Float_t fTermTime
 
Int_t fNumWrks
 
Int_t fNumMergers
 
- Protected Attributes inherited from TNamed
TString fName
 
TString fTitle
 

Friends

class TTreePlayer
 
class TProofPlayerLite
 
class TProofPlayerRemote
 
class TProof
 
class TProofLite
 
class TProofServ
 
class TQueryResultManager
 

Additional Inherited Members

- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 

#include <TQueryResult.h>

Inheritance diagram for TQueryResult:
[legend]

Member Enumeration Documentation

Enumerator
kAborted 
kSubmitted 
kRunning 
kStopped 
kCompleted 

Definition at line 55 of file TQueryResult.h.

Constructor & Destructor Documentation

TQueryResult::TQueryResult ( Int_t  seqnum,
const char *  opt,
TList inlist,
Long64_t  entries,
Long64_t  first,
const char *  selec 
)
protected
TQueryResult::TQueryResult ( )
inline

Definition at line 112 of file TQueryResult.h.

Referenced by CloneInfo().

TQueryResult::~TQueryResult ( )
virtual

Destructor.

Definition at line 106 of file TQueryResult.cxx.

Member Function Documentation

void TQueryResult::AddInput ( TObject obj)
protected

Add obj to the input list.

Definition at line 293 of file TQueryResult.cxx.

Referenced by TProof::HandleInputMessage().

void TQueryResult::AddLogLine ( const char *  logline)
protected

Fill log file.

Definition at line 284 of file TQueryResult.cxx.

Referenced by TQueryResultManager::AddLogFile().

void TQueryResult::Browse ( TBrowser b = 0)
virtual

To support browsing of the results.

Reimplemented from TObject.

Definition at line 418 of file TQueryResult.cxx.

TQueryResult * TQueryResult::CloneInfo ( )
protected

Return an instance of TQueryResult containing only the local info fields, i.e.

no outputlist, liblist, dset, selectors, etc.. Used for fast retrieve of information about existing queries and their status.

Definition at line 121 of file TQueryResult.cxx.

Referenced by TProofLite::GetListOfQueries(), TProofServ::HandleQueryList(), TProofLite::Process(), TProofServ::ProcessNext(), TQueryResultManager::RemoveQuery(), and TQueryResultManager::ScanPreviousQueries().

Long64_t TQueryResult::GetBytes ( ) const
inline
TDatime TQueryResult::GetEndTime ( ) const
inline
Long64_t TQueryResult::GetEntries ( ) const
inline
Long64_t TQueryResult::GetFirst ( ) const
inline
Float_t TQueryResult::GetInitTime ( ) const
inline

Definition at line 142 of file TQueryResult.h.

TList* TQueryResult::GetInputList ( )
inline
TObject * TQueryResult::GetInputObject ( const char *  classname) const

Return first instance of class 'classname' in the input list.

Usefull to access TDSet, TEventList, ...

Definition at line 515 of file TQueryResult.cxx.

Referenced by TProof::GetMissingFiles(), TProofServ::ProcessNext(), TSessionViewer::QueryResultReady(), TSessionViewer::StartViewer(), and TSessionQueryFrame::UpdateButtons().

const char* TQueryResult::GetLibList ( ) const
inline

Definition at line 137 of file TQueryResult.h.

Referenced by TProofPlayer::ReinitSelector().

TMacro* TQueryResult::GetLogFile ( ) const
inline

Definition at line 134 of file TQueryResult.h.

Referenced by TProof::PutLog().

Float_t TQueryResult::GetMergeTime ( ) const
inline

Definition at line 144 of file TQueryResult.h.

Int_t TQueryResult::GetNumMergers ( ) const
inline

Definition at line 148 of file TQueryResult.h.

Int_t TQueryResult::GetNumWrks ( ) const
inline

Definition at line 147 of file TQueryResult.h.

const char* TQueryResult::GetOptions ( ) const
inline
TList* TQueryResult::GetOutputList ( )
inline
const char* TQueryResult::GetParList ( ) const
inline

Definition at line 138 of file TQueryResult.h.

Referenced by TSessionQueryFrame::UpdateInfos().

Float_t TQueryResult::GetPrepTime ( ) const
inline

Definition at line 141 of file TQueryResult.h.

Float_t TQueryResult::GetProcTime ( ) const
inline

Definition at line 143 of file TQueryResult.h.

Referenced by TProofBenchRunCPU::Run(), and TProofBenchRunDataRead::Run().

Float_t TQueryResult::GetRecvTime ( ) const
inline

Definition at line 145 of file TQueryResult.h.

const char* TQueryResult::GetResultFile ( ) const
inline

Definition at line 140 of file TQueryResult.h.

Referenced by TSessionQueryFrame::UpdateInfos().

TMacro* TQueryResult::GetSelecHdr ( ) const
inline
TMacro* TQueryResult::GetSelecImp ( ) const
inline
Int_t TQueryResult::GetSeqNum ( ) const
inline
TDatime TQueryResult::GetStartTime ( ) const
inline
EQueryStatus TQueryResult::GetStatus ( ) const
inline
Float_t TQueryResult::GetTermTime ( ) const
inline

Definition at line 146 of file TQueryResult.h.

Float_t TQueryResult::GetUsedCPU ( ) const
inline
Bool_t TQueryResult::IsArchived ( ) const
inline
virtual Bool_t TQueryResult::IsDone ( ) const
inlinevirtual

Definition at line 151 of file TQueryResult.h.

Referenced by SetArchived().

Bool_t TQueryResult::IsDraw ( ) const
inline
Bool_t TQueryResult::IsFinalized ( ) const
inline
Bool_t TQueryResult::Matches ( const char *  ref)

Return TRUE if reference ref matches.

Definition at line 501 of file TQueryResult.cxx.

Referenced by TProofPlayer::GetQueryResult(), and TProofPlayer::RemoveQueryResult().

void TQueryResult::Print ( Option_t opt = "") const
virtual

Print query content. Use opt = "F" for a full listing.

Reimplemented from TNamed.

Definition at line 314 of file TQueryResult.cxx.

Referenced by TProofBenchRunCPU::Run().

void TQueryResult::RecordEnd ( EQueryStatus  status,
TList outlist = 0 
)
protectedvirtual

End of query settings.

Reimplemented in TProofQueryResult.

Definition at line 245 of file TQueryResult.cxx.

Referenced by TProofQueryResult::RecordEnd().

void TQueryResult::SaveSelector ( const char *  selector)
protected

Save the selector header and implementation into the dedicated TMacro instances.

The header is searched for in the same directory of the implementation file.

Definition at line 172 of file TQueryResult.cxx.

void TQueryResult::SetArchived ( const char *  archfile)
protected

Set (or update) query in archived state.

Definition at line 302 of file TQueryResult.cxx.

Referenced by TProofServ::HandleArchive(), and TProof::Retrieve().

virtual void TQueryResult::SetFinalized ( )
inlineprotectedvirtual

Reimplemented in TProofQueryResult.

Definition at line 99 of file TQueryResult.h.

Referenced by TProofPlayerLite::Finalize(), and TProofQueryResult::SetFinalized().

void TQueryResult::SetInputList ( TList in,
Bool_t  adopt = kTRUE 
)
protectedvirtual

Set / change the input list.

The flag 'adopt' determines whether the list is adopted (default) or cloned. If adopted, object ownership is transferred to this object. The internal fInputList will always be owner of its objects.

Definition at line 430 of file TQueryResult.cxx.

Referenced by TProof::HandleInputMessage(), TProofServ::HandleProcess(), and TProofServ::ProcessNext().

void TQueryResult::SetMergeTime ( Float_t  mergetime)
inlineprotected

Definition at line 106 of file TQueryResult.h.

void TQueryResult::SetNumMergers ( Int_t  nmergers)
inlineprotected

Definition at line 109 of file TQueryResult.h.

void TQueryResult::SetOutputList ( TList out,
Bool_t  adopt = kTRUE 
)
protectedvirtual

Set / change the output list.

The flag 'adopt' determines whether the list is adopted (default) or cloned. If adopted, object ownership is transferred to this object. The internal fOutputList will always be owner of its objects.

Definition at line 456 of file TQueryResult.cxx.

Referenced by TProofPlayerLite::Finalize(), TProof::HandleInputMessage(), and TProofLite::Process().

void TQueryResult::SetPrepTime ( Float_t  preptime)
inlineprotected

Definition at line 105 of file TQueryResult.h.

Referenced by TProof::Process().

void TQueryResult::SetProcessInfo ( Long64_t  ent,
Float_t  cpu = 0.,
Long64_t  siz = -1,
Float_t  inittime = 0.,
Float_t  proctime = 0. 
)
protectedvirtual
void TQueryResult::SetRecvTime ( Float_t  recvtime)
inlineprotected

Definition at line 107 of file TQueryResult.h.

void TQueryResult::SetTermTime ( Float_t  termtime)
inlineprotected

Definition at line 108 of file TQueryResult.h.

Referenced by TProofLite::Process(), and TProof::Process().

Friends And Related Function Documentation

friend class TProof
friend

Definition at line 49 of file TQueryResult.h.

friend class TProofLite
friend

Definition at line 50 of file TQueryResult.h.

friend class TProofPlayerLite
friend

Definition at line 47 of file TQueryResult.h.

friend class TProofPlayerRemote
friend

Definition at line 48 of file TQueryResult.h.

friend class TProofServ
friend

Definition at line 51 of file TQueryResult.h.

friend class TQueryResultManager
friend

Definition at line 52 of file TQueryResult.h.

friend class TTreePlayer
friend

Definition at line 46 of file TQueryResult.h.

Member Data Documentation

Bool_t TQueryResult::fArchived
protected

Definition at line 78 of file TQueryResult.h.

Referenced by CloneInfo(), IsArchived(), Print(), and SetArchived().

Long64_t TQueryResult::fBytes
protected

Definition at line 70 of file TQueryResult.h.

Referenced by CloneInfo(), GetBytes(), Print(), and SetProcessInfo().

Bool_t TQueryResult::fDraw
protected

Definition at line 61 of file TQueryResult.h.

Referenced by IsDraw(), and Print().

TDatime TQueryResult::fEnd
protected

Definition at line 64 of file TQueryResult.h.

Referenced by CloneInfo(), GetEndTime(), Print(), RecordEnd(), and TProofQueryResult::SetRunning().

Long64_t TQueryResult::fEntries
protected

Definition at line 68 of file TQueryResult.h.

Referenced by CloneInfo(), GetEntries(), Print(), and SetProcessInfo().

Bool_t TQueryResult::fFinalized
protected

Definition at line 77 of file TQueryResult.h.

Referenced by IsFinalized(), Print(), and SetFinalized().

Long64_t TQueryResult::fFirst
protected

Definition at line 69 of file TQueryResult.h.

Referenced by CloneInfo(), GetFirst(), and Print().

Float_t TQueryResult::fInitTime
protected

Definition at line 81 of file TQueryResult.h.

Referenced by CloneInfo(), GetInitTime(), Print(), and SetProcessInfo().

TList* TQueryResult::fInputList
protected

Definition at line 67 of file TQueryResult.h.

Referenced by AddInput(), GetInputList(), GetInputObject(), SetInputList(), and ~TQueryResult().

TString TQueryResult::fLibList
protected

Definition at line 74 of file TQueryResult.h.

Referenced by GetLibList().

TMacro* TQueryResult::fLogFile
protected
Float_t TQueryResult::fMergeTime
protected

Definition at line 83 of file TQueryResult.h.

Referenced by CloneInfo(), GetMergeTime(), Print(), and SetMergeTime().

Int_t TQueryResult::fNumMergers
protected

Definition at line 87 of file TQueryResult.h.

Referenced by CloneInfo(), GetNumMergers(), Print(), and SetNumMergers().

Int_t TQueryResult::fNumWrks
protected

Definition at line 86 of file TQueryResult.h.

Referenced by CloneInfo(), GetNumWrks(), Print(), and TProofQueryResult::SetRunning().

TString TQueryResult::fOptions
protected

Definition at line 66 of file TQueryResult.h.

Referenced by CloneInfo(), GetOptions(), and SaveSelector().

TList* TQueryResult::fOutputList
protected

Definition at line 76 of file TQueryResult.h.

Referenced by Browse(), GetOutputList(), Print(), RecordEnd(), SetOutputList(), and ~TQueryResult().

TString TQueryResult::fParList
protected

Definition at line 75 of file TQueryResult.h.

Referenced by CloneInfo(), GetParList(), Print(), and TProofQueryResult::SetRunning().

Float_t TQueryResult::fPrepTime
protected

Definition at line 80 of file TQueryResult.h.

Referenced by CloneInfo(), GetPrepTime(), Print(), and SetPrepTime().

Float_t TQueryResult::fProcTime
protected

Definition at line 82 of file TQueryResult.h.

Referenced by CloneInfo(), GetProcTime(), Print(), and SetProcessInfo().

Float_t TQueryResult::fRecvTime
protected

Definition at line 84 of file TQueryResult.h.

Referenced by CloneInfo(), GetRecvTime(), Print(), and SetRecvTime().

TString TQueryResult::fResultFile
protected
TMacro* TQueryResult::fSelecHdr
protected

Definition at line 72 of file TQueryResult.h.

Referenced by CloneInfo(), GetSelecHdr(), SaveSelector(), and ~TQueryResult().

TMacro* TQueryResult::fSelecImp
protected

Definition at line 73 of file TQueryResult.h.

Referenced by CloneInfo(), GetSelecImp(), Print(), SaveSelector(), and ~TQueryResult().

Int_t TQueryResult::fSeqNum
protected
TDatime TQueryResult::fStart
protected

Definition at line 63 of file TQueryResult.h.

Referenced by CloneInfo(), GetStartTime(), Print(), and TProofQueryResult::SetRunning().

EQueryStatus TQueryResult::fStatus
protected
Float_t TQueryResult::fTermTime
protected

Definition at line 85 of file TQueryResult.h.

Referenced by CloneInfo(), GetTermTime(), Print(), and SetTermTime().

Float_t TQueryResult::fUsedCPU
protected

Definition at line 65 of file TQueryResult.h.

Referenced by CloneInfo(), GetUsedCPU(), Print(), and SetProcessInfo().

Collaboration diagram for TQueryResult:
[legend]

The documentation for this class was generated from the following files: