#include <FlatProcessor.h>
Inheritance diagram for FastShower::FlatProcessor:
Public Methods | |
FlatProcessor (double lower, double upper) | |
Constructor sets upper and lower limits - no set methods to do on the fly! | |
virtual double | process (double) const |
IDistProcessor interface. | |
Private Attributes | |
double | m_lowerLimit |
double | m_upperLimit |
UML: IDistributionClass.unm
Definition at line 12 of file FlatProcessor.h.
|
Constructor sets upper and lower limits - no set methods to do on the fly!
Definition at line 16 of file FlatProcessor.h. References m_lowerLimit, and m_upperLimit.
00016 : 00017 m_lowerLimit(lower), 00018 m_upperLimit(upper){} |
|
IDistProcessor interface.
Implements FastShower::IDistProcessor. |
|
Definition at line 23 of file FlatProcessor.h. Referenced by FlatProcessor(). |
|
Definition at line 24 of file FlatProcessor.h. Referenced by FlatProcessor(). |