Skip to content

Commit

Permalink
adding getters to expose the internal SLHA objecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Nov 13, 2014
1 parent f980320 commit d90bce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/slha_io.hpp
Expand Up @@ -146,6 +146,7 @@ class SLHA_io {
void fill(softsusy::QedQcd&) const;
const Extpar& get_extpar() const { return extpar; }
const Modsel& get_modsel() const { return modsel; }
const SLHAea::Coll& get_data() const { return data; }
void read_from_file(const std::string&);
double read_block(const std::string&, const Tuple_processor&) const;
template <class Derived>
Expand Down
1 change: 1 addition & 0 deletions templates/slha_io.hpp.in
Expand Up @@ -57,6 +57,7 @@ public:
void fill(Spectrum_generator_settings&) const;
double get_input_scale() const;
double get_parameter_output_scale() const;
const SLHA_io& get_slha_io() const { return slha_io; }
void read_from_file(const std::string&);
void set_extpar(const @ModelName@_input_parameters&);
template <class T> void set_extra(const @ModelName@<T>&);
Expand Down

0 comments on commit d90bce4

Please sign in to comment.