def vars(self): """ return all the variables in a PS """ return ParameterSet([var.get_parameter() for var in self._vars])