flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
slha_format.cpp File Reference
#include "slha_format.hpp"
Include dependency graph for slha_format.cpp:

Go to the source code of this file.

Namespaces

namespace  flexiblesusy
 

Variables

const char *const flexiblesusy::format_effectivecouplings = "%9d %9d %9d %16.8E # %s\n"
 SLHA line formatter for the EFFECTIVECOUPLINGS block. More...
 
const char *const flexiblesusy::format_total_width = "%9d %16.8E # %s\n"
 SLHA line formatter for the DECAY block. More...
 
const char *const flexiblesusy::mass_formatter = " %9d %16.8E # %s\n"
 SLHA line formatter for the MASS block entries. More...
 
const char *const flexiblesusy::mixing_matrix_formatter = " %2d %2d %16.8E # %s\n"
 SLHA line formatter for the mixing matrix entries = NMIX, UMIX, VMIX, ... More...
 
const char *const flexiblesusy::number_formatter = " %16.8E # %s\n"
 SLHA number formatter. More...
 
const char *const flexiblesusy::obsinfo_formatter = " %5d %5d %s\n"
 SLHA line formatter for the OBSINFO block entries. More...
 
const char *const flexiblesusy::scale_formatter = "%9.8E"
 SLHA scale formatter. More...
 
const char *const flexiblesusy::single_element_formatter = " %5d %16.8E # %s\n"
 SLHA line formatter for the one-element entries = HMIX, GAUGE, MSOFT, ... More...
 
const char *const flexiblesusy::spinfo_formatter = " %5d %s\n"
 SLHA line formatter for the SPINFO block entries. More...
 
const char *const flexiblesusy::tensor_formatter = " %8d %8d %8d %16.8E # %s\n"
 SLHA line formatter for entries with three indices. More...
 
const char *const flexiblesusy::vector_formatter = " %5d %16.8E # %s\n"
 SLHA line formatter for vector entries. More...
 
const char *const flexiblesusy::wilson_formatter = " %8s %8s %1d%1d %1d %16.8E # %s\n"
 FLHA line formatter for FWCOEF, IMFCOEF block entries. More...