AlcapDAQ
1
|
#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 "TGlobalData.h"
#include "TSetupData.h"
#include "TPulseIsland.h"
Go to the source code of this file.
Functions | |
INT | MCommonOnlineDisplayPlots_init (void) |
INT | MCommonOnlineDisplayPlots_bor (INT) |
INT | MCommonOnlineDisplayPlots (EVENT_HEADER *, void *) |
Variables | |
HNDLE | hDB |
TGlobalData * | gData |
TSetupData * | gSetup |
map< std::string, TH1I * > | height_histograms_map |
map< std::string, TH1I * > | time_histograms_map |
map< std::string, TH2D * > | shape_histograms_map |
map< std::string, TH1I * > | latest_pulse_histograms_map |
static TH1I * | hPulseRawCount |
ANA_MODULE | MCommonOnlineDisplayPlots_module |
INT MCommonOnlineDisplayPlots | ( | EVENT_HEADER * | pheader, |
void * | pevent | ||
) |
This method processes one MIDAS block, producing a vector of TOctalFADCIsland objects from the raw Octal FADC data.
Definition at line 158 of file MCommonOnlineDisplayPlots.cpp.
References TGlobalData::fPulseIslandToChannelMap, TSetupData::GetDetectorName(), hPulseRawCount, and SUCCESS.
INT MCommonOnlineDisplayPlots_bor | ( | INT | run_number) |
Definition at line 138 of file MCommonOnlineDisplayPlots.cpp.
References TSetupData::fBankToDetectorMap, and hPulseRawCount.
INT MCommonOnlineDisplayPlots_init | ( | ) |
This method initializes histograms.
Definition at line 67 of file MCommonOnlineDisplayPlots.cpp.
References TSetupData::fBankToDetectorMap, TSetupData::GetDetectorName(), hPulseRawCount, TSetupData::IsBostonCAEN(), TSetupData::IsFADC(), TSetupData::IsHoustonCAEN(), and SUCCESS.
TGlobalData* gData |
Definition at line 54 of file analyzer.cpp.
TSetupData* gSetup |
Definition at line 55 of file analyzer.cpp.
HNDLE hDB |
Definition at line 11 of file mucap_compress.cpp.
map<std::string, TH1I*> height_histograms_map |
Definition at line 45 of file MCommonOnlineDisplayPlots.cpp.
|
static |
Definition at line 49 of file MCommonOnlineDisplayPlots.cpp.
Referenced by MCommonOnlineDisplayPlots(), MCommonOnlineDisplayPlots_bor(), and MCommonOnlineDisplayPlots_init().
map<std::string, TH1I*> latest_pulse_histograms_map |
Definition at line 48 of file MCommonOnlineDisplayPlots.cpp.
ANA_MODULE MCommonOnlineDisplayPlots_module |
Definition at line 51 of file MCommonOnlineDisplayPlots.cpp.
map<std::string, TH2D*> shape_histograms_map |
Definition at line 47 of file MCommonOnlineDisplayPlots.cpp.
map<std::string, TH1I*> time_histograms_map |
Definition at line 46 of file MCommonOnlineDisplayPlots.cpp.