![]() |
Darwin
1.0
Event loop based prototype framework
|
#include "FileUtils.h"
#include <TFile.h>
#include <TTree.h>
#include <TKey.h>
#include <strnatcmp.h>
Namespaces | |
Darwin | |
Darwin::Tools | |
Functions | |
std::unique_ptr< TFile > | GetOutput (std::filesystem::path output, const char *name) |
void | StandardInit () |
std::vector< std::filesystem::path > | GetROOTfiles (std::vector< std::filesystem::path > inputs) |
std::unique_ptr< TChain > | GetChain (std::vector< std::filesystem::path > inputs, const char *name="events") |
std::string | GetFirstTreeLocation (const std::filesystem::path &input) |
std::unique_ptr< TTree > | NewTree (const std::unique_ptr< TChain > &chain, const bool makeFriend, const char *thisFunc) |