CMS 3D CMS Logo

ExpressionConditionSetter.h
Go to the documentation of this file.
1 #ifndef CommonTools_Utils_ExpressionConditionSetter_h
2 #define CommonTools_Utils_ExpressionConditionSetter_h
3 /* \class reco::parser::ExpressionCondition
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), selStack_(selStack) {}
20  void operator()(const char *, const char *) const;
21 
22  private:
25  };
26  } // namespace parser
27 } // namespace reco
28 
29 #endif
ExpressionConditionSetter(ExpressionStack &expStack, SelectorStack &selStack)
std::vector< std::shared_ptr< ExpressionBase > > ExpressionStack
std::vector< SelectorPtr > SelectorStack
Definition: SelectorStack.h:18
fixed size matrix
void operator()(const char *, const char *) const