Project
Loading...
Searching...
No Matches
o2::utils::RootChain Class Reference

#include <RootChain.h>

Static Public Member Functions

static std::unique_ptr< TChain > load (const std::string trName, const std::string inpFile)
 
static void addFile (TChain *ch, const std::string inp)
 

Detailed Description

Simple utility to create a chain from single root file or text list with root file names Any input file not ending by ".root" will be considered as a list of input root files or other lists (may be mixed with root files). The lines starting by "//" or "#" will be ignored

Definition at line 29 of file RootChain.h.

Member Function Documentation

◆ addFile()

void RootChain::addFile ( TChain *  ch,
const std::string  inp 
)
static

Definition at line 36 of file RootChain.cxx.

◆ load()

std::unique_ptr< TChain > RootChain::load ( const std::string  trName,
const std::string  inpFile 
)
static

Definition at line 21 of file RootChain.cxx.


The documentation for this class was generated from the following files: