#ifndef TTREE_OPERATION_H_INCLUDED #define TTREE_OPERATION_H_INCLUDED #include #include #include "TString.h" #include "TTree.h" void get_values(float *tab, int size, std::shared_ptr tree, TString str1, TString str2); std::string type_of_data(std::string str); std::shared_ptr file_to_tree(std::string fdata="ntrac.dat", std::string froot="ntrac.root"); #endif // TTREE_OPERATION_H_INCLUDED