AlcapDAQ
1
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <endian.h>
#include <byteswap.h>
#include "midas.h"
#include "mucap_structures.h"
#include "mucap_compress.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
HNDLE | hDB |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 13 of file mucap_optimize.cpp.
References cm_get_environment(), compress_event(), compress_load_all(), compress_optimize_all(), event_id, exp_name, hDB, host_name, printf(), read_midas_event(), and SUCCESS.
HNDLE hDB |
Definition at line 11 of file mucap_optimize.cpp.