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

Processor02.cxx

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

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