CMS 3D CMS Logo

ComparisonSetter.cc

Go to the documentation of this file.
00001 #include "PhysicsTools/Utilities/src/ComparisonSetter.h"
00002 
00003 #ifdef BOOST_SPIRIT_DEBUG 
00004 namespace reco {
00005    namespace parser {
00006       template<> const std::string cmp_out<std::less<double> >::value = "<";
00007       template<> const std::string cmp_out<std::greater<double> >::value = ">";
00008       template<> const std::string cmp_out<std::less_equal<double> >::value = "<=";
00009       template<> const std::string cmp_out<std::greater_equal<double> >::value = ">=";
00010       template<> const std::string cmp_out<std::equal_to<double> >::value = "=";
00011       template<> const std::string cmp_out<std::not_equal_to<double> >::value = "!=";      
00012    }
00013 }
00014 #endif

Generated on Tue Jun 9 17:42:51 2009 for CMSSW by  doxygen 1.5.4