by Tim Hunt.
It is of no particular class. (Or, to be precise it is the stdClass class, which is built in to PHP).
If you want to see what $USER looks like, just make a test script that does
print_object($USER);