InDetRIO_OnTrack: Address of reference cannot be null.
By definition, taking the address of a reference cannot yield null in a conforming c++ program, so there's no point in making such a test. (Compilers can and do eliminate these tests during optimization.)