Class to store the offset of reconstructed fill pattern.
More...
#include <TOPCalFillPatternOffset.h>
|
| int | m_offset = 0 |
| | offset [RF clock]
|
| |
| float | m_fraction = 0 |
| | fraction of reconstructed buckets matched with filled ones
|
| |
| bool | m_calibrated = false |
| | calibration status
|
| |
Class to store the offset of reconstructed fill pattern.
Definition at line 22 of file TOPCalFillPatternOffset.h.
◆ TOPCalFillPatternOffset()
◆ get()
◆ getFraction()
| double getFraction |
( |
| ) |
const |
|
inline |
Getter for fraction.
- Returns
- fraction of reconstructed buckets matched with filled ones
Definition at line 59 of file TOPCalFillPatternOffset.h.
◆ isCalibrated()
| bool isCalibrated |
( |
| ) |
const |
|
inline |
◆ set()
| void set |
( |
int | offset, |
|
|
double | fraction = 0 ) |
|
inline |
Setter.
- Parameters
-
| offset | value to be set |
| fraction | fraction of reconstructed buckets which are matched with filled ones |
Definition at line 37 of file TOPCalFillPatternOffset.h.
38 {
39 m_offset = offset;
40 m_fraction = fraction;
41 m_calibrated = true;
42 }
◆ setUnusable()
◆ m_calibrated
| bool m_calibrated = false |
|
private |
◆ m_fraction
◆ m_offset
The documentation for this class was generated from the following file: