|
Defines |
#define | LOG_IMPL(LEVEL, format,) printf("%s:%d\t", __FILE__, __LINE__), printf(format, ##__VA_ARGS__ ), printf("\n") |
#define | log_trace(format,) LOG_IMPL(TRACE, format, ##__VA_ARGS__) |
#define | log_debug(format,) LOG_IMPL(DEBUG, format, ##__VA_ARGS__) |
#define | log_info(format,) LOG_IMPL(INFO, format, ##__VA_ARGS__) |
#define | log_warn(format,) LOG_IMPL(WARN, format, ##__VA_ARGS__) |
#define | log_error(format,) LOG_IMPL(ERROR, format, ##__VA_ARGS__) |
#define | log_fatal(format,) |
Functions |
string | getDataDir () |
double | fluxFunction_prompt (const double *function, double lE, double costheta) |
double | fluxFunction (const double *function, double lE, double costheta) |