#include <cmath>
#include "susy.h"
#include "def.h"
#include "linalg.h"
#include "utils.h"
#include "numerics.h"
Classes | |
class | SoftParsMssm |
Soft SUSY breaking parameters and beta functions. More... | |
Enumerations | |
enum | softMasses |
SUSY breaking soft mass squared parameters. | |
enum | trilinears |
SUSY breaking trilinear parameters. | |
Functions | |
ostream & | operator<< (ostream &left, const SoftParsMssm &s) |
Formatted ouput of whole object. | |
istream & | operator>> (istream &left, SoftParsMssm &s) |
Formatted input of whole object. |
Revision 1.17 2004/01/15 13:54:55 allanach New heaer style implemented
Revision 1.16 2003/10/24 16:09:04 allanach Implemented running Higgs DRbar vev
Revision 1.14 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.12 2003/05/27 15:05:52 allanach Purely efficiency corrections: used variable rather than display() methods whenever possible
Revision 1.11 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.8 2002/07/30 12:57:32 allanach SOFTSUSY1.5
Revision 1.7 2002/06/14 16:26:30 allanach Switches included for 2-loop running of scalar masses, and calulating mt at mt.
Revision 1.6 2002/04/26 15:14:44 allanach Deleted all translation routines and defined boundary conditions within softsusy.h and softsusy.cpp
Revision 1.5 2002/04/14 13:50:41 allanach Now use V=m3^2 H1 H2 instead of V=mu B H1 H2. It's more natural!
Revision 1.4 2002/04/12 16:51:27 allanach Added display/set functions to work automatically
Revision 1.3 2002/04/12 06:24:50 allanach Code maintenance - returning a subobject made simpler
Revision 1.3 2001/09/28 14:49:02 allanach GMSB boundary conditions added
Revision 1.2 2001/07/18 14:42:51 allanach Added proper header info