source: TRACY3/trunk/tracy/tracy/inc/max4_lib.h @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 920 bytes
Line 
1char* get_prm_scl(void); 
2
3void LoadFieldErr_scl(const char *FieldErrorFile, const bool Scale_it,
4                      const double Scale, const bool new_rnd, const int m) ;
5                     
6void get_cod_rms_data(const int n_seed, const int nfam, const int fnums[], 
7                      const double dx, const double dy, const double dr,
8                      double x_mean[][6], double x_sigma[][6], 
9                      double theta_mean[][2], double theta_sigma[][2]) ;
10
11void prt_cod_rms_data(const char name[], double x_mean[][6], 
12                      double x_sigma[][6], double theta_mean[][2], 
13                      double theta_sigma[][2]) ;       
14
15void add_family( const char *name, int &nfam, int fnums[] ) ;
16
17void get_cod_rms_scl(const double dx, const double dy, const double dr,
18                     const int n_seed) ;
19                     
20void get_cod_rms_scl_new(const int n_seed) ;
21
22double get_dynap_scl(const double delta, const int n_track2) ;
23
24void get_matching_params_scl() ;
25       
26
27
28   
29
Note: See TracBrowser for help on using the repository browser.