#include <HGaussianProcessor.h>
Inheritance diagram for FastShower::HGaussianProcessor:
Public Methods | |
HGaussianProcessor (double mu, double sigma) | |
Constructor sets mu and sigma - no set methods to do on the fly! | |
virtual double | process (double) const |
IDistProcessor interface. | |
Private Attributes | |
double | m_mu |
double | m_sigma |
UML: IDistributionClass.unm
Definition at line 12 of file HGaussianProcessor.h.
|
Constructor sets mu and sigma - no set methods to do on the fly!
Definition at line 15 of file HGaussianProcessor.h.
|
|
IDistProcessor interface.
Implements FastShower::IDistProcessor. |
|
Definition at line 19 of file HGaussianProcessor.h. Referenced by HGaussianProcessor(). |
|
Definition at line 20 of file HGaussianProcessor.h. Referenced by HGaussianProcessor(). |