1 #ifndef ANALYSIS_TREE_CONVERTERTASK_H_
2 #define ANALYSIS_TREE_CONVERTERTASK_H_
4 #include "AnalysisTree/FillTask.hpp"
13 std::string match_to =
"") {
14 out_branch_ = std::move(out_branch_name);
25 void SetIndexesMap(std::map<std::string, std::map<int, int>>* indexes_map) {
32 std::map<std::string, std::map<int, int>>*
39 #endif // ANALYSIS_TREE_CONVERTERTASK_H_