file backend_types/MicrOmegas.hpp
[No description available] More…
Namespaces
Name |
---|
Gambit TODO: see if we can use this one: |
Gambit::MicrOmegas |
Classes
Name | |
---|---|
struct | Gambit::MicrOmegas::MOcommonSTR |
struct | Gambit::MicrOmegas::aChannel |
Detailed Description
Author:
- Jonathan Cornell (jcornell@ucsc.edu)
- Ankit Beniwal (ankit.beniwal@adelaide.edu.au)
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 2024-07-18 at 13:53:35 +0000