#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 "sou1d_gauss.h"
#include "sou3d_ylm.h"
#include "corr3d_ylm.h"
#include "corr3d_histo.h"
#include "sou3d_histo.h"
#include "constants.h"
Go to the source code of this file.
Functions | |
void | plotWidget1d (yasper::ptr< CObject1d > pExpansion, const parameterMap &inMap, double xmin, double xmax) |
void | plot3dSlices (yasper::ptr< CObject3d > pObj, 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 plot3dSlices | ( | yasper::ptr< CObject3d > | pObj, | |
const parameterMap & | inMap | |||
) |
void plotWidget1d | ( | yasper::ptr< CObject1d > | pExpansion, | |
const parameterMap & | inMap, | |||
double | xmin, | |||
double | xmax | |||
) |