Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Processor01.cxx

Go to the documentation of this file.
00001 #include "FastShowerUtils/Processor01.h"
00002 namespace FastShower{
00003   double Processor01::process(double x) const {
00004     return  fabs(m_b - fabs(m_a)*x);
00005   }
00006 }

Generated on Tue Mar 18 11:50:04 2003 for FastShowerUtils by doxygen1.3-rc1