#include <DummyFn.h>
Inheritance diagram for FastShower::Dummy1:
Private Methods | |
virtual double | value (const PolyArgs &) const |
virtual IFn * | clone () const |
|
Implements FastShower::IFn. Definition at line 11 of file DummyFn.cxx.
00011 {return 1.;}
|
|
Implements FastShower::IFn. Definition at line 13 of file DummyFn.cxx.
00013 {return new Dummy1();} |