#include "softpars.h"
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.2 2004/12/23 15:29:20 allanach Promoted INCLUDE_2_LOOP_SCALAR_CORRECTIONS to a global variable (in preparation for its control in the SUSY Les Houches Accord)
Revision 1.40 2004/05/23 19:17:05 allanach Added some quicker coding in the 2-loop beta functions (3rd fam approx)
Revision 1.39 2004/05/21 16:23:23 allanach Fixed bug that prevented compilation of the 2-loop scalar mass/trilinear running.
Revision 1.38 2004/05/19 11:47:33 allanach Debugged 2-loop hd beta function
Revision 1.37 2004/04/21 09:29:25 allanach Fixed bug in mQL^2 in GMSB BCs.
Revision 1.36 2004/01/28 14:05:15 allanach Added special cases of x=0,1 to GMSB boundary conditions in order to avoid infinities.
Revision 1.35 2004/01/15 13:54:55 allanach New heaer style implemented
Revision 1.34 2004/01/09 18:47:26 allanach Made faster and more efficient
Revision 1.33 2003/10/27 19:20:32 allanach Bug-fix in 2-loop gaugino mass beta function
Revision 1.32 2003/10/24 16:09:04 allanach Implemented running Higgs DRbar vev
Revision 1.30 2003/08/28 14:40:46 allanach Small bug-fix in Higgs mass squared running (two-loop term).
Revision 1.29 2003/07/25 13:39:15 allanach Trapped errors properly rather than exiting
Revision 1.28 2003/07/16 11:54:16 allanach Added 2-loop RGE terms to higgs mass squared parameters as the default (in the dominant third family approximation)
Revision 1.27 2003/06/25 17:58:40 allanach Put in 2-loop higgs mass corrections (in third family approximation) as a default in softpars
Revision 1.25 2003/06/05 09:17:19 allanach Started coding Les Houches Discord
Revision 1.24 2003/05/27 15:05:52 allanach Purely efficiency corrections: used variable rather than display() methods whenever possible
Revision 1.23 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.22 2003/02/21 17:59:36 allanach Added drbar parameter class and calculation, starting to move to DRbar parameters in the 1-loop corrections
Revision 1.21 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.20 2002/12/19 18:35:20 allanach Put missing "double" statements in for two-loop option
Revision 1.18 2002/11/07 20:10:23 allanach Bug-fixed GMSB BCs
Revision 1.17 2002/09/09 10:42:54 allanach TOLERANCE replaces EPS as being more user-friendly
Revision 1.16 2002/09/03 14:16:44 allanach Taken PRINTOUT, MIXING, TOLERANCE out of def.h to make it quicker to compile once they are changed.
Revision 1.15 2002/08/30 12:31:55 allanach Test RPV version that works!
Revision 1.14 2002/07/30 12:57:31 allanach SOFTSUSY1.5
Revision 1.13 2002/07/03 14:45:41 allanach 2-loop scalar beta-functions completed
Revision 1.12 2002/07/01 16:09:10 allanach Added 2-loop hd, hu beta functions
Revision 1.11 2002/06/14 16:26:30 allanach Switches included for 2-loop running of scalar masses, and calulating mt at mt.
Revision 1.9 2002/04/18 14:32:05 allanach Changed RGEs and anomalous dimensions to be compatible with new notation; started implementation of rewsb in R-parity violation
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.5 2001/10/22 09:19:28 allanach Fixed missing fermion contribution in piZZT. Turned some integers to decimals for performance on more platforms.
Revision 1.4 2001/10/04 19:26:34 allanach New version deals with AMSB correctly
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