cat(paste("\n### Info ### Compound ",cpdIDs[[idIdx]],": RT is not given. ",length(candidates)," candidates in range. Taking the first hit: mz[",minimumParentMass,", ",maximumParentMass,"] vs mz ",precursorTable[pspIndex,"mz"],".\n",sep=""))
cat(paste("\n### Info ### Compound ",cpdIDs[[idIdx]],": ",length(candidates)," candidates in range. Taking the closest hit regarding RT (",RT,"): mz[",minimumParentMass,", ",maximumParentMass,"] x rt[",minimumRT,", ",maximumRT,"] vs (mz ",precursorTable[pspIndex,"mz"],", rt ",precursorTable[pspIndex,"rt"],")\n",sep=""))
cat(paste("\n### Warning ### Compound ",cpdIDs[[idIdx]],": No candidates in range. Taking the closest hit regarding RT (",RT,"): mz[",minimumParentMass,", ",maximumParentMass,"] x rt[",minimumRT,", ",maximumRT,"] vs (mz ",precursorTable[pspIndex,"mz"],", rt ",precursorTable[pspIndex,"rt"],")\n",sep=""))