Definition at line 22 of file ReadSpeed.hxx.
Public Attributes | |
std::vector< std::string > | fBranchNames |
Branches to read. | |
std::vector< std::string > | fFileNames |
List of input files. | |
std::vector< std::string > | fTreeNames |
Either a single tree name common for all files, or one tree name per file. | |
bool | fUseRegex = false |
If the branch names should use regex matching. | |
#include <ReadSpeed.hxx>
std::vector<std::string> ReadSpeed::Data::fBranchNames |
Branches to read.
Definition at line 28 of file ReadSpeed.hxx.
std::vector<std::string> ReadSpeed::Data::fFileNames |
List of input files.
Definition at line 26 of file ReadSpeed.hxx.
std::vector<std::string> ReadSpeed::Data::fTreeNames |
Either a single tree name common for all files, or one tree name per file.
Definition at line 24 of file ReadSpeed.hxx.
If the branch names should use regex matching.
Definition at line 30 of file ReadSpeed.hxx.