CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
LogicalBinaryOperator.cc
Go to the documentation of this file.
2 
3 using namespace reco::parser;
4 template <>
6  return (*lhs_)(o) && (*rhs_)(o);
7 }
8 template <>
10  return (*lhs_)(o) || (*rhs_)(o);
11 }