#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_FADCPacketLoss_init (void) |
INT | MDQ_FADCPacketLoss_BOR (INT run_number) |
INT | MDQ_FADCPacketLoss_EOR (INT run_number) |
INT | MDQ_FADCPacketLoss (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_FADCPacketLoss_Total |
Plots the total number of MIDAS events that had a packet loss per board. | |
static TH1 * | hDQ_FADCPacketLoss_Fraction |
Plots the fraction of MIDAS events that had a packet loss per board. | |
static TH2 * | hDQ_FADCPacketLoss_TotalByEvent |
static int | n_total_midas_events |
ANA_MODULE | MDQ_FADCPacketLoss_module |