Hi Nancy,
I’d be happy to offer up a pointer but this is really custom development territory so though we’d love to help in more detail I’m afraid this is the sort of thing you’re really going to need to drive forward by yourself.
That said, it sounds as if your new class simply hasn’t been defined (perhaps the class file itself hasn’t been loaded).
I added the filters inside the folder /events/lib/filters/TribeEventsFilter_EventType.php
So if this is in a custom plugin are you certain it has been activated? If so, have you included or required the above file?
I’m not too clear on why you instantiate it from your theme rather than the same plugin, but if you have to do this then perhaps as an added precaution you should “guard” things by testing to see if the class exists first of all (since if the plugin was inadvertently deactivated you’d end up with a crash inducing fatal-error, which isn’t ideal 😉 ).
I hope that helps – and good luck 🙂