4#ifndef ANALYSISTREE_INFRA_CHAINDRAWHELPER_HPP_
5#define ANALYSISTREE_INFRA_CHAINDRAWHELPER_HPP_
7#include "Configuration.hpp"
18 void DrawTransform(std::string& expr);
23 static std::vector<std::pair<std::string, int>> FindAndRemoveFields(std::string& expr);
24 void DrawFieldTransform(std::string& expr);
Definition ChainDrawHelper.hpp:14
A class to store configuration of the whole AnalysisTree object.
Definition Configuration.hpp:58
Cuts keep list of SimpleCuts. Logical AND is applied for all SimpleCut in the Cuts object.
Definition BranchConfig.cpp:10