Main Page
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
+
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Properties
_
a
c
d
e
f
l
m
o
p
s
t
u
v
+
Related Functions
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
CommonTools
Utils
bin
runFormulaEvaluator.cc
Go to the documentation of this file.
1
#include "
CommonTools/Utils/interface/FormulaEvaluator.h
"
2
#include <iostream>
3
#include <vector>
4
5
int
main
(
int
argc
,
char
**
argv
) {
6
while
(
true
) {
7
std::cout
<<
">type in formula\n>"
<< std::flush;
8
9
std::string
form;
10
std::cin >> form;
11
12
reco::FormulaEvaluator
eval(form);
13
14
std::vector<double>
x
;
15
std::vector<double>
v
;
16
17
std::cout
<< eval.
evaluate
(
x
,
v
) << std::endl;
18
}
19
20
return
0;
21
}
reco::FormulaEvaluator::evaluate
double evaluate(V const &iVariables, P const &iParameters) const
Definition:
FormulaEvaluator.h:73
FormulaEvaluator.h
findQualityFiles.v
v
Definition:
findQualityFiles.py:179
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
GCPpyPlots.argv
argv
Definition:
GCPpyPlots.py:3
main
int main(int argc, char **argv)
Definition:
runFormulaEvaluator.cc:5
dir2webdir.argc
argc
Definition:
dir2webdir.py:39
reco::FormulaEvaluator
Definition:
FormulaEvaluator.h:67
x
float x
Definition:
beamSpotDipStandalone.cc:55
gather_cfg.cout
cout
Definition:
gather_cfg.py:144
Generated for CMSSW Reference Manual by
1.8.14