|
CLUMPY
Version 2011.09_corr2
|
(see janalysis.h) More...
#include "../include/clumps.h"#include "../include/geometry.h"#include "../include/inlines.h"#include "../include/janalysis.h"#include "../include/misc.h"#include "../include/params.h"#include "../include/profiles.h"#include "../include/stat.h"#include <algorithm>#include <iostream>#include <fstream>#include <math.h>#include <stdlib.h>#include <vector>#include <TF3.h>#include <TGraph.h>#include <TGraph2D.h>#include <THStack.h>#include <TLegend.h>#include <TMultiGraph.h>#include <TPaveText.h>#include <TRandom.h>#include <TStyle.h>
Go to the source code of this file.
Functions | |
| void | gal_set_pardpdv (double par_dpdv[10]) |
| void | gal_set_parsmooth (double par_smooth[21]) |
| void | gal_set_parsubs (double par_subs[9]) |
| void | gal_set_partot (double par_tot[10]) |
| void | gal_j1D (vector< double > const &x, string const ¶m_file, int switch_y, bool is_list_halos, double psi_los, double theta_los, double const &contrast_thresh) |
| void | gal_j2D (string const ¶m_file, double const &psi_deg, double const &theta_deg, double const &psi_size_deg, double const &theta_size_deg, int switch_j, double const &user_rse, bool is_subs_list) |
| void | halo_fracjpointlike_dist (string const &file_halos, double const &alphaint_deg, double const &frac, bool is_annihil, double const &rho_sat) |
| void | halo_fracjtot_alphaint (string const &file_halos, double const &frac, bool is_annihil, double const &rho_sat) |
| int | halo_get_index (string const &name, string const &type, vector< struct gStructHalo > &list_halos) |
| string | halo_get_name (int i, vector< struct gStructHalo > &list_halos) |
| string | halo_get_type (int i, vector< struct gStructHalo > &list_halos) |
| void | halo_j1D (vector< double > const &x, string const ¶m_file, int switch_y, bool is_jshell) |
| void | halo_j2D (string const ¶m_file, string const &name_in_list, double const &fov_deg, bool is_subs_drawn, double const &user_rse) |
| void | halo_load_list (string const &file_halos, vector< struct gStructHalo > &list_halos, bool is_clear) |
| void | halo_set_pardpdv (int i, double par_dpdv[10], vector< struct gStructHalo > &list_halos, bool is_halo_rotated) |
| void | halo_set_parsmooth (int i, double par_smooth[21], vector< struct gStructHalo > &list_halos, bool is_halo_rotated) |
| void | halo_set_parsubs (int i, double par_subs[9], vector< struct gStructHalo > &list_halos) |
| void | halo_set_partot (int i, double par_tot[10], vector< struct gStructHalo > &list_halos, bool is_halo_rotated) |
| void | stat_CLs (vector< double > const &x, string const &stat_files, vector< double > const &cls, int switch_y, double const &rho_sat, double const &eps, double const &alphaint_deg, int switch_stat_method) |
| void | stat_draw_chi2 (string const &stat_files) |
| void | stat_draw_correlations (string const &stat_file, int n_par, double const &rkpc_for_mr, double const &rho_sat) |
| void | stat_file2files (string const &stat_file, vector< string > &stat_files) |
| void | stat_find_bestmodel (string const &stat_files) |
| void | stat_find_CLs (string const &stat_files, double const &cl, int switch_stat_method) |
| int | stat_load_list (string const &stat_file, struct gStructHaloStatAna &stat_halo, bool is_verbose) |
| void | stat_set_partot (int i, double par_tot[10], struct gStructHaloStatAna &stat_halo, bool is_halo_rotated) |
(see janalysis.h)
Definition in file janalysis.cc.