10                                  std::unique_ptr<IMdtBFieldCorFunc>&& bf, 
 
   11                                  std::unique_ptr<IMdtTempCorFunc>&& 
t, 
 
   12                                  std::unique_ptr<IMdtBackgroundCorFunc>&& 
bg) :
 
   13     m_slewing(std::move(
s)), 
 
   14     m_bField(std::move(bf)), 
 
   15     m_temperature(std::move(
t)), 
 
   16     m_background(std::move(
bg)) {}