file models/NUHM2.hpp
[No description available] More…
Defines
| Name | |
|---|---|
| MODEL | |
| PARENT | 
Detailed Description
Author: Pat Scott (p.scott@imperial.ac.uk)
Date: 2015 Sep
NUHM2 model declaration.
Authors (add name and date if you modify):
Macros Documentation
define MODEL
#define MODEL NUHM2
define PARENT
#define PARENT MSSM63atMGUT
Source code
//   GAMBIT: Global and Modular BSM Inference Tool
//   *********************************************
///  \file
///
///  NUHM2 model declaration.
///
///  *********************************************
///
///  Authors (add name and date if you modify):
///
///  \author Pat Scott
///          (p.scott@imperial.ac.uk)
///  \date 2015 Sep
///
///  *********************************************
#ifndef __NUHM2_hpp__
#define __NUHM2_hpp__
// Must include models which are targets of translation functions
#include "gambit/Models/models/MSSMatMGUT.hpp"
#define MODEL NUHM2
#define PARENT MSSM63atMGUT
  START_MODEL
  DEFINEPARS(M0,M12,mHu,mHd,A0,TanBeta,SignMu)
  INTERPRET_AS_PARENT_FUNCTION(NUHM2_to_MSSM63atMGUT)
  // Translation functions defined in NUHM2.cpp
#undef PARENT
#undef MODEL
#endif
Updated on 2025-02-12 at 16:10:34 +0000