17namespace Experimental {
42 const auto fullpath =
p.second +
"?#" +
p.first;
59 throw std::logic_error(
"Mismatch between number of trees and file globs.");
104unsigned int RSample::GetSampleId()
const
109void RSample::SetSampleId(
unsigned int id)
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize id
Class representing a sample which is a grouping of trees and their fileglobs, and,...
const std::string & GetSampleName() const
Get the name of the sample (RSample object).
const std::vector< std::string > & GetFileNameGlobs() const
Get the collection of the filename globs associated with the sample.
RMetaData fMetaData
An instance of the RMetaData class.
std::vector< std::string > fFileNameGlobs
A list of file names.
const std::vector< std::string > & GetTreeNames() const
Get the collection of the tree names associated with the sample.
unsigned int fSampleId
Global sample index, set inside of the RDatasetSpec.
std::string fSampleName
Name of the sample.
const RMetaData & GetMetaData() const
Get an instance of the RMetaData class.
std::vector< std::string > fTreeNames
A list of names of trees.
A chain is a collection of files containing TTree objects.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...