PixelCalibAlgs: Fix cppcheck warnings.
Prefer to initialize member variables in an initialization list. Pass objects by const reference rather than by value.
Prefer to initialize member variables in an initialization list. Pass objects by const reference rather than by value.