forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[df] Introduce function to retrieve type of data source
Introduce a new method to get a label for the data source that the current RDataFrame is processing. There are three main types: * The dataframe will process a TTree dataset * The dataframe will process an empty dataset * The dataframe will process data from an RDataSource The function returns a label with the suffix "DS" also for the first two cases, to be aligned as much as possible with the RDataSource infrastructure.
- Loading branch information
1 parent
74b5614
commit 75999ea
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters