CMS 3D CMS Logo

classes.h
Go to the documentation of this file.
7 
8 #ifdef __GCCXML__
9 namespace PhysicsTools_MVAComputer { // anonymous
10 struct dictionary {
11 
12 std::vector<PhysicsTools::Variable::Value> vv;
13 
14 };
16 {
18 
19  mva->eval(v);
20  mva->eval(v.values());
21  mva->eval(v.begin(), v.end());
22  mva->eval(v.data(), v.data());
23 
24  mva->deriv(v);
25  mva->deriv(v.values());
26  mva->deriv(v.begin(), v.end());
27  mva->deriv(v.data(), v.data());
28 }
29 
30 } // anonymous namespace
31 
32 #endif
double eval(Iterator_t first, Iterator_t last) const
evaluate variables given by a range of iterators given by first and last
const_iterator end() const
Definition: Variable.h:118
const_iterator begin() const
Definition: Variable.h:115
Main interface class to the generic discriminator computer framework.
Definition: MVAComputer.h:39
double deriv(Iterator_t first, Iterator_t last) const
const_pointer data() const
Definition: Variable.h:130
Helper class that can contain an list of identifier-value pairs.
Definition: Variable.h:81
const _Data & values() const
Definition: Variable.h:121