#include <LinearProcessor.h>
Inheritance diagram for FastShower::LinearProcessor:
Public Methods | |
LinearProcessor (double a, double b) | |
Constructor sets mu and sigma - no set methods to do on the fly! | |
~LinearProcessor () | |
virtual double | process (double x) const |
IDistProcessor interface. | |
Private Attributes | |
double | m_a |
double | m_b |
UML: IDistributionClass.unm
Definition at line 16 of file LinearProcessor.h.
|
Constructor sets mu and sigma - no set methods to do on the fly!
Definition at line 19 of file LinearProcessor.h.
|
|
Definition at line 20 of file LinearProcessor.h.
00020 {} |
|
IDistProcessor interface.
Implements FastShower::IDistProcessor. Definition at line 3 of file LinearProcessor.cxx. Referenced by FastShower::LinearProcessorTester::test1().
|
|
Definition at line 24 of file LinearProcessor.h. Referenced by LinearProcessor(), and process(). |
|
Definition at line 25 of file LinearProcessor.h. Referenced by LinearProcessor(), and process(). |