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 }