Line Code
1 2 3 4 5 6 7 8
#include "CommonTools/Utils/interface/parser/ExpressionUnaryOperatorSetter.h"

using namespace reco::parser;

#ifdef BOOST_SPIRIT_DEBUG
template <>
const std::string op1_out<std::negate<double> >::value = "-";
#endif