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

LinearProcessor.cxx

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

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