Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ReadSpeed::Data Struct Reference

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>

Member Data Documentation

◆ fBranchNames

std::vector<std::string> ReadSpeed::Data::fBranchNames

Branches to read.

Definition at line 28 of file ReadSpeed.hxx.

◆ fFileNames

std::vector<std::string> ReadSpeed::Data::fFileNames

List of input files.

Definition at line 26 of file ReadSpeed.hxx.

◆ fTreeNames

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.

◆ fUseRegex

bool ReadSpeed::Data::fUseRegex = false

If the branch names should use regex matching.

Definition at line 30 of file ReadSpeed.hxx.

Collaboration diagram for ReadSpeed::Data:
[legend]

The documentation for this struct was generated from the following file: