#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include <sstream>
#include <cmath>
#include "midas.h"
#include <TH1.h>
#include <TDirectory.h>
#include "TGlobalData.h"
#include "TSetupData.h"
#include "TPulseIsland.h"
Go to the source code of this file.
Functions | |
INT | MDQ_IslandCounter_init (void) |
INT | MDQ_IslandCounter (EVENT_HEADER *, void *) |
INT | MDQ_IslandCounter_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. | |
TH1F * | hDQ_TDCCheck_muSc |
Coount of number of muSc hits in a run in the TDC. | |
map< std::string, TH1F * > | DQ_IslandCounter_histograms_map |
Maps bank name to histogram of number of TPIs in MIDAS event. | |
map< std::string, TH1F * > | DQ_IslandCounter_histograms_normalised_map |
Same as DQ_IslandCounter_histograms_map, but normalized vertical axis to muon count according to TDC. | |
map< std::string, TH1F * > | DQ_IslandCounter_histograms_both_axes_normalised_map |
Same as DQ_IslandCounter_histograms_normalised_map, but additionally horizontal axis is normalized in the same way. | |
ANA_MODULE | MDQ_IslandCounter_module |