#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include <sstream>
#include <cmath>
#include "midas.h"
#include "../muSC_muPC/common.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_TDCCheck_init (void) |
INT | MDQ_TDCCheck (EVENT_HEADER *, void *) |
INT | MDQ_TDCCheck_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. | |
TH1F * | hDQ_TDCCheck_muScA |
Count of number of muScA hits in a run in the TDC. | |
TH1F * | hDQ_TDCCheck_muPC |
Count of muPC hits during the run. | |
TH1F * | hDQ_TDCCheck_Unknown |
Count of unknown TDC parameters during a run. | |
TH1F * | hDQ_TDCCheck_muSc_time |
Time distribution of muon hits in TDC. | |
TH1F * | hDQ_TDCCheck_muSc_rate |
Rate of muSc hits in TDC averaged over the run. | |
TH1F * | hDQ_TDCCheck_TDiff |
Timing correlation between muSc hits in digitizer in ns and muon hits in TDC (units?). | |
ANA_MODULE | MDQ_TDCCheck_module |