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.
Typedefs | |
typedef std::vector < std::vector< TPulseIsland * > ::iterator > | vecOfIterToPulses |
Functions | |
INT | MdEdxPlot_init (void) |
INT | MdEdxPlot (EVENT_HEADER *, void *) |
std::map< double, double > | MakePulseTimeHeightMap (std::vector< TPulseIsland * > thePulses) |
std::map< double, double > | MakePulseHeightSums (std::vector< std::map< double, double > > timeHeightMapsVector, double time_difference) |
Variables | |
HNDLE | hDB |
TGlobalData * | gData |
TSetupData * | gSetup |
static TH2D * | hdEdx_left |
static TH2D * | hdEdx_right |
std::vector< std::string > | left_thin_banknames |
std::vector< std::string > | left_thick_banknames |
std::vector< std::string > | right_thin_banknames |
std::vector< std::string > | right_thick_banknames |
ANA_MODULE | MdEdxPlot_module |
typedef std::vector<std::vector<TPulseIsland*>::iterator> vecOfIterToPulses |
Definition at line 36 of file MdEdxPlot.cpp.
std::map< double, double > MakePulseHeightSums | ( | std::vector< std::map< double, double > > | timeHeightMapsVector, |
double | time_difference | ||
) |
Definition at line 235 of file MdEdxPlot.cpp.
References time.
Referenced by MdEdxPlot().
std::map< double, double > MakePulseTimeHeightMap | ( | std::vector< TPulseIsland * > | thePulses) |
Definition at line 219 of file MdEdxPlot.cpp.
Referenced by MdEdxPlot().
INT MdEdxPlot | ( | 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 115 of file MdEdxPlot.cpp.
References TGlobalData::fPulseIslandToChannelMap, hdEdx_left, hdEdx_right, MakePulseHeightSums(), MakePulseTimeHeightMap(), and SUCCESS.
INT MdEdxPlot_init | ( | ) |
This method initializes histograms.
Definition at line 72 of file MdEdxPlot.cpp.
References TSetupData::fBankToDetectorMap, TSetupData::GetDetectorName(), hdEdx_left, hdEdx_right, 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.
|
static |
Definition at line 48 of file MdEdxPlot.cpp.
Referenced by MdEdxPlot(), and MdEdxPlot_init().
|
static |
Definition at line 49 of file MdEdxPlot.cpp.
Referenced by MdEdxPlot(), and MdEdxPlot_init().
std::vector<std::string> left_thick_banknames |
Definition at line 52 of file MdEdxPlot.cpp.
std::vector<std::string> left_thin_banknames |
Definition at line 51 of file MdEdxPlot.cpp.
ANA_MODULE MdEdxPlot_module |
Definition at line 56 of file MdEdxPlot.cpp.
std::vector<std::string> right_thick_banknames |
Definition at line 54 of file MdEdxPlot.cpp.
std::vector<std::string> right_thin_banknames |
Definition at line 53 of file MdEdxPlot.cpp.