@ -24,4 +26,5 @@ void define_analysis(py::module& m) {
m.def("analyze_dft",&analyzeDFT<double>,"Analyze the DFT",py::arg("dft"),py::arg("properties"),py::arg("symred")=true,py::arg("allow_modularisation")=false,py::arg("relevant_events")=std::set<size_t>(),py::arg("dc_for_relevant")=false);
m.def("compute_relevant_events",&storm::api::computeRelevantEvents<double>,"Compute relevant event ids from properties and additional relevant names",py::arg("dft"),py::arg("properties"),py::arg("additional_relevant_names")=std::vector<std::string>());