Skip to content

Commit b39ec72

Browse files
committed
[ntuple] Set fNTupleName in RNTupleDS single file constructor
1 parent 04365d1 commit b39ec72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tree/dataframe/src/RNTupleDS.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ std::unique_ptr<ROOT::Internal::RPageSource> CreatePageSource(std::string_view n
432432
ROOT::RDF::RNTupleDS::RNTupleDS(std::string_view ntupleName, std::string_view fileName)
433433
: RNTupleDS(CreatePageSource(ntupleName, fileName))
434434
{
435+
fNTupleName = ntupleName;
435436
fFileNames = std::vector<std::string>{std::string{fileName}};
436437
}
437438

0 commit comments

Comments
 (0)