#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"
Go to the source code of this file.
Classes | |
class | TAutoBinVal |
class | TDispatchTimer |
class | TStopTimer |
Defines | |
#define | kPEX_STOPPED 1001 |
#define | kPEX_ABORTED 1002 |
Functions | |
ClassImp (TProofPlayerLocal) ClassImp(TProofPlayerRemote) TProofPlayerRemote | |
ClassImp (TProofPlayerSlave) void TProofPlayerSlave | |
ClassImp (TProofPlayerSuperMaster) Long64_t TProofPlayerSuperMaster | |
Variables | |
static Bool_t | gAbort = kFALSE |
#define kPEX_ABORTED 1002 |
Definition at line 81 of file TProofPlayer.cxx.
Referenced by TStopTimer::Notify(), and TProofPlayer::Process().
#define kPEX_STOPPED 1001 |
Definition at line 80 of file TProofPlayer.cxx.
Referenced by TStopTimer::Notify(), and TProofPlayer::Process().
ClassImp | ( | TProofPlayerSuperMaster | ) |
Definition at line 3391 of file TProofPlayer.cxx.
References TList::Add(), TList::At(), TSystem::BaseName(), TProof::Collect(), Error, TList::FindObject(), TProof::GetListOfActiveSlaves(), TCollection::GetSize(), gSystem, i, Info, TProof::IsMaster(), j, TPair::Key(), kPROOF_PROCESS, kSortDescending, Long64_t, TList::MakeIterator(), PDB, proof, TCollection::SetName(), TCollection::SetOwner(), TPerfStats::Start(), TPerfStats::Stop(), TProof::ValidateDSet(), TPair::Value(), and Warning().
ClassImp | ( | TProofPlayerSlave | ) |
Definition at line 3232 of file TProofPlayer.cxx.
References fb, TObject::FindObject(), TProof::GetParameter(), Info, kTRUE, PDB, and SafeDelete.
ClassImp | ( | TProofPlayerLocal | ) |