#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <signal.h>
#include "midas.h"
#include "TGlobalData.h"
#include "TSetupData.h"
#include "TVacuumData.h"
#include "MODULES.h"
Go to the source code of this file.
Functions | |
bool | UpdateDetectorBankNameMap (TSetupData *gSetup) |
static void | catastrophe (int signum) |
INT | analyzer_init () |
INT | analyzer_exit () |
INT | ana_begin_of_run (INT run_number, char *error) |
INT | ana_end_of_run (INT run_number, char *error) |
INT | ana_pause_run (INT run_number, char *error) |
INT | ana_resume_run (INT run_number, char *error) |
INT | analyzer_loop () |
Variables | |
char * | analyzer_name = "Analyzer" |
INT | analyzer_loop_period = 0 |
INT | odb_size = DEFAULT_ODB_SIZE |
TGlobalData * | gData |
Object to hold data used and produced by modules throughout alcapana stage of analysis. | |
TSetupData * | gSetup |
Hardware information about digitizers and detectors to be used during alcapana stage of analysis. | |
TVacuumData * | gVacuum |
Vacuum data slow control. | |
BANK_LIST | ana_trigger_bank_list [] |
BANK_LIST | ana_vacuum_bank_list [] |
ANA_MODULE | MVacuumHisto_module |
ANA_MODULE * | Vacuum_module [] |
ANALYZE_REQUEST | analyze_request [] |