file Backends/default_bossed_versions.hpp

[No description available] More…

Defines

Name
Default_gm2calc
Default_Pythia
Default_HepLike
Default_vevacious

Detailed Description

Author: Pat Scott (patscott@physics.mcgill.ca)

Date: 2014 Nov

Choices about the default versions of backends to use for loading types (specific versions of types can always be used by employing the qualified type BACKENDNAME_SAFEVERSION::TYPE)


Authors (add name and date if you modify):


Macros Documentation

define Default_gm2calc

#define Default_gm2calc 1_3_0

define Default_Pythia

#define Default_Pythia 8_212

define Default_HepLike

#define Default_HepLike 1_2

define Default_vevacious

#define Default_vevacious 1_0

Source code

//  *********************************************
//   GAMBIT: Global and Modular BSM Inference Tool
//   *********************************************
///  \file
///
///  Choices about the default versions of backends
///  to use for loading types (specific versions
///  of types can always be used by employing the
///  qualified type BACKENDNAME_SAFEVERSION::TYPE)
///
///  *********************************************
///
///  Authors (add name and date if you modify):
///
///  \author Pat Scott
///          (patscott@physics.mcgill.ca)
///  \date 2014 Nov
///
///  *********************************************

#pragma once

// Choose default versions here, using underscores instead of periods

#define  Default_gm2calc 1_3_0
#define  Default_Pythia 8_212
#define  Default_HepLike 1_2
#define  Default_vevacious 1_0

// Defaults added by GUM (do not remove this comment).

Updated on 2022-08-03 at 12:58:06 +0000