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  private:
24  };
25  }
26 }
27 
28 #endif
void operator()(const char *, const char *) const
ExpressionConditionSetter(ExpressionStack &expStack, SelectorStack &selStack)
std::vector< boost::shared_ptr< ExpressionBase > > ExpressionStack
std::vector< SelectorPtr > SelectorStack
Definition: SelectorStack.h:18
fixed size matrix