lisa.analysis.rta: Move namedtuple out of class
Namedtuple types defined inside a class get a broken qualname. Instead, move it out of the class so that it gets the right name.
Namedtuple types defined inside a class get a broken qualname. Instead, move it out of the class so that it gets the right name.