Description: Base class for classes that 'watch' what OscarProducer does internally
Usage: By itself, this class actually does nothing except allow dynamic loading into the OscarProducer. To do useful work, one must inherit from this class and one or more 'Observer<T>' classes.
A class that inherits from OscarProducer must have a constructor that takes
a 'const edm::ParameterSet&' as its only argument. This constructor will be called by the dynamic loading code.
Definition at line 32 of file SimWatcher.h.