#include <iostream>
#include "linalg.h"
Classes | |
struct | sPhysical |
struct | sProblem |
Various boolean values to flag any problems with the parameter point. More... | |
struct | drBarPars |
DRbar values of masses and mixings in MSSM. More... | |
Functions | |
ostream & | operator<< (ostream &, const sPhysical &) |
Formatted printout. | |
ostream & | operator<< (ostream &st, const sProblem &p) |
Formatted output, but won't print unflagged problems. | |
istream & | operator>> (istream &left, sPhysical &s) |
Formatted input of physical parameters. |
Revision 1.1.1.1 2004/11/19 16:18:31 allanach
Revision 1.14 2004/03/19 21:03:04 allanach Added 1-loop tadpole part
Revision 1.13 2004/01/15 13:54:54 allanach New heaer style implemented
Revision 1.12 2003/08/12 15:18:28 allanach Bug-fixed problem flags - some were forgotten
Revision 1.11 2003/07/22 09:16:04 allanach Added running MW, MZ to definition of drbar parameters
Revision 1.10 2003/06/05 09:17:19 allanach Started coding Les Houches Discord
Revision 1.9 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.8 2003/02/24 14:26:39 allanach Implementing DRbar parameters in loop corrections. Half way though: drbarpars now changes to MPZ notation, but need to get rid of pole masses in loop corrections (and re-calculate tadpoles).
Revision 1.7 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.6 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.4 2002/10/22 13:12:10 allanach Introduced new problem flag for infra-red quasi fixed points
Revision 1.3 2002/08/30 12:31:55 allanach Test RPV version that works!
Revision 1.3 2001/07/18 14:42:51 allanach Added proper header info