#include <iostream>
#include <fstream>
#include <iomanip>
#include <string>
#include "yasper.h"
#include "message.h"
#include "parametermap.h"
#include "cheezyparser.h"
#include "kernel_chooser.h"
#include "sou1d_legendre.h"
#include "sou1d_laguerre.h"
#include "sou1d_hermite.h"
#include "sou1d_chebyshev.h"
#include "sou1d_histo.h"
#include "sou1d_bsplines.h"
#include "kernel.h"
#include "crombergintegrator.h"
#include "constants.h"
Go to the source code of this file.
Classes | |
class | CBFPLOTIntegrand |
Functions | |
void | plotSource (yasper::ptr< CBasisFunctionExpansion1d > pExpansion, const parameterMap &inMap) |
void | plotCorrelation (yasper::ptr< CBasisFunctionExpansion1d > pExpansion, CKernel *pKernel, const parameterMap &inMap) |
void | getHelp (void) |
Print usage information & quit. | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
-------------------------------------------------------
Core-Halo Ur-Model (CHUM) This is a simple implementation of the Core-Halo model based off of Scott-Pratt's PhaseMaker code, but with several simple flow patterns implemented as well as a rho-meson induced halo as well as an exponential decaying core (which also gives a halo!)
-------------------------------------------------------
void plotCorrelation | ( | yasper::ptr< CBasisFunctionExpansion1d > | pExpansion, | |
CKernel * | pKernel, | |||
const parameterMap & | inMap | |||
) |
void plotSource | ( | yasper::ptr< CBasisFunctionExpansion1d > | pExpansion, | |
const parameterMap & | inMap | |||
) |