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