Skip to content

Commit 271d42f

Browse files
committed
[proof] Deprecate PROOF and PROOFLITE with warnings
since the tools will be removed in 6.38.00. RDataFrame and DistRDF can be used instead.
1 parent 8e06818 commit 271d42f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: proof/proof/inc/TProof.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ friend class TXProofServ; // to access EUrgent
10711071
static Int_t GetParameter(TCollection *c, const char *par, Double_t &value);
10721072

10731073
ClassDefOverride(TProof,0) //PROOF control class
1074-
};
1074+
} R__DEPRECATED(6,38, "Legacy interactive distributed processing engine. Use RDataFrame and DistRDF instead.");
10751075

10761076
// Global object with default PROOF session
10771077
R__EXTERN TProof *gProof;

Diff for: proof/proof/inc/TProofLite.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,6 @@ friend class TProofPlayerLite;
168168
static Int_t GetNumberOfWorkers(const char *url = 0);
169169

170170
ClassDefOverride(TProofLite,0) //PROOF-Lite control class
171-
};
171+
} R__DEPRECATED(6,38, "Legacy interactive distributed processing engine. Use RDataFrame instead.");
172172

173173
#endif

0 commit comments

Comments
 (0)