12 #ifndef ROOT_TProofNodes
13 #define ROOT_TProofNodes
28 class TProofNodes:
public TObject {
42 TProofNodes(TProof* proof);
44 virtual ~TProofNodes();
45 Int_t ActivateWorkers(Int_t nwrks);
46 Int_t ActivateWorkers(
const char *workers);
47 Int_t GetMaxWrksPerNode()
const {
return fMaxWrksNode; }
48 Int_t GetNWorkersCluster()
const {
return fNWrks; }
49 Int_t GetNNodes()
const {
return fNNodes; }
50 Int_t GetNCores()
const {
return fNCores; }
51 Int_t GetMinWrksPerNode()
const {
return fMinWrksNode; }
52 Int_t GetNActives()
const {
return fNActiveWrks; }
53 TMap* GetMapOfNodes()
const {
return fNodes; }
54 TMap* GetMapOfActiveNodes()
const {
return fActiveNodes; }
55 void Print(Option_t* option=
"")
const;
57 ClassDef(TProofNodes, 0)