#include <CalibParams.h>
|  | 
|  | CalibParams ()=default | 
|  | Constructor. 
 | 
|  | 
|  | CalibParams (short test) | 
|  | Constructor for tests. 
 | 
|  | 
|  | ~CalibParams ()=default | 
|  | Destructor. 
 | 
|  | 
| float | getGain (unsigned short cellID) const | 
|  | Get High Gain energy calibration coefficients. 
 | 
|  | 
| void | setGain (unsigned short cellID, float c) | 
|  | Set High Gain energy calibration coefficient. 
 | 
|  | 
| bool | setGain (TH2 *h, short module) | 
|  | Set High Gain energy calibration coefficients for one module in the form of 2D histogram. 
 | 
|  | 
Definition at line 34 of file CalibParams.h.
 
◆ CalibParams() [1/2]
  
  | 
        
          | o2::cpv::CalibParams::CalibParams | ( |  | ) |  |  | default | 
 
 
◆ CalibParams() [2/2]
      
        
          | CalibParams::CalibParams | ( | short | test | ) |  | 
      
 
 
◆ ~CalibParams()
  
  | 
        
          | o2::cpv::CalibParams::~CalibParams | ( |  | ) |  |  | default | 
 
 
◆ getGain()
  
  | 
        
          | float o2::cpv::CalibParams::getGain | ( | unsigned short | cellID | ) | const |  | inline | 
 
Get High Gain energy calibration coefficients. 
- Parameters
- 
  
    | cellID | Absolute ID of cell |  
 
- Returns
- high gain energy calibration coefficient of the cell 
Definition at line 49 of file CalibParams.h.
 
 
◆ setGain() [1/2]
      
        
          | bool CalibParams::setGain | ( | TH2 * | h, | 
        
          |  |  | short | module | 
        
          |  | ) |  |  | 
      
 
Set High Gain energy calibration coefficients for one module in the form of 2D histogram. 
- Parameters
- 
  
    | 2D(64,56) | histogram with calibration coefficients |  | module | number |  
 
- Returns
- Is successful 
Definition at line 29 of file CalibParams.cxx.
 
 
◆ setGain() [2/2]
  
  | 
        
          | void o2::cpv::CalibParams::setGain | ( | unsigned short | cellID, |  
          |  |  | float | c |  
          |  | ) |  |  |  | inline | 
 
Set High Gain energy calibration coefficient. 
- Parameters
- 
  
    | cellID | Absolute ID of cell |  | c | is the calibration coefficient |  
 
Definition at line 54 of file CalibParams.h.
 
 
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/CPV/include/DataFormatsCPV/CalibParams.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Detectors/CPV/src/CalibParams.cxx