|
MIDAS
|
#include <stdio.h>#include "midas.h"#include "experim.h"#include "analyzer.h"#include <TH1D.h>#include "manalyzer.h"#include "midasio.h"
Go to the source code of this file.
Classes | |
| struct | AdcCalib |
| class | AdcCalibFactory |
Macros | |
| #define | ADC_N_BINS 500 |
| #define | ADC_X_LOW 0 |
| #define | ADC_X_HIGH 4000 |
Functions | |
| ADC_CALIBRATION_PARAM_STR (adc_calibration_param_str) | |
| static TARegister | tar (new AdcCalibFactory) |
Variables | |
| ADC_CALIBRATION_PARAM | adccalib_param |
| #define ADC_N_BINS 500 |
Definition at line 66 of file adccalib_module.cxx.
| #define ADC_X_HIGH 4000 |
Definition at line 68 of file adccalib_module.cxx.
| #define ADC_X_LOW 0 |
Definition at line 67 of file adccalib_module.cxx.
| ADC_CALIBRATION_PARAM_STR | ( | adc_calibration_param_str | ) |
|
static |
| ADC_CALIBRATION_PARAM adccalib_param |
Definition at line 36 of file adccalib_module.cxx.