COSMOS v7.655
COSMOSv7655
(AirShowerMC)
|
Go to the source code of this file.
Functions | |
void | kwhisti (struct histogram1 *h, float ixmin, float ibinORxmax, int inbin, int itklg) |
void | kwhistc (struct histogram1 *h) |
void | kwhist (struct histogram1 *h, float x, float w) |
void | kwhists0 (int fromwhich) |
void | kwhists (struct histogram1 *h, float inorm) |
void | kwhistev (struct histogram1 *h, int evno) |
void | kwhistid (struct histogram1 *h, char *id) |
void | kwhistai (struct histogram1 *h, char *title, char *categ, char *dNunit, int logv, float pw, char *label, char *unit) |
void | kwhistdir (struct histogram1 *h, char *dir) |
void | kwhistpr (struct histogram1 *h, FILE *fno) |
void | kwhistw (struct histogram1 *h, FILE *bfnow) |
void | kwhistr (struct histogram1 *h, FILE *bfnor, int icon) |
void | kwhistd (struct histogram1 *h) |
void | kwhista (struct histogram1 *h1, struct histogram1 *h2, struct histogram1 *h) |
void | kwhistso (int binw) |
void | kwhistp (struct histogram1 *h, FILE *fno) |
int | k90whistReadAscii (struct histogram1 *h, FILE *fno) |
int | kwhistIxy (struct histogram1 *h, double x[], double y[], int n) |
int | kwhistxy (struct histogram1 *h, double x[], double y[], int n) |
int k90whistReadAscii | ( | struct histogram1 * | h, |
FILE * | fno | ||
) |
void kwhist | ( | struct histogram1 * | h, |
float | x, | ||
float | w | ||
) |
void kwhista | ( | struct histogram1 * | h1, |
struct histogram1 * | h2, | ||
struct histogram1 * | h | ||
) |
void kwhistai | ( | struct histogram1 * | h, |
char * | title, | ||
char * | categ, | ||
char * | dNunit, | ||
int | logv, | ||
float | pw, | ||
char * | label, | ||
char * | unit | ||
) |
void kwhistc | ( | struct histogram1 * | h | ) |
void kwhistd | ( | struct histogram1 * | h | ) |
Referenced by __add2hist.f__(), __bin2asciicomp.f__(), main(), proclatbin(), proctimebin(), and xbgrun().
void kwhistdir | ( | struct histogram1 * | h, |
char * | dir | ||
) |
void kwhistev | ( | struct histogram1 * | h, |
int | evno | ||
) |
void kwhisti | ( | struct histogram1 * | h, |
float | ixmin, | ||
float | ibinORxmax, | ||
int | inbin, | ||
int | itklg | ||
) |
void kwhistid | ( | struct histogram1 * | h, |
char * | id | ||
) |
int kwhistIxy | ( | struct histogram1 * | h, |
double | x[], | ||
double | y[], | ||
int | n | ||
) |
void kwhistp | ( | struct histogram1 * | h, |
FILE * | fno | ||
) |
Referenced by __test.f__(), kwhisti(), main(), and xbgrun().
void kwhistpr | ( | struct histogram1 * | h, |
FILE * | fno | ||
) |
void kwhistr | ( | struct histogram1 * | h, |
FILE * | bfnor, | ||
int | icon | ||
) |
Referenced by __add2hist.f__(), __bin2asciicomp.f__(), main(), proclatbin(), and proctimebin().
void kwhists | ( | struct histogram1 * | h, |
float | inorm | ||
) |
Referenced by __bin2asciicomp.f__(), __test.f__(), kwhisti(), main(), proclatbin(), proctimebin(), and xbgrun().
void kwhists0 | ( | int | fromwhich | ) |
void kwhistso | ( | int | binw | ) |
void kwhistw | ( | struct histogram1 * | h, |
FILE * | bfnow | ||
) |
int kwhistxy | ( | struct histogram1 * | h, |
double | x[], | ||
double | y[], | ||
int | n | ||
) |