![]() |
ROOT
6.06/09
Reference Guide
|
#include "TProofDraw.h"#include "TProofPlayer.h"#include "THashList.h"#include "TEnv.h"#include "TEventIter.h"#include "TVirtualPacketizer.h"#include "TSelector.h"#include "TSocket.h"#include "TProofServ.h"#include "TProof.h"#include "TProofOutputFile.h"#include "TProofSuperMaster.h"#include "TSlave.h"#include "TClass.h"#include "TROOT.h"#include "TError.h"#include "TException.h"#include "MessageTypes.h"#include "TMessage.h"#include "TDSetProxy.h"#include "TString.h"#include "TSystem.h"#include "TFile.h"#include "TFileCollection.h"#include "TFileInfo.h"#include "TFileMerger.h"#include "TProofDebug.h"#include "TTimer.h"#include "TMap.h"#include "TPerfStats.h"#include "TStatus.h"#include "TEventList.h"#include "TProofLimitsFinder.h"#include "TSortedList.h"#include "TTree.h"#include "TEntryList.h"#include "TDSet.h"#include "TDrawFeedback.h"#include "TNamed.h"#include "TObjString.h"#include "TQueryResult.h"#include "TMD5.h"#include "TMethodCall.h"#include "TObjArray.h"#include "TMutex.h"#include "TH1.h"#include "TVirtualMonitoring.h"#include "TParameter.h"#include "TOutputListSelectorDataMap.h"#include "TStopwatch.h"
Include dependency graph for TProofPlayer.cxx:Go to the source code of this file.
Macros | |
| #define | kPEX_STOPPED 1001 |
| #define | kPEX_ABORTED 1002 |
Functions | |
| ClassImp (TProofPlayerLocal) Long64_t TProofPlayerLocal | |
| Process the specified TSelector object 'nentries' times. More... | |
| ClassImp (TProofPlayerRemote) TProofPlayerRemote | |
| Destructor. More... | |
| ClassImp (TProofPlayerSlave) void TProofPlayerSlave | |
| Setup feedback. More... | |
| ClassImp (TProofPlayerSuperMaster) Long64_t TProofPlayerSuperMaster | |
| Process specified TDSet on PROOF. More... | |
Variables | |
| static Bool_t | gAbort = kFALSE |
| #define kPEX_ABORTED 1002 |
Definition at line 83 of file TProofPlayer.cxx.
Referenced by TProofPlayer::Process().
| #define kPEX_STOPPED 1001 |
Definition at line 82 of file TProofPlayer.cxx.
Referenced by TProofPlayer::Process().
| ClassImp | ( | TProofPlayerLocal | ) |
Process the specified TSelector object 'nentries' times.
Used to test the PROOF interator mechanism for cycle-driven selectors in a local session. The return value is -1 in case of error and TSelector::GetStatus() in case of success.
Definition at line 1845 of file TProofPlayer.cxx.
| ClassImp | ( | TProofPlayerRemote | ) |
Destructor.
Definition at line 1896 of file TProofPlayer.cxx.
| ClassImp | ( | TProofPlayerSlave | ) |
Setup feedback.
Definition at line 4319 of file TProofPlayer.cxx.
| ClassImp | ( | TProofPlayerSuperMaster | ) |
Process specified TDSet on PROOF.
Runs on super master. The return value is -1 in case of error and TSelector::GetStatus() in in case of success.
Definition at line 4478 of file TProofPlayer.cxx.
Definition at line 87 of file TProofPlayer.cxx.
Referenced by TProofPlayer::Process().