#include <SimG4Core/Watcher/interface/SimWatcherMakerBase.h>
Public Member Functions | |
virtual void | make (const edm::ParameterSet &, SimActivityRegistry &, boost::shared_ptr< SimWatcher > &, boost::shared_ptr< SimProducer > &) const =0 |
SimWatcherMakerBase () | |
virtual | ~SimWatcherMakerBase () |
Description: Base class for the 'maker' which creates Watchers
Usage: This class is the interface for creating a Watcher and for connnecting the appropriate OSCAR signals to that Watcher
Definition at line 35 of file SimWatcherMakerBase.h.
SimWatcherMakerBase::SimWatcherMakerBase | ( | ) | [inline] |
Definition at line 39 of file SimWatcherMakerBase.h.
{}
virtual SimWatcherMakerBase::~SimWatcherMakerBase | ( | ) | [inline, virtual] |
Definition at line 40 of file SimWatcherMakerBase.h.
{}
virtual void SimWatcherMakerBase::make | ( | const edm::ParameterSet & | , |
SimActivityRegistry & | , | ||
boost::shared_ptr< SimWatcher > & | , | ||
boost::shared_ptr< SimProducer > & | |||
) | const [pure virtual] |
Implemented in SimWatcherMaker< T >.