12#ifndef ROOT_TProofNodes 
   13#define ROOT_TProofNodes 
#define ClassDef(name, id)
 
TMap implements an associative array of (key,value) pairs using a THashTable for efficient retrieval ...
 
Mother of all ROOT objects.
 
PROOF worker node information
 
Int_t ActivateWorkers(Int_t nwrks)
Description: Activate 'nwrks' workers; calls TProof::SetParallel and rebuild the internal lists Input...
 
virtual ~TProofNodes()
Destructor.
 
Int_t GetMinWrksPerNode() const
 
void Build()
Desctiption: Build the node list, which is a list of nodes whose members in turn are lists of workers...
 
TMap * GetMapOfNodes() const
 
void Print(Option_t *option="") const
Description: Print node information.
 
Int_t GetNWorkersCluster() const
 
Int_t GetMaxWrksPerNode() const
 
TMap * GetMapOfActiveNodes() const
 
Int_t GetNActives() const
 
This class controls a Parallel ROOT Facility, PROOF, cluster.