AlcapDAQ
1
|
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <map>
#include <utility>
#include <sstream>
#include "midas.h"
#include <TH1.h>
#include "TOctalFADCIsland.h"
#include "TOctalFADCBankReader.h"
#include "TGlobalData.h"
#include "TSetupData.h"
#include "TPulseIsland.h"
Go to the source code of this file.
Functions | |
INT | MPulseTimeSeparation_init (void) |
INT | MPulseTimeSeparation (EVENT_HEADER *, void *) |
vector< string > | GetAllBankNames () |
double | GetClockTickForChannel (string bank_name) |
Variables | |
HNDLE | hDB |
TGlobalData * | gData |
TSetupData * | gSetup |
static vector < TOctalFADCBankReader * > | fadc_bank_readers |
static std::map< std::string, TH1 * > | time_separation_histogram_map |
static std::map< std::string, TH1 * > | time_separation_wrt_first_pulse_histogram_map |
ANA_MODULE | MPulseTimeSeparation_module |
vector<string> GetAllBankNames | ( | ) |
double GetClockTickForChannel | ( | string | bank_name) |
INT MPulseTimeSeparation | ( | 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 101 of file MPulseTimeSeparation.cpp.
References TGlobalData::fPulseIslandToChannelMap, and SUCCESS.
INT MPulseTimeSeparation_init | ( | ) |
This method initializes histograms.
Definition at line 66 of file MPulseTimeSeparation.cpp.
References TSetupData::fBankToDetectorMap, TSetupData::GetDetectorName(), and SUCCESS.
|
static |
Definition at line 46 of file MPulseTimeSeparation.cpp.
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.
ANA_MODULE MPulseTimeSeparation_module |
Definition at line 50 of file MPulseTimeSeparation.cpp.
|
static |
Definition at line 47 of file MPulseTimeSeparation.cpp.
|
static |
Definition at line 48 of file MPulseTimeSeparation.cpp.