@@ -1249,26 +1249,6 @@ public:
12491249 return newInterface;
12501250 }
12511251
1252- // //////////////////////////////////////////////////////////////////////////
1253- // / \brief Save selected columns to disk, in a new TTree or RNTuple `treename` in file `filename`.
1254- // / \deprecated Use other overloads that do not require template arguments.
1255- // / \tparam ColumnTypes variadic list of branch/column types.
1256- // / \param[in] treename The name of the output TTree or RNTuple.
1257- // / \param[in] filename The name of the output TFile.
1258- // / \param[in] columnList The list of names of the columns/branches/fields to be written.
1259- // / \param[in] options RSnapshotOptions struct with extra options to pass to the output TFile and TTree/RNTuple.
1260- // / \return a `RDataFrame` that wraps the snapshotted dataset.
1261- // /
1262- template <typename ... ColumnTypes>
1263- R__DEPRECATED (
1264- 6 , 40 , " Snapshot does not need template arguments anymore, you can safely remove them from this function call." )
1265- RResultPtr<RInterface<RLoopManager>> Snapshot (std::string_view treename, std::string_view filename,
1266- const ColumnNames_t &columnList,
1267- const RSnapshotOptions &options = RSnapshotOptions())
1268- {
1269- return Snapshot (treename, filename, columnList, options);
1270- }
1271-
12721252 // //////////////////////////////////////////////////////////////////////////
12731253 // / \brief Save selected columns to disk, in a new TTree or RNTuple `treename` in file `filename`.
12741254 // / \param[in] treename The name of the output TTree or RNTuple.
0 commit comments