CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExpressionFunctionSetter.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_ExpressionFunctionSetter_h
2 #define CommonTools_Utils_ExpressionFunctionSetter_h
3 /* \class reco::parser::ExpressionFunction
4  *
5  * Numerical expression setter
6  *
7  * \author Luca Lista, INFN
8  *
9  * \version $Revision: 1.1 $
10  *
11  */
14 
15 namespace reco {
16  namespace parser {
19  expStack_( expStack ), funStack_( funStack ) { }
20  void operator()( const char *, const char * ) const;
21  private:
24  };
25  }
26 }
27 
28 #endif
std::vector< boost::shared_ptr< ExpressionBase > > ExpressionStack
void operator()(const char *, const char *) const
std::vector< Function > FunctionStack
Definition: FunctionStack.h:17
ExpressionFunctionSetter(ExpressionStack &expStack, FunctionStack &funStack)