#include <Processor02.h>
Inheritance diagram for FastShower::Processor02:
Public Methods | |
Processor02 (double a, double b) | |
Constructor sets mu and sigma - no set methods to do on the fly! | |
~Processor02 () | |
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 Processor02.h.
|
Constructor sets mu and sigma - no set methods to do on the fly!
Definition at line 19 of file Processor02.h.
|
|
Definition at line 20 of file Processor02.h.
00020 {} |
|
IDistProcessor interface.
Implements FastShower::IDistProcessor. Definition at line 3 of file Processor02.cxx.
|
|
Definition at line 24 of file Processor02.h. Referenced by process(), and Processor02(). |
|
Definition at line 25 of file Processor02.h. Referenced by process(), and Processor02(). |