void DBtxt_AlgDataQuality_default(void)
{

// This file must be named "DBtxt_AlgName_default.C"
// to set the "default" parameters for Algorithm "AlgName".
// This file can become a DB cascader override "text file" when
// the default AlgConfig tables appear in the offline database

// Get the AlgConfig object
   AlgFactory &af = AlgFactory::GetInstance();
   AlgHandle ah = af.GetAlgHandle("AlgDataQuality", "default");
   AlgConfig &acd = ah.GetAlgConfig();

// Set the AlgConfig parameters
   acd.UnLockValues();

   acd.LockValues();
   acd.LockKeys();
}
