#include <iostream>
#include <sstream>
#include <string>
#include <mycomplex.h>
#include <def.h>
#include <linalg.h>
#include <lowe.h>
#include <rge.h>
#include <softsusy.h>
#include <softpars.h>
#include <susy.h>
#include <utils.h>
#include <numerics.h>
#include <twoloophiggs.h>
Namespaces | |
namespace | std |
Classes | |
class | MssmSoftsusy2 |
Functions | |
double | mgutCheck (char *a, bool &gaugeUnification, bool &ewsbBCscale) |
void | errorCall () |
Incorrect input: gives advice on how to supply it. | |
void | extendedSugraBcs2 (MssmSoftsusy &m, const DoubleVector &inputParameters) |
Revision 1.14 2004/03/23 00:16:24 allanach Added option to set MGUT=mEWSB
Revision 1.13 2004/03/21 20:43:05 allanach Added alternative electroweak symmetry breaking conditions. Added possibility of EWSB=SUSY breaking boundary condition scale in SUSY Les Houches Accord.
Revision 1.12 2004/03/19 21:27:25 allanach Dispensed with global variable storing 1-loop value of tadpoles. Intermediate step is just to include them in physpars structure.
Revision 1.11 2004/03/19 20:41:34 allanach Corrected alternative EWSB conditions
Revision 1.10 2004/03/17 13:05:23 allanach Added stau corrections to different REWSB condition
Revision 1.9 2004/03/17 12:46:17 allanach Debugging different EWSB condition. 2-loop stuff commented better now, and getVev not used since it introduces the leading-log inaccuracy.
Revision 1.8 2003/10/24 16:30:26 allanach Deleted old higgsVevMs variable, using running variable instead
Revision 1.7 2003/08/19 14:26:22 allanach Changing lowOrg to be more sensible about gauge unification. Should now be called with POSITIVE mgut and a flag for gauge unification.
Revision 1.6 2003/08/19 14:02:03 allanach Can now use "unified" to flag gauge unification
Revision 1.5 2003/07/24 14:55:28 allanach Implemented les Houches input and output properly in the usual command-line interface
Revision 1.4 2003/07/21 14:00:18 allanach MZ fully implemented as an input now. Kept MZ as the central PDG 2002 value, for defaults etc
Revision 1.3 2003/05/22 12:45:41 allanach Fortran version of 2-loop Higgs corrections included with corrections: alpha_s (alpha_t + alpha_b) + alpha_t^2 + alpha_b^2 + alpha_t alpha_b
Revision 1.2 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.1 2003/04/02 09:19:42 allanach Relegated MssmSoftsusy2 definition (and other headers) here
|
This boundary condition does *not* set the parameters mH1^2 and mH2^2, since they are set in order to be consistent with a certain mu and MA. |
|
Does the user require gauge unification or not -- gaugeUnification changed to be correct value |