#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_muScTDiff_init (void) |
INT | MDQ_muScTDiff (EVENT_HEADER *, void *) |
INT | MDQ_muScTDiff_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. | |
map< std::string, TH1F * > | DQ_muScTDiff_histograms_map |
Map of bank name to time stamp correlation with muSc TPI time stamps. The muSc histogram exists but is empty. | |
map< std::string, TH1F * > | DQ_muScTDiff_histograms_normalised_map |
Same as DQ_muScTDiff_histograms_map, but normalized to number of muon hits according to TDC. | |
map< std::string, TH1F * > | DQ_muScTDiff_histograms_with_time_shift_map |
Same as DQ_muScTDiff_histograms_map, except each TPI's time stamp has had the expected timing correlation peak subtracted off. If correct, the peak should be at zero in these plots. | |
float | axis_limit = 50000 |
TH1F * | hDQ_TDCCheck_muSc |
Coount of number of muSc hits in a run in the TDC. | |
ANA_MODULE | MDQ_muScTDiff_module |