Skip to content

Epix10kPolicy

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

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

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

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


static constexpr

constexpr int GAIN_MASK { 0x3 }

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


static constexpr

constexpr int DATA_MASK { 0x3FFF }

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


static constexpr

constexpr int NUM_GAINS { 7 }

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


static constexpr

constexpr int INVALID_PATTERN { -1 }

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