Skip to content

JungfrauPolicy

#include <xalgospp/detector/calibration.hh>
struct JungfrauPolicy

Defined in src/lib/xalgospp/detector/calibration.hh:91

Specific compile-time policy with how to calibrate an image from a Jungfrau.

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
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

static constexpr

constexpr int GAIN_SHIFT { 14 }

Defined in src/lib/xalgospp/detector/calibration.hh:92


static constexpr

constexpr int GAIN_MASK { 0x3 }

Defined in src/lib/xalgospp/detector/calibration.hh:93


static constexpr

constexpr int DATA_MASK { 0x3FFF }

Defined in src/lib/xalgospp/detector/calibration.hh:94


static constexpr

constexpr int NUM_GAINS { 3 }

Defined in src/lib/xalgospp/detector/calibration.hh:95


static constexpr

constexpr int INVALID_PATTERN { 2 }

Defined in src/lib/xalgospp/detector/calibration.hh:96