gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
priors.hpp File Reference

Prior object construction routines. More...

#include <string>
#include <vector>
#include "gambit/Utils/yaml_options.hpp"
#include "gambit/ScannerBit/scanner_utils.hpp"
#include "gambit/ScannerBit/base_prior.hpp"
Include dependency graph for priors.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Gambit
 TODO: see if we can use this one:
 
 Gambit::Priors
 

Macros

#define LOAD_PRIOR(tag, ...)   REGISTER(prior_creators, tag, __VA_ARGS__)
 

Variables

 Gambit::Priors::gambit_registry
 
reg_elem< create_prior_function > Gambit::Priors::prior_creators
 

Detailed Description

Prior object construction routines.


Authors (add name and date if you modify):

Author
Ben Farmer (benja.nosp@m.min..nosp@m.farme.nosp@m.r@mo.nosp@m.nash..nosp@m.edu..nosp@m.au)
Date
2013 Dec
Author
Gregory Martinez (grego.nosp@m.ry.d.nosp@m.avid..nosp@m.mart.nosp@m.inez@.nosp@m.gmai.nosp@m.l.com)
Date
2014 Feb

Definition in file priors.hpp.

Macro Definition Documentation

◆ LOAD_PRIOR

#define LOAD_PRIOR (   tag,
  ... 
)    REGISTER(prior_creators, tag, __VA_ARGS__)

Definition at line 33 of file priors.hpp.