Callback interface wrapping the access to the underlying functor providing the input pulse. More...
Public Member Functions | |
virtual Callable * | Clone () const =0 |
To allow proper copy semantics (see implemetation). More... | |
virtual double | operator() (double t) const =0 |
Define the interface via which we will make the calls. More... | |
virtual | ~Callable () |
The deletion of the objects will be made through a Callable*. More... | |
Callback interface wrapping the access to the underlying functor providing the input pulse.
Note that this class is not templatized.
Definition at line 69 of file MDetector/Channel.h.
|
virtual |
The deletion of the objects will be made through a Callable*.
Definition at line 339 of file MDetector/Channel.cc.
|
pure virtual |
To allow proper copy semantics (see implemetation).
|
pure virtual |
Define the interface via which we will make the calls.
Implemented in mdet::Channel::Discriminator::Proxy< Functor >.