Algorithm to calibrate BMon digis.
More...
#include <Calibrate.h>
|
| size_t | GetDiamondIndex (uint32_t address) const |
| | Returns an index of the diamond by the address.
|
| |
Algorithm to calibrate BMon digis.
Definition at line 31 of file bmon/Calibrate.h.
◆ resultType
◆ Calibrate()
Constructor.
- Parameters
-
| params | Calibration parameters |
Definition at line 25 of file bmon/Calibrate.cxx.
◆ GetDiamondIndex()
| size_t cbm::algo::bmon::Calibrate::GetDiamondIndex |
( |
uint32_t | address | ) |
const |
|
inlineprivate |
Returns an index of the diamond by the address.
- Parameters
-
| address | A hardware address of the digi |
Definition at line 46 of file bmon/Calibrate.h.
◆ operator()()
Calibrates a portion of digis.
- Parameters
-
| digiIn | A portion of digis to calibrate |
Sort the buffers of hits due to the time offsets applied
Definition at line 65 of file bmon/Calibrate.cxx.
◆ fChannelDeadTime
| std::vector<double> cbm::algo::bmon::Calibrate::fChannelDeadTime |
|
private |
◆ fChannelOffset
| std::vector<size_t> cbm::algo::bmon::Calibrate::fChannelOffset |
|
private |
Channel offset: offset for the channel index of each diamond.
Definition at line 52 of file bmon/Calibrate.h.
◆ fSelectionBitsOffset
| uint32_t cbm::algo::bmon::Calibrate::fSelectionBitsOffset |
|
private |
Number of bits to ther right from the first bit in the selection mask.
Definition at line 54 of file bmon/Calibrate.h.
◆ fSetup
The documentation for this class was generated from the following files: