#include <SimG4Core/Watcher/interface/SimWatcher.h>
Public Member Functions | |
SimWatcher () | |
virtual | ~SimWatcher () |
Private Member Functions | |
const SimWatcher & | operator= (const SimWatcher &) |
SimWatcher (const SimWatcher &) |
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 33 of file SimWatcher.h.
SimWatcher::SimWatcher | ( | ) | [inline] |
virtual SimWatcher::~SimWatcher | ( | ) | [inline, virtual] |
SimWatcher::SimWatcher | ( | const SimWatcher & | ) | [private] |
const SimWatcher& SimWatcher::operator= | ( | const SimWatcher & | ) | [private] |