AlcapDAQ
1
|
#include <math.h>
Go to the source code of this file.
Macros | |
#define | MIN(a, b) (((a) < (b))? (a) : (b)) |
#define | MAX(a, b) (((a) > (b))? (a) : (b)) |
Functions | |
static double | safe_fmod (double x, double y) |
TTree * | MqlRegisterTree (char *treeName) |
#define MAX | ( | a, | |
b | |||
) | (((a) > (b))? (a) : (b)) |
Definition at line 11 of file Mql.h.
Referenced by MMuPC1AnalysisMQL(), MMuSCAnalysisMQL(), scheduler(), and vme_open().
#define MIN | ( | a, | |
b | |||
) | (((a) < (b))? (a) : (b)) |
Definition at line 7 of file Mql.h.
Referenced by caenV767_poll1(), epics_ca_get_all(), epics_ca_set_all(), MMuPC1AnalysisMQL(), MMuSCAnalysisMQL(), print_diag_output(), sis3600_fifo_read(), sis3600_poll1(), update_odb(), vme_dma_read(), vme_dma_write(), and vme_open().
TTree* MqlRegisterTree | ( | char * | treeName) |