#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string>
#include <map>
#include <utility>
#include <algorithm>
#include "midas.h"
#include <TH1.h>
#include <TH2.h>
#include "TRandom3.h"
#include "TGlobalData.h"
#include "TSetupData.h"
Go to the source code of this file.
Functions | |
static INT | module_init (void) |
static INT | module_event_caen (EVENT_HEADER *, void *) |
Variables | |
HNDLE | hDB |
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. | |
static vector< string > | caen_boston_bank_names |
List of BU CAEN bank names for the event loop. | |
static unsigned int | nPreSamples |
Number of samples to record before a trigger. | |
static const int | NCHAN = 4 |
Number of channels in DT5720. | |
ANA_MODULE | MDT5720ProcessRaw_module |