ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/GPetrucc/interface/fwliteHelpers.h
(Generate patch)

Comparing UserCode/GPetrucc/interface/fwliteHelpers.h (file contents):
Revision 1.5 by gpetrucc, Thu Feb 4 10:53:26 2010 UTC vs.
Revision 1.6 by gpetrucc, Wed Mar 3 09:29:52 2010 UTC

# Line 27 | Line 27 | namespace helper {
27              static reco::parser::ExpressionPtr  makeExpression(const std::string &expr, const Reflex::Type &type) ;
28              static reco::parser::SelectorPtr    makeSelector(const std::string &expr, const Reflex::Type &type) ;
29              static Reflex::Type elementType(const Reflex::Type &wrapperType) ;
30 +            // define also dictionaries for these two trivial functions
31 +            // because otherwise sometimes CINT crashes on them
32 +            static bool   test(const reco::parser::SelectorPtr &sel, const Reflex::Type type, const void * obj);
33 +            static double eval(const reco::parser::ExpressionPtr &sel, const Reflex::Type type, const void * obj);
34      };
35      class ScannerBase {
36          public:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines