file backend_types/MicrOmegas.hpp

[No description available] More…

Namespaces

Name
Gambit
TODO: see if we can use this one:
Gambit::MicrOmegas

Classes

Name
structGambit::MicrOmegas::MOcommonSTR
structGambit::MicrOmegas::aChannel

Detailed Description

Author:

Date:

  • 2014 Sep
  • 2016 Aug

Definitions of container classes for the micrOMEGAs backend.


Authors (add name and date if you modify):


Source code

//   GAMBIT: Global and Modular BSM Inference Tool
//   *********************************************
///  \file
///
///  Definitions of container classes
///  for the micrOMEGAs backend.
///
///  *********************************************
///
///  Authors (add name and date if you modify):
///
///  \author Jonathan Cornell
///          (jcornell@ucsc.edu)
///  \date 2014 Sep
///
///  \author Ankit Beniwal
///          (ankit.beniwal@adelaide.edu.au)
///  \date 2016 Aug
///
///  *********************************************

#ifndef __MicrOmegas_types_hpp__
#define __MicrOmegas_types_hpp__

namespace Gambit
{
  namespace MicrOmegas
  {
    typedef struct { double par[36]; } MOcommonSTR;
    typedef struct { double weight; char*prtcl[5]; } aChannel;
  }
}

#endif // defined __MicrOmegas_types_hpp__

Updated on 2023-06-26 at 21:36:57 +0000