File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,14 @@ public:
271271 RIterator begin () { return RIterator (*this , 0 ); }
272272 RIterator end () { return RIterator (*this , ROOT::kInvalidNTupleIndex ); }
273273
274+ // ///////////////////////////////////////////////////////////////////////////
275+ // / \brief Create an `RNTupleProcessor` for a single RNTuple.
276+ // /
277+ // / \param[in] ntuple The name and storage location of the RNTuple to process.
278+ // / \param[in] model An RNTupleModel specifying which fields can be read by the processor. If no model is provided,
279+ // / one will be created based on the descriptor of the first ntuple specified.
280+ // /
281+ // / \return A pointer to the newly created RNTupleProcessor.
274282 static std::unique_ptr<RNTupleProcessor>
275283 Create (const RNTupleOpenSpec &ntuple, std::unique_ptr<RNTupleModel> model = nullptr );
276284
You can’t perform that action at this time.
0 commit comments