#ifndef LIBTIMESTITCHER_H_ #define LIBTIMESTITCHER_H_ #include #include #include namespace R3BCalifaTimestitcher { typedef std::map branchptrmap_t; void prefixString(std::string& s0, const std::string& prefix); int fillClonesArray(); void addTreeBranches(TTree* merged, TTree* input, std::string prefix, branchptrmap_t &branchmap); TTree* findTree(std::string name); // int cloneTreeBranches(); } #endif