#include <FormulaEvaluator.h>
Definition at line 67 of file FormulaEvaluator.h.
FormulaEvaluator::FormulaEvaluator |
( |
std::string const & |
iFormula | ) |
|
|
explicit |
Definition at line 738 of file FormulaEvaluator.cc.
References Exception, info(), eostools::move(), or, and AlCaHLTBitMon_QueryRunRegistry::string.
740 auto info = s_expressionFinder.createEvaluator(iFormula.begin(), iFormula.end(),std::shared_ptr<reco::formula::BinaryOperatorEvaluatorBase>());
742 if(
info.nextParseIndex != static_cast<int>(iFormula.size())
or info.top.get() ==
nullptr) {
743 throw cms::Exception(
"FormulaEvaluatorParseError")<<
"While parsing '"<<iFormula<<
"' could not parse beyond '"<<
std::string(iFormula.begin(),iFormula.begin()+
info.nextParseIndex) <<
"'";
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
std::vector< std::string > FormulaEvaluator::abstractSyntaxTree |
( |
| ) |
const |
template<typename V , typename P >
double reco::FormulaEvaluator::evaluate |
( |
V const & |
iVariables, |
|
|
P const & |
iParameters |
|
) |
| const |
|
inline |
double FormulaEvaluator::evaluate |
( |
double const * |
iVariables, |
|
|
double const * |
iParameters |
|
) |
| const |
|
private |
unsigned int reco::FormulaEvaluator::numberOfParameters |
( |
| ) |
const |
|
inline |
unsigned int reco::FormulaEvaluator::numberOfVariables |
( |
| ) |
const |
|
inline |
void FormulaEvaluator::throwWrongNumberOfParameters |
( |
size_t |
iSize | ) |
const |
|
private |
void FormulaEvaluator::throwWrongNumberOfVariables |
( |
size_t |
iSize | ) |
const |
|
private |
unsigned int reco::FormulaEvaluator::m_nParameters = 0 |
|
private |
unsigned int reco::FormulaEvaluator::m_nVariables = 0 |
|
private |