7 #include <cp3_llbb/TreeWrapper/interface/TreeWrapper.h>
13 Cut(
const std::string& name_,
const std::string& description_, ROOT::TreeGroup& tree):
14 cut(tree[name_ +
"_cut"].write<bool>()),
16 description(description_) {
24 std::string description;
35 void new_cut(
const std::string& name,
const std::string& description);
36 void pass_cut(
const std::string& name);
37 bool cut_passed(
const std::string& name)
const;
40 std::map<std::string, Cut> m_cuts;
Definition: Category.h:40