#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include "midas.h"
#include <TH1.h>
#include <TH2.h>
#include <TDirectory.h>
#include "TOctalFADCIsland.h"
#include "TOctalFADCBankReader.h"
#include "TGlobalData.h"
#include "TSetupData.h"
Go to the source code of this file.
Functions | |
INT | MDQ_FADCBufferOverflow_init (void) |
INT | MDQ_FADCBufferOverflow_BOR (INT run_number) |
INT | MDQ_FADCBufferOverflow_EOR (INT run_number) |
INT | MDQ_FADCBufferOverflow (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 TH1 * | hDQ_FADCBufferOverflow_Total |
Plots the total number of MIDAS events in which the FADC buffer overflowed for each board. | |
static TH1 * | hDQ_FADCBufferOverflow_Fraction |
Plots the fraction of MIDAS events where the FADC buffer overflowed for each board. | |
static TH2 * | hDQ_FADCBufferOverflow_TotalByEvent |
Plots the total number of FADC buffer overflows in each board on an event-by-event basis. | |
static int | n_total_midas_events |
ANA_MODULE | MDQ_FADCBufferOverflow_module |