88 Gaudi::Property<std::string> m_treeName {this, "TreeName", "physics", "Name of the tree to write"};
90 Gaudi::Property<std::vector<std::string>> m_branches {this, "Branches", {}, "Branches to write to the output tree"};
91 Gaudi::Property<std::vector<std::string>> m_nonContainers {this, "NonContainers", {"EventInfo"}, "List of objects that are single elements, not containers"};
92 Gaudi::Property<int> m_defaultBasketSize {this, "DefaultBasketSize", 0, "Default basket size for tree branches (0 means ROOT default)"};