Epix10kPolicy
Epix10kPolicy
Section titled “Epix10kPolicy”#include <xalgospp/detector/calibration.hh>struct Epix10kPolicyDefined in src/lib/xalgospp/detector/calibration.hh:102
Specific compile-time policy with how to calibrate an image from an Epix10k.
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:103
GAIN_MASK
Section titled “GAIN_MASK”static constexpr
constexpr int GAIN_MASK { 0x3 }Defined in src/lib/xalgospp/detector/calibration.hh:104
DATA_MASK
Section titled “DATA_MASK”static constexpr
constexpr int DATA_MASK { 0x3FFF }Defined in src/lib/xalgospp/detector/calibration.hh:105
NUM_GAINS
Section titled “NUM_GAINS”static constexpr
constexpr int NUM_GAINS { 7 }Defined in src/lib/xalgospp/detector/calibration.hh:106
INVALID_PATTERN
Section titled “INVALID_PATTERN”static constexpr
constexpr int INVALID_PATTERN { -1 }Defined in src/lib/xalgospp/detector/calibration.hh:107