library: libProof #include "TProofPlayer.h" |
TProofPlayerRemote
class description - header file - source file - inheritance tree (.pdf)
private:
TList* MergeFeedback()
protected:
TProof* GetProof() const
virtual Bool_t HandleTimer(TTimer* timer)
virtual Bool_t SendSelector(const char* selector_file)
virtual void SetupFeedback()
virtual void StopFeedback()
public:
TProofPlayerRemote(TProof* proof = 0)
TProofPlayerRemote(const TProofPlayerRemote&)
virtual ~TProofPlayerRemote()
static TClass* Class()
virtual Long64_t DrawSelect(TDSet* set, const char* varexp, const char* selection, Option_t* option = "", Long64_t nentries = -1, Long64_t firstentry = 0)
virtual void Feedback(TList* objs)
virtual Long64_t Finalize(Bool_t force = kFALSE, Bool_t sync = kFALSE)
virtual Long64_t Finalize(TQueryResult* qr)
virtual TDSetElement* GetNextPacket(TSlave* slave, TMessage* r)
virtual TClass* IsA() const
virtual Bool_t IsClient() const
void MergeOutput()
virtual Long64_t Process(TDSet* set, const char* selector, Option_t* option = "", Long64_t nentries = -1, Long64_t firstentry = 0, TEventList* evl = 0)
virtual void Progress(Long64_t total, Long64_t processed)
virtual void Progress(TSlave*, Long64_t total, Long64_t processed)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void StopProcess(Bool_t abort, Int_t timeout = -1)
virtual void StoreFeedback(TObject* slave, TList* out)
virtual void StoreOutput(TList* out)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TProof* fProof link to associated PROOF session
TList* fOutputLists results returned by slaves
TList* fFeedback reference for use on master
TList* fFeedbackLists intermediate results
TVirtualPacketizer* fPacketizer transform TDSet into packets for slaves
TDSet* fDSet !tdset for current processing
Bool_t SendSelector(const char* selector_file)
Send the selector file(s) to master or worker nodes.
Author: Maarten Ballintijn 07/01/02
Last update: root/proof:$Name: $:$Id: TProofPlayer.cxx,v 1.83 2006/07/04 23:35:36 rdm Exp $
Copyright (C) 1995-2001, Rene Brun and Fons Rademakers. *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.