#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include <sstream>
#include <cmath>
#include "midas.h"
#include <TH1.h>
#include <TH2.h>
#include <TDirectory.h>
#include "TGlobalData.h"
#include "TSetupData.h"
#include "TPulseIsland.h"
Go to the source code of this file.
Functions | |
INT | MDQ_DigitizerOverflow_init (void) |
INT | MDQ_DigitizerOverflow (EVENT_HEADER *, void *) |
INT | MDQ_DigitizerOverflow_eor (INT) |
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 TH2 * | hDQ_DigitizerOverflow_FractionByEvent |
Plots the fraction of TPIs with any sample above the largest possible ADC value for each channel on an event-by-event basis. | |
static TH2 * | hDQ_DigitizerOverflow_TotalByEvent |
Plots total number of TPulseIslands in each channel on an event-by-event basis (for normalisation hDQ_DigitizerOverflow_FractionByEvent). | |
static TH1 * | hDQ_DigitizerOverflow_Fraction |
Plots the fraction of TPIs with any sample above the largest possible ADC value for each channel. | |
static TH1 * | hDQ_DigitizerOverflow_Total |
Plots the total number of TPulseIslands in each channel (for normalisation of hDQ_DigitizerOverflow_Fraction). | |
ANA_MODULE | MDQ_DigitizerOverflow_module |