JungfrauPolicy
JungfrauPolicy
Section titled “JungfrauPolicy”#include <xalgospp/detector/calibration.hh>struct JungfrauPolicyDefined in src/lib/xalgospp/detector/calibration.hh:91
Specific compile-time policy with how to calibrate an image from a Jungfrau.
List of all members
Section titled “List of all members”| Name | Kind | Owner |
|---|---|---|
GAIN_SHIFT |
variable |
Declared here |
GAIN_MASK |
variable |
Declared here |
DATA_MASK |
variable |
Declared here |
NUM_GAINS |
variable |
Declared here |
INVALID_PATTERN |
variable |
Declared here |
Public Static Attributes
Section titled “Public Static Attributes”| Return | Name | Description |
|---|---|---|
constexpr int |
GAIN_SHIFT static constexpr |
|
constexpr int |
GAIN_MASK static constexpr |
|
constexpr int |
DATA_MASK static constexpr |
|
constexpr int |
NUM_GAINS static constexpr |
|
constexpr int |
INVALID_PATTERN static constexpr |
GAIN_SHIFT
Section titled “GAIN_SHIFT”static constexpr
constexpr int GAIN_SHIFT { 14 }Defined in src/lib/xalgospp/detector/calibration.hh:92
GAIN_MASK
Section titled “GAIN_MASK”static constexpr
constexpr int GAIN_MASK { 0x3 }Defined in src/lib/xalgospp/detector/calibration.hh:93
DATA_MASK
Section titled “DATA_MASK”static constexpr
constexpr int DATA_MASK { 0x3FFF }Defined in src/lib/xalgospp/detector/calibration.hh:94
NUM_GAINS
Section titled “NUM_GAINS”static constexpr
constexpr int NUM_GAINS { 3 }Defined in src/lib/xalgospp/detector/calibration.hh:95
INVALID_PATTERN
Section titled “INVALID_PATTERN”static constexpr
constexpr int INVALID_PATTERN { 2 }Defined in src/lib/xalgospp/detector/calibration.hh:96