52this, "output", "", "the output view container to produce"};
53
56private:
57 Gaudi::Property<std::vector<std::string>> m_selection {this, "selection", {}, "the list of selection decorations"};
58
59private:
60 Gaudi::Property<std::vector<SelectionType>> m_ignore {this, "ignore", {}, "the list of cuts to *ignore* for each selection"};
61
63private:
64 Gaudi::Property<bool> m_sortPt {this, "sortPt", false, "whether to sort objects in pt"};
65
67private:
68 Gaudi::Property<bool> m_allowMissing {this, "allowMissing", false, "Allow the input container to be missing"};
69
71private:
72 Gaudi::Property<bool> m_deepCopy {this, "deepCopy", false, "perform a deep copy"};
73
74private:
75 Gaudi::Property<std::size_t> m_sizeLimit {this, "sizeLimit", std::numeric_limits<std::size_t>::max(), "the limit on the size of the output container"};